[dpdk-dev] [PATCH] net/bnxt: fix bug which could set multiple conflicting bits

2017-07-29 Thread Ajit Khaparde
Only set the vlanonly bit if vlan_nonvlan is clear. Also, allow the VLAN table to be cleared when vlanonly is set. Clearing the VLAN table when vlanonly is set will stop all traffic since it requires all frames to have a VLAN tag, and that tag to be in the zero-length table. This is still a valid

[dpdk-dev] [PATCH v2 3/3] doc: move i40e specific to i40e guide

2017-07-29 Thread Shahaf Shuler
The Linux Getting Started Guide contains parts which are specific for i40e PMD. This results in confusion for users which read the guide at their first try with DPDK. Moving those parts to the i40e NIC manual. Signed-off-by: Shahaf Shuler Acked-by: John McNamara --- on v2: - Moved intel_perf_t

[dpdk-dev] [PATCH v2 2/3] doc: cleanup UIO hard requirement

2017-07-29 Thread Shahaf Shuler
UIO is not a must for all PMDs. Cleaning up the Linux Getting Started Guide from this hard requirement. Signed-off-by: Shahaf Shuler Acked-by: John McNamara --- doc/guides/linux_gsg/build_sample_apps.rst | 10 ++ doc/guides/linux_gsg/sys_reqs.rst | 2 -- 2 files changed, 6 in

[dpdk-dev] [PATCH v2 1/3] doc: move kernel drivers to a new chapter

2017-07-29 Thread Shahaf Shuler
The UIO and VFIO sections should not be part of the "Compiling the DPDK Target from Source" chapter, as it is PMD specific and not true for all PMDs. Instead, moving those sections to a new chapter which include all kernel drivers being used along with the different PMDs. Signed-off-by: Shahaf Sh

Re: [dpdk-dev] [PATCH 1/2] eventdev: add event adapter for ethernet Rx queues

2017-07-29 Thread Jerin Jacob
-Original Message- > Date: Thu, 27 Jul 2017 16:28:29 +0530 > From: "Rao, Nikhil" > To: Jerin Jacob > CC: gage.e...@intel.com, dev@dpdk.org, tho...@monjalon.net, > bruce.richard...@intel.com, harry.van.haa...@intel.com, > hemant.agra...@nxp.com, nipun.gu...@nxp.com, narender.vang...@inte