[dpdk-dev] [PATCH] net/enic: fix fdir UDP v4 source port mask

2016-10-17 Thread John Daley
This fixes issue found by Coverity where a typo caused the flow director UDP IPv4 source port mask to be assigned the destination port mask supplied by the caller. Coverity issue: 137860 Fixes: dfbd6a9cb504 ("net/enic: extend flow director support for 1300 series") Signed-off-by: John Daley

[dpdk-dev] [PATCH v4] vhost: Add indirect descriptors support to the TX path

2016-10-17 Thread Yuanhan Liu
On Mon, Oct 17, 2016 at 01:23:23PM +0200, Maxime Coquelin wrote: > >On my side, I just setup 2 Windows 2016 VMs, and confirm the issue. > >I'll continue the investigation early next week. > > The root cause is identified. > When INDIRECT_DESC feature is negotiated, Windows guest uses indirect >

[dpdk-dev] [RFC] [PATCH v2] libeventdev: event driven programming model framework for DPDK

2016-10-17 Thread Eads, Gage
> -Original Message- > From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com] > Sent: Sunday, October 16, 2016 11:18 PM > To: Eads, Gage > Cc: dev at dpdk.org; thomas.monjalon at 6wind.com; Richardson, Bruce > ; Vangati, Narender > ; hemant.agrawal at nxp.com > Subject:

[dpdk-dev] [PATCH v2 3/3] app/testpmd: fix flow director endian issue

2016-10-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Tuesday, October 11, 2016 11:24 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo > Subject: [dpdk-dev] [PATCH v2 3/3] app/testpmd: fix flow director endian > issue > > The vlan mask and tunnel id

[dpdk-dev] [PATCH v2 2/3] app/testpmd: fix wrong flow director mask

2016-10-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Tuesday, October 11, 2016 11:24 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo > Subject: [dpdk-dev] [PATCH v2 2/3] app/testpmd: fix wrong flow director mask > > In mac-vlan mode, MAC address

[dpdk-dev] [PATCH] app/testpmd: fix pf/vf check of flow director

2016-10-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Sunday, October 09, 2016 7:47 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo > Subject: [dpdk-dev] [PATCH] app/testpmd: fix pf/vf check of flow director > > Parameters pf & vf are added into

[dpdk-dev] [PATCH] kni: fix build with kernel 4.9

2016-10-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > Sent: Monday, October 17, 2016 3:23 AM > To: dev at dpdk.org > Cc: Yigit, Ferruh > Subject: [dpdk-dev] [PATCH] kni: fix build with kernel 4.9 > > compile error: > CC [M]

[dpdk-dev] [PATCH] app/test: add crypto continual tests

2016-10-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Thursday, October 13, 2016 5:18 AM > To: dev at dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John; Jain, Deepak K; > Kusztal, > ArkadiuszX > Subject: [PATCH] app/test: add crypto continual tests > > This commit

[dpdk-dev] [PATCH] app/test: add tests with corrupted data for QAT test suite

2016-10-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Jain, Deepak K > Sent: Friday, October 14, 2016 1:14 AM > To: Kusztal, ArkadiuszX; dev at dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John > Subject: RE: [PATCH] app/test: add tests with corrupted data for QAT test > suite > > > > >

[dpdk-dev] [PATCH v3 00/32] qede: update qede pmd to 1.2.0.1 and enable by default

2016-10-17 Thread Ferruh Yigit
On 10/15/2016 9:07 PM, Rasesh Mody wrote: > Hi, > > This patch set includes changes to update the base driver, work with > newer FW 8.10.9.0, adds new features, includes enhancements and code > cleanup, provides bug fixes and updates documentation for the QEDE > poll mode driver. > > It enables

[dpdk-dev] [PATCH] net/bnx2x: fix icc build error

2016-10-17 Thread Mody, Rasesh
> From: Ferruh Yigit [mailto:ferruh.yigit at intel.com] > Sent: Monday, October 17, 2016 5:12 AM > > On 9/30/2016 3:45 PM, Ferruh Yigit wrote: > > When bnx2x debug config enabled, icc (ICC) 17.0.0 20160721 gives the > > following compilation error: > > > > .../drivers/net/bnx2x/elink.c(6682): > >

[dpdk-dev] [PATCH v4 2/2] app/test_pmd: fix DCB configuration

2016-10-17 Thread Bernard Iremonger
when dcb mode is DCB_VT_ENABLED set nb_rxq and nb_txq to 1. Fixes: 2a977b891f99 ("app/testpmd: fix DCB configuration") Signed-off-by: Bernard Iremonger --- app/test-pmd/testpmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-pmd/testpmd.c

[dpdk-dev] [PATCH v4 1/2] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV

2016-10-17 Thread Bernard Iremonger
Modify ixgbe_check_mq_mode function, when SRIOV is enabled, enable mq_mode ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB. Modify ixgbe_dcb_tx_hw_config function, replace the struct ixgbe_hw parameter with a struct rte_eth_dev parameter and handle SRIOV enabled. Modify ixgbe_dev_mq_rx_configure

[dpdk-dev] [PATCH v4 0/2] net/ixgbe: VMDq DCB with SRIOV

2016-10-17 Thread Bernard Iremonger
Changes in v4: changes to ixgbe patch following comments. Changes in v3: rebase to latest master. update commit message for ixgbe patch add testpmd patch. Changes in v2: rebase to latest master. Bernard Iremonger (2): net/ixgbe: support multiqueue mode VMDq DCB with SRIOV app/test_pmd: fix

[dpdk-dev] [PATCH v3 00/32] qede: update qede pmd to 1.2.0.1 and enable by default

2016-10-17 Thread Mody, Rasesh
> From: Ferruh Yigit [mailto:ferruh.yigit at intel.com] > Sent: Monday, October 17, 2016 10:06 AM > > On 10/15/2016 9:07 PM, Rasesh Mody wrote: > > Hi, > > > > This patch set includes changes to update the base driver, work with > > newer FW 8.10.9.0, adds new features, includes enhancements and

[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization

2016-10-17 Thread Shreyansh Jain
Hi Ferruh, > -Original Message- > From: Ferruh Yigit [mailto:ferruh.yigit at intel.com] > Sent: Monday, October 17, 2016 7:13 PM > To: Shreyansh Jain ; Thomas Monjalon > > Cc: dev at dpdk.org; viktorin at rehivetech.com; David Marchand > ; Hemant Agrawal > Subject: Re: [dpdk-dev] [PATCH

[dpdk-dev] [PATCH v3 02/32] qede/base: formatting changes

2016-10-17 Thread Ferruh Yigit
Hi Rasesh, On 10/15/2016 9:07 PM, Rasesh Mody wrote: > Fixes white spaces and tabs. > > Signed-off-by: Rasesh Mody > --- When testing patch by patch compilation, applying this patch gives following build error, the build error disappears after patch 12/32. It should successfully compile after

[dpdk-dev] [PATCH v3 02/32] qede/base: formatting changes

2016-10-17 Thread Mody, Rasesh
Hi Ferruh, > From: Ferruh Yigit [mailto:ferruh.yigit at intel.com] > Sent: Monday, October 17, 2016 9:28 AM > > Hi Rasesh, > > On 10/15/2016 9:07 PM, Rasesh Mody wrote: > > Fixes white spaces and tabs. > > > > Signed-off-by: Rasesh Mody > > --- > > When testing patch by patch compilation,

[dpdk-dev] Project Governance and Linux Foundation

2016-10-17 Thread Dave Neary
Hi, On 10/17/2016 07:52 AM, O'Driscoll, Tim wrote: >> -Original Message- >> I don't really understand what can be gained by moving to Linux >> Foundation, but I am almost sure that no individual expert will be able >> to take any leaderhip role as those roles will be fulfilled by

[dpdk-dev] [PATCH] vhost: disable indirect descriptors feature

2016-10-17 Thread Maxime Coquelin
Commit 2304dd73d287 ("vhost: support indirect Tx descriptors") adds support for indirect descriptors for Tx, but not for Rx. The problem is that it does not work with windows guests, which uses indirect descriptors for the Rx, and also with Linux guests when using kernel driver with mergeable

[dpdk-dev] [PATCH v3 2/2] app/test_pmd: fix DCB configuration

2016-10-17 Thread Bernard Iremonger
when dcb mode is DCB_VT_ENABLED set nb_rxq and nb_txq to 1. Fixes: 2a977b891f99 ("app/testpmd: fix DCB configuration") Signed-off-by: Bernard Iremonger --- app/test-pmd/testpmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-pmd/testpmd.c

[dpdk-dev] [PATCH v3 1/2] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV

2016-10-17 Thread Bernard Iremonger
Modify ixgbe_check_mq_mode function, when SRIOV is enabled, enable mq_mode ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB. Modify ixgbe_dcb_tx_hw_config function, replace the struct ixgbe_hw parameter with a struct rte_eth_dev parameter and handle SRIOV enabled. Modify ixgbe_dev_mq_rx_configure

[dpdk-dev] [PATCH v3 0/2] net/ixgbe: VMDq DCB with SRIOV

2016-10-17 Thread Bernard Iremonger
Changes in v3: rebase to latest master. update commit message for ixgbe patch add testpmd patch. Changes in v2: rebase to latest master. Bernard Iremonger (2): net/ixgbe: support multiqueue mode VMDq DCB with SRIOV app/test_pmd: fix DCB configuration app/test-pmd/testpmd.c | 4

[dpdk-dev] [PATCH] examples/ipsec-secgw: Update checksum while decrementing ttl

2016-10-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Gonzalez Monroy, Sergio > Sent: Monday, October 10, 2016 5:05 AM > To: De Lara Guarch, Pablo; Akhil Goyal; dev at dpdk.org > Subject: Re: [PATCH] examples/ipsec-secgw: Update checksum while > decrementing ttl > > On 07/10/2016 21:53, De Lara Guarch, Pablo

[dpdk-dev] [PATCH] examples/ip_pipeline: fix freeBSD build error

2016-10-17 Thread Jasvinder Singh
Error log: CC init.o examples/ip_pipeline/init.c:38:22: fatal error: linux/if.h: No such file or directory #include ^ Fixes: 3f2c9f3bb6c6 ("examples/ip_pipeline: add TAP port") Signed-off-by: Jasvinder Singh --- examples/ip_pipeline/init.c | 16 1

[dpdk-dev] [PATCH v5 1/6] ethdev: add Tx preparation

2016-10-17 Thread Kulasek, TomaszX
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, October 14, 2016 16:20 > To: Kulasek, TomaszX > Cc: dev at dpdk.org; Ananyev, Konstantin ; > olivier.matz at 6wind.com > Subject: Re: [dpdk-dev] [PATCH v5 1/6] ethdev: add Tx

[dpdk-dev] [PATCH 3/3] net/fm10k: fix out of order rx read issue

2016-10-17 Thread Qi Zhang
Volatile point has been cast to non-volatile point when call _mm_loadu_si128, so add compile barrier to prevent compiler reorder. Fixes: 7092be8437bd ("fm10k: add vector RX") Signed-off-by: Qi Zhang --- drivers/net/fm10k/fm10k_rxtx_vec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[dpdk-dev] [PATCH 2/3] net/ixgbe: fix out of order rx read issue

2016-10-17 Thread Qi Zhang
Volatile point has been cast to non-volatile point when call _mm_loadu_si128, so add compile barrier to prevent compiler reorder. Fixes: c95584dc2b18 ("ixgbe: new vectorized functions for Rx/Tx") Signed-off-by: Qi Zhang --- drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 3 +++ 1 file changed, 3

[dpdk-dev] [PATCH 1/3] net/i40e: fix out of order rx read issue

2016-10-17 Thread Qi Zhang
Volatile point has been cast to non-volatile point when call _mm_loadu_si128, so add compile barrier to prevent compiler reorder. Fixes: 9ed94e5bb04e ("i40e: add vector Rx") Signed-off-by: Qi Zhang --- drivers/net/i40e/i40e_rxtx_vec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[dpdk-dev] [PATCH 0/3] net: fix out of order rx read issue

2016-10-17 Thread Qi Zhang
Volatile point has been cast to non-volatile point when call _mm_loadu_si128, so add compile barrier to prevent compiler reorder. Qi Zhang (3): net/i40e: fix out of order rx read issue net/ixgbe: fix out of order rx read issue net/fm10k: fix out of order rx read issue

[dpdk-dev] [PATCH v2] net/mlx5: fix init on secondary process

2016-10-17 Thread Adrien Mazarguil
On Mon, Oct 17, 2016 at 02:52:39PM +0100, Ferruh Yigit wrote: > Hi Adrien, > > On 10/17/2016 1:56 PM, Olivier Gournet wrote: > > Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path") > > Fixes: 21c8bb4928c9 ("net/mlx5: split Tx queue structure") > > > > Signed-off-by: Olivier Gournet > >

[dpdk-dev] [PATCH v4] vhost: Add indirect descriptors support to the TX path

2016-10-17 Thread Maxime Coquelin
On 10/17/2016 03:21 PM, Yuanhan Liu wrote: > On Mon, Oct 17, 2016 at 01:23:23PM +0200, Maxime Coquelin wrote: >>> On my side, I just setup 2 Windows 2016 VMs, and confirm the issue. >>> I'll continue the investigation early next week. >> >> The root cause is identified. >> When INDIRECT_DESC

[dpdk-dev] [PATCH 0/3] net: fix out of order rx read issue

2016-10-17 Thread Chen, Jing D
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Qi Zhang > Sent: Monday, October 17, 2016 1:24 AM > To: Wu, Jingjing ; Zhang, Helin > > Cc: dev at dpdk.org; Zhang, Qi Z > Subject: [dpdk-dev] [PATCH 0/3] net: fix out of order rx read issue > > Volatile

[dpdk-dev] [PATCH v2 0/5] i40e: vector poll-mode driver on ARM64

2016-10-17 Thread Bruce Richardson
On Fri, Oct 14, 2016 at 09:29:59AM +0530, Jianbo Liu wrote: > This patch set is to implement i40e vector PMD on ARM64. > For x86, vPMD is only reorganized, there should be no performance loss. > > v1 -> v2 > - rebase to dpdk-next-net/rel_16_11 > > Jianbo Liu (5): > i40e: extract non-x86

[dpdk-dev] [PATCH v2 1/2] drivers/i40e: fix X722 macro absence result in compile

2016-10-17 Thread Guo, Jia
hi, Konstantin Thanks your constructive suggestion. I don't think your question is silly and we also think about the code style simply and effective, but may be i would interpret the reason why we do that. 1) Sure, user definitely can choose to define the macro or not when building dpdk i40e

[dpdk-dev] [PATCH v2] net/mlx5: fix init on secondary process

2016-10-17 Thread Olivier Gournet
Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path") Fixes: 21c8bb4928c9 ("net/mlx5: split Tx queue structure") Signed-off-by: Olivier Gournet --- drivers/net/mlx5/mlx5_ethdev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/mlx5/mlx5_ethdev.c

[dpdk-dev] [PATCH v2] net/mlx5: fix init on secondary process

2016-10-17 Thread Ferruh Yigit
Hi Adrien, On 10/17/2016 1:56 PM, Olivier Gournet wrote: > Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path") > Fixes: 21c8bb4928c9 ("net/mlx5: split Tx queue structure") > > Signed-off-by: Olivier Gournet According your comment on previous version of it, I think you have your Ack on this

[dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization

2016-10-17 Thread Ferruh Yigit
On 10/5/2016 12:57 PM, Shreyansh Jain wrote: > Hi Thomas, > > On Tuesday 04 October 2016 01:12 PM, Thomas Monjalon wrote: >> 2016-10-04 12:21, Shreyansh Jain: >>> Hi Thomas, >>> >>> On Monday 03 October 2016 07:58 PM, Thomas Monjalon wrote: Applied, thanks everybody for the great (re)work!

[dpdk-dev] [dpdk-users] Project Governance and Linux Foundation

2016-10-17 Thread O'Driscoll, Tim
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, October 17, 2016 1:41 PM > To: users at dpdk.org; dev at dpdk.org > Cc: O'Driscoll, Tim ; Hobywan Kenoby > > Subject: Re: [dpdk-users] Project Governance and Linux Foundation > >

[dpdk-dev] [dpdk-users] Project Governance and Linux Foundation

2016-10-17 Thread Thomas Monjalon
2016-10-17 11:52, O'Driscoll, Tim: > From: Hobywan Kenoby > > The current DPDK version can run on virtually all processors (Intel, IBM > > and ARM) and leverage all NICs: is there **really** anyone questionning > > openness of the community? > > I still hear concerns on this, and based on

[dpdk-dev] [RFC v3] latencystats: added new library for latency stats

2016-10-17 Thread Reshma Pattan
Library is designed to calculate latency stats and report them to the application when queried. Library measures minimum, average, maximum latencies and jitter in nano seconds. Current implementation supports global latency stats, i.e. per application stats. Added new field to mbuf struct to mark

[dpdk-dev] [PATCH 0/3] Improvements in packet timestamps support

2016-10-17 Thread NĂ©lio Laranjeiro
On Thu, Oct 13, 2016 at 02:35:05PM +, Oleg Kuporosov wrote: > > Hello DPDK Developers, > > Financial Services Industry which is pretty eager for several DPDK > features especially low latency while high throughput. The major issue > so far for increasing DPDK adoption there is requirement

[dpdk-dev] [PATCH v4] vhost: Add indirect descriptors support to the TX path

2016-10-17 Thread Maxime Coquelin
On 10/14/2016 05:50 PM, Maxime Coquelin wrote: > > > On 10/14/2016 09:24 AM, Wang, Zhihong wrote: >> >> >>> -Original Message- >>> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maxime Coquelin >>> Sent: Tuesday, September 27, 2016 4:43 PM >>> To: yuanhan.liu at linux.intel.com;

[dpdk-dev] [PATCH] net/bnx2x: fix icc build error

2016-10-17 Thread Ferruh Yigit
On 9/30/2016 3:45 PM, Ferruh Yigit wrote: > When bnx2x debug config enabled, icc (ICC) 17.0.0 20160721 > gives the following compilation error: > > .../drivers/net/bnx2x/elink.c(6682): > error #3656: variable "fw_ver1" may be used before its value is set > PMD_DRV_LOG(DEBUG, > ^ > >

[dpdk-dev] [PATCH] net/mlx5: fix link status report

2016-10-17 Thread Nelio Laranjeiro
From: Olga Shern This commit fixes link status report on device start up when lcs callback is configured. Fixes: 62072098b54e ("mlx5: support setting link up or down") Signed-off-by: Olga Shern --- drivers/net/mlx5/mlx5.c| 1 + drivers/net/mlx5/mlx5.h| 1 +

[dpdk-dev] [PATCH] net/mlx5: fix init on secondary process

2016-10-17 Thread Ferruh Yigit
Hi Olivier, On 10/11/2016 10:45 AM, Adrien Mazarguil wrote: > Hi Olivier, > > Secondary process support's got overlooked during this refactoring, thanks > for the patch. However can you describe the issue you're addressing as part > of the commit log? > > I think problems started when txq got

[dpdk-dev] [PATCH] examples/ip_pipeline: fix gcc v6.2.1 build error

2016-10-17 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, October 17, 2016 11:51 AM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: fix gcc v6.2.1 build error > > This patch fixes the misleading indentation error on compiling ip_pipeline >

[dpdk-dev] Project Governance and Linux Foundation

2016-10-17 Thread O'Driscoll, Tim
Hi HK, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Hobywan Kenoby > Sent: Monday, October 17, 2016 11:24 AM > To: O'Driscoll, Tim ; dev at dpdk.org; > users at dpdk.org > Subject: Re: [dpdk-dev] Project Governance and Linux Foundation > > Hi Tim, > >

[dpdk-dev] [RFC] [PATCH v2] libeventdev: event driven programming model framework for DPDK

2016-10-17 Thread Jerin Jacob
On Fri, Oct 14, 2016 at 05:02:21PM +0100, Bruce Richardson wrote: > On Wed, Oct 12, 2016 at 01:00:16AM +0530, Jerin Jacob wrote: > > Thanks to Intel and NXP folks for the positive and constructive feedback > > I've received so far. Here is the updated RFC(v2). > > > > I've attempted to address as

[dpdk-dev] Project Governance and Linux Foundation

2016-10-17 Thread Hobywan Kenoby
Hi Tim, The Linux kernel community has a governance close to DPDK. It did allow companies to grow largebusinesses and indivuals to take an active and even influencial roles based on their technical expertise and merits. I don't really understand what can be gained by moving to Linux Foundation,

[dpdk-dev] [RFC] [PATCH v2] libeventdev: event driven programming model framework for DPDK

2016-10-17 Thread Jerin Jacob
On Fri, Oct 14, 2016 at 03:00:57PM +, Eads, Gage wrote: > Thanks Jerin, this looks good. I've put a few notes/questions inline. Thanks Gage. > > > + > > +/** > > + * Get the device identifier for the named event device. > > + * > > + * @param name > > + * Event device name to select

[dpdk-dev] [PATCH 1/3] eal/drivers: prefix driver REGISTER macros with EAL

2016-10-17 Thread Neil Horman
On Sat, Oct 08, 2016 at 12:47:59PM +, Shreyansh Jain wrote: > > > > -Original Message- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Friday, October 07, 2016 7:15 PM > > To: Shreyansh Jain > > Cc: david.marchand at 6wind.com; dev at dpdk.org > > Subject:

[dpdk-dev] [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV

2016-10-17 Thread Lu, Wenzhuo
Hi Bernard, Rahul, > -Original Message- > From: Iremonger, Bernard > Sent: Friday, October 14, 2016 9:29 PM > To: dev at dpdk.org; Shah, Rahul R; Lu, Wenzhuo > Cc: Iremonger, Bernard > Subject: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV > > modify