Re: [dpdk-dev] [DPDK] net/ice: add outer IPv4 matching for GTPU flow

2020-01-26 Thread Ye Xiaolong
On 01/21, chenmin@intel.com wrote: >From: Chenmin Sun > >This patch adds the capability of matching the outer IPv4 >headers for GTPU flows > >Fixes: efc16c621415 ("net/ice: support flow director GTPU tunnel") > >Signed-off-by: Chenmin Sun >--- > drivers/net/ice/base/ice_fdir.c | 4 > dr

Re: [dpdk-dev] [PATCH v2] net/ice: fix fdir GTP-U pattern

2020-01-26 Thread Ye Xiaolong
On 01/21, Qi Zhang wrote: >Base on current fdir implementation for GTP-U, inner specification is >not supported, issue a rule for eth/ipv4/gtpu/ipv4 will also match >eth/ipv4/gtpu/ipv6, the patch add new pattern list to align with exist >implementation. > >Fixes: efc16c621415 ("net/ice: support flo

Re: [dpdk-dev] [PATCH] net/e1000: update UPDATE_VF_STAT to handle rollover

2020-01-26 Thread Ye Xiaolong
On 12/10, David Harton wrote: >Modified UPDATE_VF_STAT to properly handle rollover conditions. > >Signed-off-by: David Harton >--- > drivers/net/e1000/igb_ethdev.c | 14 +- > 1 file changed, 9 insertions(+), 5 deletions(-) > >diff --git a/drivers/net/e1000/igb_ethdev.c b/drivers/net/e10

Re: [dpdk-dev] [PATCH] net/ixgbevf: update VF_STAT macros to handle rollover

2020-01-26 Thread Ye Xiaolong
On 12/10, David Harton wrote: >Added rollover logic to UPDATE_VF_STAT and UPDATE_VF_STAT_36BIT macros. > >Signed-off-by: David Harton >--- > drivers/net/ixgbe/ixgbe_ethdev.c | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c >b/dr

Re: [dpdk-dev] [PATCH] app/test: add test for mbuf with pinned external buffer

2020-01-26 Thread Slava Ovsiienko
verify_mbuf_check_panics() is left commented out to test the patch (verify_mbuf_check_panics() fails on my setup), will be removed in v2. With best regards, Slava > -Original Message- > From: dev On Behalf Of Viacheslav Ovsiienko > Sent: Friday, January 24, 2020 22:25 > To: dev@dpdk.org

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2020-01-26 Thread Ori Kam
Hi Jerin and Xiang, PSB > -Original Message- > From: dev On Behalf Of Wang Xiang > Sent: Monday, October 14, 2019 4:59 PM > To: Jerin Jacob Kollanukkaran > Cc: Thomas Monjalon ; dev@dpdk.org; Pavan > Nikhilesh Bhagavatula ; Shahaf Shuler > ; Hemant Agrawal ; > Opher Reviv ; Alex Rosenbau

Re: [dpdk-dev] 17.11.10 (LTS) patches review and test

2020-01-26 Thread Ali Alnubani
Hi Luca, Sorry for the late response 😊 > -Original Message- > From: Luca Boccassi > Sent: Thursday, January 23, 2020 1:06 PM > To: Ali Alnubani ; dpdk stable > Cc: dev@dpdk.org; Raslan Darawsheh ; Thomas > Monjalon ; Slava Ovsiienko > ; Matan Azrad ; Phil > Yang ; David Marchand > > Sub

Re: [dpdk-dev] [PATCH 00/11] net/mlx5: vlan actions validation fixes

2020-01-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dekel Peled > Sent: Wednesday, January 22, 2020 4:27 PM > To: Matan Azrad ; Slava Ovsiienko > > Cc: Raslan Darawsheh ; Ori Kam > ; dev@dpdk.org > Subject: [PATCH 00/11] net/mlx5: vlan actions validation fixes > > This series includes several patches, fix

Re: [dpdk-dev] [PATCH] net/mlx5: fix clang 3.4.2 compilation

2020-01-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Wednesday, January 22, 2020 4:36 PM > To: Slava Ovsiienko > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix clang 3.4.2 compilation > > Compilation massage example: > "dpdk/drivers/net/ml

Re: [dpdk-dev] [PATCH] net/mlx5: fix zero out UDP checksum in encap data

2020-01-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Wednesday, January 22, 2020 5:04 PM > To: Slava Ovsiienko > Cc: dev@dpdk.org; Eli Britstein ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix zero out UDP checksum in encap > data > > From: Eli Britstein

Re: [dpdk-dev] [PATCH] net/mlx5: fix setting of port ID for egress rules

2020-01-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dekel Peled > Sent: Wednesday, January 22, 2020 2:33 PM > To: Matan Azrad ; Slava Ovsiienko > > Cc: Raslan Darawsheh ; Ori Kam > ; dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix setting of port ID for egress rules > > Previous patch fixed

Re: [dpdk-dev] [PATCH] net/mlx5: fix icmpv6 header rewrite actions

2020-01-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shiri Kuzin > Sent: Wednesday, January 22, 2020 4:38 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam ; Slava Ovsiienko > ; Dekel Peled ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix icmpv6 header rewrite actions > > the Connec

Re: [dpdk-dev] [PATCH] net/ixgbevf: update VF_STAT macros to handle rollover

2020-01-26 Thread Stephen Hemminger
On Tue, 10 Dec 2019 21:38:36 -0500 David Harton wrote: > Added rollover logic to UPDATE_VF_STAT and UPDATE_VF_STAT_36BIT macros. > > Signed-off-by: David Harton > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/driv

[dpdk-dev] [PATCH v2] net/e1000: update UPDATE_VF_STAT to handle rollover

2020-01-26 Thread David Harton
Modified UPDATE_VF_STAT to properly handle rollover conditions. Fixes: d82170d27918 ("igb: add VF support") Cc: intel.com Signed-off-by: David Harton --- drivers/net/e1000/igb_ethdev.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/drivers/net/e1000/igb_ethde

[dpdk-dev] [PATCH v2] net/ixgbevf: update VF_STAT macros to handle rollover

2020-01-26 Thread David Harton
Added rollover logic to UPDATE_VF_STAT and UPDATE_VF_STAT_36BIT macros. Fixes: af75078fece3 ("first public release") Cc: intel.com Signed-off-by: David Harton --- drivers/net/ixgbe/ixgbe_ethdev.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/net/ixgbe

[dpdk-dev] [PATCH v2] net/ixgbevf: prevent duplicate default mac filter entries

2020-01-26 Thread David Harton
The ixgbe PF manages the default VF mac address in a separate list from the additional VF mac filters. librte_ethdev stores the default mac in dev->data->mac_addrs[0], however, the ixgbevf driver re-adds mac_addr[0] when a mac filter is removed. ixgbevf_remove_mac_addr() is modified to avoid (re)

[dpdk-dev] [PATCH] doc: add rte_ring_xxx_elem introduction to rel notes

2020-01-26 Thread Honnappa Nagarahalli
Added introduction of rte_ring_xxx_elem APIs to release notes. Signed-off-by: Honnappa Nagarahalli --- doc/guides/rel_notes/release_20_02.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index 50e2c1484..

Re: [dpdk-dev] [dpdk-web] DPDK Programmer's Guide :ERRATA

2020-01-26 Thread Thomas Monjalon
Thanks for the comments. I did not look at this doc but I'm sure Honnappa will have answers. Note: you may want to update the doc yourself by making a patch for the DPDK git. Rerouting this email to dpdk-dev and adding Honnappa. 26/01/2020 19:46, prateekag: > Dear, > > I am currently going thr

Re: [dpdk-dev] [PATCH 1/2] net/mlx5: support maximum id in id allocate

2020-01-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Suanming Mou > Sent: Thursday, January 23, 2020 8:01 AM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/2] net/mlx5: support maximum id in id allocate > > The id allocated is for th

[dpdk-dev] [PATCH v2 2/2] net/bnx2x: fix to sync fastpath Rx queue access

2020-01-26 Thread Rasesh Mody
PMD handles fast path completions in the Rx handler and control path completions in the interrupt handler. They both are processing completions from the same fastpath completion queue. There is a potential for race condition when these two paths are processing the completions from the same queue an

[dpdk-dev] [PATCH v2 1/2] net/bnx2x: fix reset of scan FP flag

2020-01-26 Thread Rasesh Mody
The fastpath task queue handler resets the fastpath scan flag unconditionally, this patch changes that to reset the flag only if it was set. Fixes: 08a6e472c3d7 ("net/bnx2x: fix packet drop") Cc: sta...@dpdk.org Signed-off-by: Rasesh Mody --- drivers/net/bnx2x/bnx2x.c | 4 ++-- 1 file changed,

Re: [dpdk-dev] [EXT] Re: [PATCH 1/3] net/bnx2x: fix to use required mem barriers in Rx path

2020-01-26 Thread Rasesh Mody
HI Jerin, >From: Rasesh Mody >Sent: Tuesday, January 14, 2020 5:57 PM > >Hi Jerin, > >>From: Jerin Jacob >>Sent: Tuesday, January 14, 2020 5:49 AM >>To: Rasesh Mody ; Gavin Hu >>Cc: dpdk-dev ; Jerin Jacob Kollanukkaran >>; Ferruh Yigit ; >>GR-Everest- DPDK-Dev ; dpdk stable >> >>Subject: [EXT]

Re: [dpdk-dev] [EXT] Re: [PATCH v2 00/15] add OCTEONTX2 inline IPsec support

2020-01-26 Thread Anoob Joseph
Hi Akhil, Shall I send v3 with the commit header updates that Jerin suggested? Thanks, Anoob > -Original Message- > From: Jerin Jacob > Sent: Wednesday, January 22, 2020 7:48 PM > To: Akhil Goyal > Cc: Anoob Joseph ; Declan Doherty > ; Thomas Monjalon ; Jerin > Jacob Kollanukkaran ; Na

[dpdk-dev] [PATCH] app/testpmd: use correct RFC addresses for tx-only

2020-01-26 Thread Stephen Hemminger
The previous patch to change default IP addresses for tx only mode got the wrong values (typo). Fixes: bf5b2126bf44 ("app/testpmd: add ability to set Tx IP and UDP parameters") Cc: sta...@dpdk.org Signed-off-by: Stephen Hemminger --- app/test-pmd/txonly.c | 4 ++-- 1 file changed, 2 insertions(+

Re: [dpdk-dev] [PATCH v2 02/15] common/octeontx2: add routine to check if sec capable otx2

2020-01-26 Thread Akhil Goyal
Hi Anoob, > > From: Vamsi Attunuru > > This routine returns true if given rte_eth_dev is security offload > capable and belongs to octeontx2. > > Signed-off-by: Anoob Joseph > Signed-off-by: Tejasree Kondoj > Signed-off-by: Vamsi Attunuru > --- > drivers/common/octeontx2/otx2_common.c