[dpdk-dev] [PATCH v2] E1000: fix for forced speed/duplex config

2016-11-03 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Ananda Sathyanarayana [mailto:ananda at versa-networks.com] > Sent: Thursday, November 3, 2016 7:37 AM > To: Lu, Wenzhuo > Cc: dev at dpdk.org; Ananda Sathyanarayana > Subject: [PATCH v2] E1000: fix for forced speed/duplex config > > Fixed the

[dpdk-dev] [PATCH v3] net/kni: add KNI PMD

2016-11-03 Thread Yong Wang
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > Sent: Monday, October 10, 2016 6:20 AM > To: dev at dpdk.org > Cc: Ferruh Yigit > Subject: [dpdk-dev] [PATCH v3] net/kni: add KNI PMD > > Add KNI PMD which wraps librte_kni for ease of use. > >

[dpdk-dev] [PATCH] ethdev: fix statistics description

2016-11-03 Thread Remy Horton
On 02/11/2016 17:07, Mcnamara, John wrote: [..] > Perhaps we could an API that returns a struct, or otherwise, that > indicated what stats are returned by a PMD. An application that > required stats could call it once to establish what stats were > available. It would have to be done in some way

[dpdk-dev] [PATCH v3] app/test: fix a segfault when lpm_perf_autotest is run more than 1 time

2016-11-03 Thread Dai, Wei
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Nikita Kozlov > Sent: Tuesday, November 1, 2016 7:56 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3] app/test: fix a segfault when lpm_perf_autotest > is run more than 1 time > > num_route_entries

[dpdk-dev] [RFC]Generic flow filtering API Sample Application

2016-11-03 Thread Jerin Jacob
On Wed, Nov 02, 2016 at 05:27:50AM +, Zhao1, Wei wrote: > Hi All, > Now we are planning for an sample application for Generic flow > filtering API feature, and I have finished the RFC for this example app. > Now Adrien Mazarguil has send v2 version of Generic flow > filtering API, this

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

2016-11-03 Thread Maxime Coquelin
On 11/02/2016 11:51 AM, Maxime Coquelin wrote: > > > On 10/31/2016 11:01 AM, Wang, Zhihong wrote: >> >> >>> -Original Message- >>> From: Maxime Coquelin [mailto:maxime.coquelin at redhat.com] >>> Sent: Friday, October 28, 2016 3:42 PM >>> To: Wang, Zhihong ; Yuanhan Liu >>> >>> Cc:

[dpdk-dev] [PATCH] ethdev: fix statistics description

2016-11-03 Thread Morten Brørup
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Remy Horton > Sent: Thursday, November 3, 2016 3:01 AM > > On 02/11/2016 17:07, Mcnamara, John wrote: > [..] > > Perhaps we could an API that returns a struct, or otherwise, that > > indicated what stats are

[dpdk-dev] [PATCH] lpm: fix freeing memory

2016-11-03 Thread Wei Dai
The memory pointed by lpm->rules_tbl should also be freed when memory malloc for tbl8 fails in rte_lpm_create_v1604( ). And the memory pointed by lpm->tbl8 should also be freed when the lpm object is freed in rte_lpm_free_v1604( ). Fixes: f1f7261838b3 ("lpm: add a new config structure for IPv4")

[dpdk-dev] PCAP memory leak in freeing jumbo frames

2016-11-03 Thread Bruce Richardson
On Thu, Nov 03, 2016 at 11:35:14AM +0200, Dror Birkman wrote: > Hi, > > I have a huge memory leak when I release mbufs allocated > by eth_pcap_rx_jumbo(). > > I use rte_mempool_put_bulk() to release the mbufs. > To my horror I found out it puts back to the mempool only the head mbuf and > not

[dpdk-dev] [PATCH] doc: announce ABI changes in filtering support

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stroe, Laura > Sent: Wednesday, November 2, 2016 3:12 PM > To: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI changes in filtering > support > > Self-Nack. > After an internal review of

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix buffer not null terminated

2016-11-03 Thread Fan Zhang
Fixes: 0d547ed03717 ("examples/ipsec-secgw: support configuration file") Coverity issue: 137854 Signed-off-by: Fan Zhang --- examples/ipsec-secgw/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipsec-secgw/parser.c b/examples/ipsec-secgw/parser.c index

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix buffer not terminated issue

2016-11-03 Thread Fan Zhang
Fixes: 0d547ed03717 ("examples/ipsec-secgw: support configuration file") Coverity issue: 137855 Signed-off-by: Fan Zhang --- examples/ipsec-secgw/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipsec-secgw/parser.c b/examples/ipsec-secgw/parser.c index

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix copy into fixed size buffer issue

2016-11-03 Thread Fan Zhang
Coverity issue: 137875 Fixes: 0d547ed0 ("examples/ipsec-secgw: support configuration file") Signed-off-by: Fan Zhang --- examples/ipsec-secgw/sa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipsec-secgw/sa.c b/examples/ipsec-secgw/sa.c index 9e2c8a9..c891be2

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix pointer to local outside scope

2016-11-03 Thread Fan Zhang
Fixes: 0d547ed03717 ("examples/ipsec-secgw: support configuration file") Coverity issue: 137871 Signed-off-by: Fan Zhang --- examples/ipsec-secgw/parser.c | 124 +- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git

[dpdk-dev] [PATCH 1/2] doc: update mlx5 dependencies

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Nelio Laranjeiro > Sent: Wednesday, November 2, 2016 1:47 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/2] doc: update mlx5 dependencies > > Signed-off-by: Nelio Laranjeiro Acked-by: John McNamara

[dpdk-dev] [PATCH 2/2] doc: add mlx5 release notes

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Nelio Laranjeiro > Sent: Wednesday, November 2, 2016 1:47 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 2/2] doc: add mlx5 release notes > > ... > > - This section is a comment. Make sure to start

[dpdk-dev] [PATCH] doc: add missing library to release notes

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit > Sent: Tuesday, November 1, 2016 5:04 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add missing library to release notes > > Signed-off-by: Ferruh Yigit > --- > CC: Olivier Matz

[dpdk-dev] [PATCH] doc: remove Intel reference from multi-process support guide

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com] > Sent: Thursday, October 27, 2016 7:11 AM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; Mcnamara, John ; > Jerin Jacob > Subject: [dpdk-dev] [PATCH] doc: remove Intel reference from

[dpdk-dev] [PATCH v2] doc: arm64: document DPDK application profiling methods

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, October 26, 2016 9:07 PM > To: Jerin Jacob ; Mcnamara, John > > Cc: dev at dpdk.org; jianbo.liu at linaro.org; viktorin at rehivetech.com > Subject: Re: [dpdk-dev] [PATCH v2] doc: arm64:

[dpdk-dev] [PATCH] doc: release note for ixgbe PMD API's

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: Iremonger, Bernard > Sent: Tuesday, October 25, 2016 1:25 PM > To: dev at dpdk.org; Mcnamara, John > Cc: Iremonger, Bernard > Subject: [PATCH] doc: release note for ixgbe PMD API's > > Signed-off-by: Bernard Iremonger Acked-by: John McNamara

[dpdk-dev] [PATCH v1 1/2] doc: update ixgbe guide

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: Iremonger, Bernard > Sent: Friday, October 14, 2016 5:35 PM > To: dev at dpdk.org; Mcnamara, John > Cc: Iremonger, Bernard > Subject: [PATCH v1 1/2] doc: update ixgbe guide > > add information about new ixgbe PMD API. > > Signed-off-by: Bernard Iremonger

[dpdk-dev] [PATCH v1 2/2] doc: update poll mode driver guide

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: Iremonger, Bernard > Sent: Friday, October 14, 2016 5:35 PM > To: dev at dpdk.org; Mcnamara, John > Cc: Iremonger, Bernard > Subject: [PATCH v1 2/2] doc: update poll mode driver guide > > add information about new ixgbe PMD API. > > Signed-off-by: Bernard

[dpdk-dev] [PATCH] doc: fix libcrypto title

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, October 13, 2016 8:34 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] doc: fix libcrypto title > > Libcrypto documentation was missing the

[dpdk-dev] [PATCH] doc: how to build KASUMI as shared library

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, October 13, 2016 8:34 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] doc: how to build KASUMI as shared library > > Libsso KASUMI library

[dpdk-dev] [PATCH 2/2] doc: add mlx5 release notes

2016-11-03 Thread Nélio Laranjeiro
On Thu, Nov 03, 2016 at 12:25:47PM +, Mcnamara, John wrote: > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Nelio Laranjeiro > > Sent: Wednesday, November 2, 2016 1:47 PM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH 2/2] doc: add mlx5

[dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared library

2016-11-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, October 13, 2016 8:35 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] doc: ZUC PMD cannot be built as a shared > library > > ZUC PMD cannot

[dpdk-dev] Issues binding 82545EM to igb_uio on Centos 6.5 + DPDK 16.07

2016-11-03 Thread Sruthi Yellamraju
Hi, I have a 82545EM NIC running e1000 driver on a VM running Centos 6.5 build (2.6.32-431.20.3.el6.x86_64) (See lspci O/p). I am using dpdk-16.07 and when i try binding this device to igb_uio, its giving me the following error. Any pointers? I was able to get other drivers fm10k, e1000e to work

[dpdk-dev] [PATCH] net/i40e: fix floating VEB issue

2016-11-03 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, November 3, 2016 5:26 PM > To: Wu, Jingjing > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH] net/i40e: fix floating VEB issue > > Turning off S-TAG identification will impact floating VEB, > VFs can't communicate with

[dpdk-dev] [PATCH v2] doc: add mlx5 release notes

2016-11-03 Thread Nelio Laranjeiro
Add list of tested and validated NICs too. Signed-off-by: Nelio Laranjeiro --- doc/guides/rel_notes/release_16_11.rst | 122 + 1 file changed, 122 insertions(+) diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst index

[dpdk-dev] [PATCH v9] app/testpmd: fix DCB configuration

2016-11-03 Thread Bernard Iremonger
Data Centre Bridge (DCB) configuration fails when SRIOV is enabled if nb_rxq or nb_txq are greater than nb_q_per_pool. The failure occurs during configuration of the ixgbe PMD when it is started, in the ixgbe_check_mq_mode function. Fixes: 2a977b891f99 ("app/testpmd: fix DCB configuration")

[dpdk-dev] [PATCH] doc: update release notes with enic PMD changes

2016-11-03 Thread John Daley
Signed-off-by: John Daley --- doc/guides/nics/features/enic.ini | 2 +- doc/guides/rel_notes/release_16_11.rst | 14 ++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/guides/nics/features/enic.ini b/doc/guides/nics/features/enic.ini index 523d4f1..86576a7

[dpdk-dev] [PATCH 1/2 v2] bnxt: use appropriate data type in bnxt_alloc_vnic_attributes

2016-11-03 Thread Ajit Khaparde
Prevent the arithmetic in bnxt_alloc_vnic_attributes from causing any unintentional havoc because of the usage of a signed variable. Coverity: 137874 Signed-off-by: Ajit Khaparde -- v2: Previous attempt did not seem complete. --- drivers/net/bnxt/bnxt_vnic.c | 9 + 1 file changed, 5

[dpdk-dev] [PATCH 1/8] net/virtio: revert "virtio: fix restart"

2016-11-03 Thread Maxime Coquelin
Hi Yuanhan, On 11/03/2016 05:09 PM, Yuanhan Liu wrote: > This reverts commit 9a0615af7746 ("virtio: fix restart"); conflict is > manually addressed. > > Kyle reported an issue with above commit > > qemu-kvm: Guest moved used index from 5 to 1 > > with following steps, > > 1) Start my

[dpdk-dev] [PATCH 2/8] net/virtio: simplify queue memzone name

2016-11-03 Thread Maxime Coquelin
On 11/03/2016 05:09 PM, Yuanhan Liu wrote: > Instead of setting up a queue memzone name like "port0_rxq0", "port0_txq0", > it could be simplified a bit to something like "port0_vq0", "port0_vq1" ... > > Meanwhile, the code is also simplified a bit. > > Signed-off-by: Yuanhan Liu > --- >

[dpdk-dev] [PATCH 3/8] net/virtio: simplify queue allocation

2016-11-03 Thread Maxime Coquelin
On 11/03/2016 05:09 PM, Yuanhan Liu wrote: > Let rxq/txq/cq be the union field of the virtqueue struct. This would > simplifies the vq allocation a bit: we don't need calculate the vq_size > any more based on the queue time. s/time/type/ ? > > Signed-off-by: Yuanhan Liu > --- >

[dpdk-dev] [PATCH 4/8] net/virtio: allocate queue at init stage

2016-11-03 Thread Maxime Coquelin
On 11/03/2016 05:09 PM, Yuanhan Liu wrote: > Queue allocation should be done once, since the queue related info (such > as vring addreess) will only be informed to the vhost-user backend once > without virtio device reset. > > That means, if you allocate queues again after the vhost-user

[dpdk-dev] [PATCH] crypto: clarify how crypto operations affect buffers

2016-11-03 Thread De Lara Guarch, Pablo
> -Original Message- > From: Trahe, Fiona > Sent: Wednesday, November 02, 2016 5:54 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Trahe, Fiona; Griffin, John > Subject: [PATCH] crypto: clarify how crypto operations affect buffers > > Updated comments on API to clarify which