> -----Original Message----- > From: Tom Barbette [mailto:tom.barbe...@ulg.ac.be] > Sent: Wednesday, July 5, 2017 3:00 PM > To: dev@dpdk.org > Cc: Thomas Monjalon <tho...@monjalon.net>; Mcnamara, John > <john.mcnam...@intel.com>; Tom Barbette <tom.barbe...@ulg.ac.be> > Subject: [PATCH v2] ethernet api: Document rte_eth_vmdq_rx_conf > > From documentation it is very unclear how VMDq configuration can be > tweaked, and online search offer very poor results. > > This patch will ultimately spawn an online documentation page for the > rte_eth_vmdq_rx_conf struct which will eventually add a bit of > documentation about the rx_mode tag and how to allow e.g. VMDq pools to > receive packets without VLAN tags. > > Signed-off-by: Tom Barbette <tom.barbe...@ulg.ac.be>
Hi Tom, Thanks for that. One minor, non-blocking, thing for future reference. The subject line should be lowercase apart from acronyms. The maintainer should be able to make that change when then apply the patch. This is just for future reference. If there is any other missing documentation that you would care to add then please do. :-) Acked-by: John McNamara <john.mcnam...@intel.com>