Re: [dpdk-dev] [PATCH] net/iavf: fix FDIR ID parsing issue after queue reconfigured

2020-05-20 Thread Ye Xiaolong
On 05/20, Leyi Rong wrote: >FDIR ID parsing will not be handled correctly after queue reconfigured, >enable FDIR ID parsing per Q regardless of fdir_ref_cnt to fix it. > >Fixes: f71dbf852d46 ("net/iavf: add flow director enabled switch value") > >Signed-off-by: Leyi Rong >--- > drivers/net/iavf/ia

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread David Marchand
Hello, On Wed, May 20, 2020 at 5:18 AM oulijun wrote: > I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and > found that after starting l3fwd-power, > > using ctrl+c cannot force quit. But I revert the patch(33666b4 service: > fix crash on exit) and it is ok. We had a fix in

Re: [dpdk-dev] [PATCH] net/i40e: fix flow FDIR enable issue

2020-05-20 Thread Xing, Beilei
> -Original Message- > From: Zhao1, Wei > Sent: Wednesday, May 20, 2020 1:13 PM > To: Xing, Beilei ; dev@dpdk.org > Cc: sta...@dpdk.org; Guo, Jia > Subject: RE: [PATCH] net/i40e: fix flow FDIR enable issue > > > > > -Original Message- > > From: Xing, Beilei > > Sent: Wednes

Re: [dpdk-dev] [PATCH] net/i40e: fix flow FDIR enable issue

2020-05-20 Thread Zhao1, Wei
Hi beilei > -Original Message- > From: Xing, Beilei > Sent: Wednesday, May 20, 2020 3:37 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: sta...@dpdk.org; Guo, Jia > Subject: RE: [PATCH] net/i40e: fix flow FDIR enable issue > > > > > -Original Message- > > From: Zhao1, Wei > > Sent:

Re: [dpdk-dev] incorrect vlan_tci in rte mbuf

2020-05-20 Thread Zhang, Qi Z
> -Original Message- > From: Yan, Xiaoping (NSB - CN/Hangzhou) > Sent: Wednesday, May 20, 2020 3:42 PM > To: Zhang, Qi Z ; Guo, Jia ; Xing, > Beilei > Cc: dev@dpdk.org; Olivier Matz > Subject: RE: [dpdk-dev] incorrect vlan_tci in rte mbuf > > Hi, > > I tried the change, and it solved

Re: [dpdk-dev] [PATCH v2 4/5] doc: include config options in testpmd user guide

2020-05-20 Thread Thomas Monjalon
20/05/2020 00:58, Dharmik Thakkar: > > On May 19, 2020, at 2:42 AM, Thomas Monjalon wrote: > >>> Update testpmd documentation to include RECORD configuration options, > >>> CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and > >>> CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS. > >>> > >>> Signed-off-by: Dharmik

Re: [dpdk-dev] [PATCH] net/iavf: fix FDIR ID parsing issue after queue reconfigured

2020-05-20 Thread Peng, Yuan
Test-by Peng, Yuan -Original Message- From: dev On Behalf Of Leyi Rong Sent: Wednesday, May 20, 2020 2:40 PM To: Wu, Jingjing ; Xing, Beilei ; Ye, Xiaolong Cc: dev@dpdk.org; Rong, Leyi Subject: [dpdk-dev] [PATCH] net/iavf: fix FDIR ID parsing issue after queue reconfigured FDIR ID p

[dpdk-dev] [PATCH] doc: add tested platforms with Mellanox NICs

2020-05-20 Thread Raslan Darawsheh
Signed-off-by: Raslan Darawsheh --- doc/guides/rel_notes/release_20_05.rst | 119 + 1 file changed, 119 insertions(+) diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 84706904e..38bec8b88 100644 --- a/doc/guides/rel_notes

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread oulijun
在 2020/5/20 15:22, David Marchand 写道: Hello, On Wed, May 20, 2020 at 5:18 AM oulijun wrote: I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert the patch(33666b4 service: fix crash on

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread David Marchand
On Wed, May 20, 2020 at 10:41 AM oulijun wrote: > the log as follows when it not works: > L3FWD_POWER: lcore 27 sleeps until interrupt triggers > ^CPOWER: Power management governor of lcore 26 has been set back to > successfully > POWER: Power management of lcore 26 has exited from 'userspace' mod

[dpdk-dev] [RFC] add flow action context API

2020-05-20 Thread Andrey Vesnovaty
This commit introduces extension of DPDK flow action API enabling modification of single rte_flow_action. Motivation and example === Adding or removing one or more queues to RSS actions cloned in multiple flow rules imposes per rule toll for current DPDK flow API; the scenario requires for each fl

[dpdk-dev] net/i40e: fix error setting for L2TAG

2020-05-20 Thread Jeff Guo
Base on HW, if a packet be split into multiple segments, the L2TAG should only be valid on the last Rx descriptor. So fix it by setting L2TAG into mbuf when processing the last split packet. Fixes: ca74903b75cf ("net/i40e: extract non-x86 specific code from vector driver") Signed-off-by: Jeff Gu

Re: [dpdk-dev] [PATCH v2] net/ice: fix core dumped issue in switch filter

2020-05-20 Thread Zhao1, Wei
Hi, Junyu > -Original Message- > From: dev On Behalf Of Junyu Jiang > Sent: Wednesday, May 6, 2020 11:05 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; guinanx@intel.com X > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/ice: fix core dumped issue in switch filter > > The number

Re: [dpdk-dev] [PATCH v2] net/ice: fix core dumped issue in switch filter

2020-05-20 Thread Zhao1, Wei
Get, this is for queue group, thanks. > -Original Message- > From: Zhao1, Wei > Sent: Wednesday, May 20, 2020 5:31 PM > To: Junyu Jiang ; dev@dpdk.org > Cc: Yang, Qiming ; Jiang, JunyuX > ; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2] net/ice: fix core dumped issue in switch > fil

[dpdk-dev] [PATCH] ring: build on Windows

2020-05-20 Thread Fady Bader
Exported per_lcore__rte_errno function to compile ring for windows. compilation error logs: librte_ring_rte_ring.c.obj : error LNK2019: unresolved external symbol per_lcore__rte_errno referenced in function rte_ring_lookup The cause was that per_lcore__rte_errno function wasn't included in the ex

[dpdk-dev] net/iavf: fix error setting for L2TAG

2020-05-20 Thread Jeff Guo
Base on HW, if a packet be split into multiple segments, the L2TAG should only be valid on the last Rx descriptor. So fix it by setting L2TAG into mbuf when processing the last split packet. Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx") Signed-off-by: Jeff Guo --- drivers/net/iavf/iavf_rxtx

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread Burakov, Anatoly
On 20-May-20 4:18 AM, oulijun wrote: Hi, David Marchand && guys    I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert the patch(33666b4 service: fix crash on exit) and it is ok. the log a

[dpdk-dev] net/ice: fix error setting for L2TAG

2020-05-20 Thread Jeff Guo
Base on HW, if a packet be split into multiple segments, the L2TAG should only be valid on the last Rx descriptor. So fix it by setting L2TAG into mbuf when processing the last split packet. Fixes: c68a52b8b38c ("net/ice: support vector SSE in Rx") Signed-off-by: Jeff Guo --- drivers/net/ice/ic

Re: [dpdk-dev] net/ice: fix error setting for L2TAG

2020-05-20 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Thursday, May 21, 2020 5:46 AM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia > > Subject: [dpdk-dev] net/ice: fix error setting for L2TAG > > Base on HW, if a packet be split into multiple segments, the L2

Re: [dpdk-dev] net/iavf: fix error setting for L2TAG

2020-05-20 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Thursday, May 21, 2020 5:44 AM > To: Xing, Beilei ; Wu, Jingjing > Cc: Ye, Xiaolong ; Zhang, Qi Z > ; dev@dpdk.org; Guo, Jia > Subject: [dpdk-dev] net/iavf: fix error setting for L2TAG > > Base on HW, if a packet be split into multiple se

Re: [dpdk-dev] net/i40e: fix error setting for L2TAG

2020-05-20 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Jia > Sent: Thursday, May 21, 2020 5:25 AM > To: Xing, Beilei ; Zhang, Qi Z ; > jianbo@linaro.org; xiaoping@nokia-sbell.com > Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia > ; olivier.m...@6wind.com > Subject: [dpdk-dev] net/i40e: fix error setting

Re: [dpdk-dev] [PATCH] ring: build on Windows

2020-05-20 Thread Dmitry Kozlyuk
On Wed, 20 May 2020 12:34:44 +0300 Fady Bader wrote: > Exported per_lcore__rte_errno function to compile ring for windows. > > compilation error logs: > librte_ring_rte_ring.c.obj : error LNK2019: unresolved > external symbol per_lcore__rte_errno referenced in > function rte_ring_lookup > > The

[dpdk-dev] [PATCH] bus/fslmc: drop inline from non-static functions

2020-05-20 Thread Ferruh Yigit
There is no point in having non-static (and non-extern) inline functions. Also this breaks the build for the ICC [1] because of the 'internal' symbol check. When function is 'inline' ICC is ignoring 'section' attribute and not putting function to 'internal' section which breaks 'check-symbols.sh'

[dpdk-dev] [PATCH] devtools: add more headline case rules

2020-05-20 Thread Ferruh Yigit
AltiVec -> IOTLB -> Input/Output Translation Lookaside Buffer IPsec -> Internet Protocol security PPPoE -> Point-to-Point Protocol over Ethernet PVID-> Port VLAN IDentifier Signed-off-by: Ferruh Yigit --- devtools/words-case.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/

Re: [dpdk-dev] [PATCH] doc: add NASM installation steps

2020-05-20 Thread Kevin Traynor
On 18/05/2020 09:35, Pablo de Lara wrote: > The intel-ipsec-mb library requires NASM as a dependency. Hi Pablo, Thanks for the patch. Couple of comments below. Kevin. > Steps on how to get and install NASM are added on the documentation > of the crypto PMDs which requires the library. > Bugzi

[dpdk-dev] [PATCH v2] ring: build on Windows

2020-05-20 Thread Fady Bader
Exported per_lcore__rte_errno function to compile ring for windows. compilation error logs: librte_ring_rte_ring.c.obj : error LNK2019: unresolved external symbol per_lcore__rte_errno referenced in function rte_ring_lookup The cause was that per_lcore__rte_errno function wasn't included in the ex

[dpdk-dev] [PATCH v1 0/1] fix TSO problem

2020-05-20 Thread Xiaoyun wang
This patch fixes TSO problem, when TSO mss is smaller than 80, and the sum length of continus sge num is larger than a mss, which may cause hardware failed, so in this scenarios pmd driver should adjust the tso_segsz with the same with the value of hardware supported. -- v1: - fix TSO proble

[dpdk-dev] [PATCH v1 1/1] net/hinic: fix TSO problem

2020-05-20 Thread Xiaoyun wang
When TSO mss is smaller than 80, and the sum length of continus sge num is larger than a mss, which may cause hardware failed, so in this scenarios pmd driver should adjust the tso_segsz with the same with the value of hardware supported. Fixes: 076221c8fe1d ("net/hinic: add Rx/Tx") Cc: sta...@dp

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread Burakov, Anatoly
On 20-May-20 9:41 AM, oulijun wrote: 在 2020/5/20 15:22, David Marchand 写道: Hello, On Wed, May 20, 2020 at 5:18 AM oulijun wrote: I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert th

Re: [dpdk-dev] [PATCH] eal: fix lcore state bug

2020-05-20 Thread Van Haaren, Harry
> -Original Message- > From: Lukasz Wojciechowski > Sent: Monday, May 18, 2020 7:43 PM > To: David Marchand ; Van Haaren, Harry > > Cc: Jerin Jacob ; dev ; dpdk > stable > Subject: Re: [PATCH] eal: fix lcore state bug > > > W dniu 18.05.2020 o 20:39, David Marchand pisze: > > On Mon, M

Re: [dpdk-dev] [PATCH] bus/fslmc: drop inline from non-static functions

2020-05-20 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[dpdk-dev] [PATCH] net/octeontx2: fix buffer size assignment

2020-05-20 Thread Ankur Dwivedi
The elt_size field in mempool holds the size of one packet buffer. It can be used to set the lpm_sizem1 field in rq context. The lpb_sizem1 field in rq context is 12 bit, direct assignment to it was causing overflow of value. Because of this errors were observed while trying inline inbound with la

[dpdk-dev] [PATCH] net/mlx5: revert DevX API preferred for Rx objects

2020-05-20 Thread Dekel Peled
Recent patch [1] exposed a minor performance issue. In order to properly test it, this patch reverts commit [1]. [1] commit d237d22fbe62 ("net/mlx5: prefer DevX API to create Rx objects") Signed-off-by: Dekel Peled Acked-by: Matan Azrad --- drivers/net/mlx5/mlx5_trigger.c | 15 ++-

Re: [dpdk-dev] [PATCH] eal: fix lcore state bug

2020-05-20 Thread Lukasz Wojciechowski
W dniu 20.05.2020 o 13:40, Van Haaren, Harry pisze: >> -Original Message- >> From: Lukasz Wojciechowski >> Sent: Monday, May 18, 2020 7:43 PM >> To: David Marchand ; Van Haaren, Harry >> >> Cc: Jerin Jacob ; dev ; dpdk >> stable >> Subject: Re: [PATCH] eal: fix lcore state bug >> >> >>

[dpdk-dev] [PATCH] doc: fix build with doxygen 1.8.18

2020-05-20 Thread Thomas Monjalon
Having an explicit "index" anchor looks forbidden: doc/api/doxy-api-index.md:1: warning: multiple use of section label 'index' for main page Anyway this anchor was not used, it can be removed. Fixes: 9bf486e606b0 ("doc: generate HTML for API with doxygen") Cc: sta...@dpdk.org Signed-off-by: Tho

[dpdk-dev] [PATCH 2/4] examples/vm_power: fix build with -fno-common

2020-05-20 Thread Thomas Monjalon
The variables of the same name are merged together if compiled with -fcommon. It used to be the default. This default behaviour allows to declare a variable in a header file and share the variable in every .o binaries thanks to merge at link-time. If compiling with -fno-common (default in GCC 10),

[dpdk-dev] [PATCH 1/4] net/mvpp2: fix build with gcc 10

2020-05-20 Thread Thomas Monjalon
GCC 10 is detecting the enum mismatch when assigning UDP variables with MUSDK constants for TCP. Fixes: 7235341d7517 ("net/mrvl: support classifier") Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon --- drivers/net/mvpp2/mrvl_flow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) d

[dpdk-dev] [PATCH 0/4] fix build with GCC 10

2020-05-20 Thread Thomas Monjalon
These are supposed to be the last patches to support GCC 10. Thomas Monjalon (4): net/mvpp2: fix build with gcc 10 examples/vm_power: fix build with -fno-common examples/vm_power: drop Unix path limit redefinition devtools: allow warnings in ABI reference build devtools/test-build.sh

[dpdk-dev] [PATCH 3/4] examples/vm_power: drop Unix path limit redefinition

2020-05-20 Thread Thomas Monjalon
The Unix socket path may be as long as UNIX_PATH_MAX. This constant is supposed to be defined in sys/un.h. On Linux, it appears to be in linux/un.h. This constant was re-defined locally, based on a variable declaration. It is breaking compilation with -fno-common (default in GCC 10) We could avoid

[dpdk-dev] [PATCH 4/4] devtools: allow warnings in ABI reference build

2020-05-20 Thread Thomas Monjalon
There is no point in forcing warning-free compilation when building an ABI reference. It is only preventing from compiling ABI reference of old releases with recent compilers. Note: DPDK 20.02 is built (with warnings) by GCC 10 if using -fcommon. Signed-off-by: Thomas Monjalon --- devtools/test

[dpdk-dev] [PATCH] net/sfc/base: fix manual filter delete in EF10

2020-05-20 Thread Andrew Rybchenko
From: Igor Romanov When user requests a filter deletion only filter with manual priority must be deleted. When an automatic filter has the same specification, it must be skipped. Fixes: 585c22edb29c ("net/sfc/base: handle manual and auto filter clashes in EF10") Cc: sta...@dpdk.org Signed-off-

Re: [dpdk-dev] [EXT] [PATCH 1/4] net/mvpp2: fix build with gcc 10

2020-05-20 Thread Liron Himi
Acked-by: Liron Himi Regards, Liron -Original Message- From: Thomas Monjalon Sent: Wednesday, 20 May 2020 16:58 To: dev@dpdk.org Cc: david.march...@redhat.com; sta...@dpdk.org; Liron Himi ; Natalie Samsonov ; Tomasz Duszynski Subject: [EXT] [PATCH 1/4] net/mvpp2: fix build with gcc

Re: [dpdk-dev] [PATCH] app/testpmd: fix error detection in MTU command

2020-05-20 Thread Ferruh Yigit
On 5/19/2020 5:40 PM, Shy Shyman wrote: > Hi > Thank you for the feedback. > While I'm ok with the fix you suggested, the warning was placed in order to > let the user understand that his/her MTU settings may not impact DPDK. After > all in this case(no JUMBO) we are not doing anything besides c

Re: [dpdk-dev] [PATCH v3 1/2] doc: add cycles per packet in testpmd user guide

2020-05-20 Thread Ferruh Yigit
On 5/20/2020 4:20 AM, Dharmik Thakkar wrote: > Update documentation for 'show fwd' testpmd runtime function to show > CPU cycles/packet example. > > Signed-off-by: Dharmik Thakkar > Reviewed-by: Honnappa Nagarahalli > Reviewed-by: Phil Yang Reviewed-by: Ferruh Yigit

Re: [dpdk-dev] [PATCH 0/4] fix build with GCC 10

2020-05-20 Thread David Marchand
On Wed, May 20, 2020 at 3:58 PM Thomas Monjalon wrote: > > These are supposed to be the last patches to support GCC 10. > > Thomas Monjalon (4): > net/mvpp2: fix build with gcc 10 > examples/vm_power: fix build with -fno-common > examples/vm_power: drop Unix path limit redefinition > devto

Re: [dpdk-dev] [PATCH] bus/fslmc: drop inline from non-static functions

2020-05-20 Thread David Marchand
On Wed, May 20, 2020 at 12:22 PM Ferruh Yigit wrote: > > There is no point in having non-static (and non-extern) inline > functions. > > Also this breaks the build for the ICC [1] because of the 'internal' > symbol check. > > When function is 'inline' ICC is ignoring 'section' attribute and not >

[dpdk-dev] [PATCH] test/crypto: skip unsupported cases

2020-05-20 Thread akhil . goyal
From: Akhil Goyal blockcipher cases are either returning TEST_SUCCESS or TEST_FAILED as status, but the test may not be supported by the PMD which is also a success case for the PMD. Hence checking for status == TEST_FAILED for setting the overall status as failed. Signed-off-by: Akhil Goyal --

Re: [dpdk-dev] [PATCH 0/4] fix build with GCC 10

2020-05-20 Thread Kevin Traynor
On 20/05/2020 14:58, Thomas Monjalon wrote: > These are supposed to be the last patches to support GCC 10. > > Thomas Monjalon (4): > net/mvpp2: fix build with gcc 10 > examples/vm_power: fix build with -fno-common > examples/vm_power: drop Unix path limit redefinition > devtools: allow wa

[dpdk-dev] [PATCH] net/bnxt: fix to advance producer index

2020-05-20 Thread Kalesh A P
From: Rahul Gupta When a queue is started after deferred_start, then increment raw_prod irrespective of new mbuf is allocated or old mbufs are used. Fixes: d256c73c1122 ("net/bnxt: fix memory leak during queue restart") Cc: sta...@dpdk.org Signed-off-by: Rahul Gupta Signed-off-by: Kalesh AP R

Re: [dpdk-dev] [PATCH] doc: fix build with doxygen 1.8.18

2020-05-20 Thread Jerin Jacob
On Wed, May 20, 2020 at 7:26 PM Thomas Monjalon wrote: > > Having an explicit "index" anchor looks forbidden: > > doc/api/doxy-api-index.md:1: warning: > multiple use of section label 'index' for main page > > Anyway this anchor was not used, it can be removed. > > Fixes: 9bf486e606b0 ("doc: gener

Re: [dpdk-dev] [PATCH v2] ring: build on Windows

2020-05-20 Thread Ranjit Menon
On 5/20/2020 3:44 AM, Fady Bader wrote: Exported per_lcore__rte_errno function to compile ring for windows. compilation error logs: librte_ring_rte_ring.c.obj : error LNK2019: unresolved external symbol per_lcore__rte_errno referenced in function rte_ring_lookup The cause was that per_lcore__rt

Re: [dpdk-dev] [PATCH v2 4/5] doc: include config options in testpmd user guide

2020-05-20 Thread Dharmik Thakkar
> On May 20, 2020, at 2:53 AM, Thomas Monjalon wrote: > > 20/05/2020 00:58, Dharmik Thakkar: >>> On May 19, 2020, at 2:42 AM, Thomas Monjalon wrote: > Update testpmd documentation to include RECORD configuration options, > CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and > CONFIG_RTE_TES

[dpdk-dev] [PATCH v5] doc: update bnxt guide

2020-05-20 Thread Ajit Khaparde
- Update list of supported adapters. - Update list of supported features. - Add some details to describe the features. - Remove obsolete limitations. - Fix and update links. Signed-off-by: JP Lee Signed-off-by: Ajit Khaparde Acked-by: Kovacevic Marko --- v1->v2: Some lines w

Re: [dpdk-dev] net/ice: fix error setting for L2TAG

2020-05-20 Thread Ye Xiaolong
On 05/20, Jeff Guo wrote: >Base on HW, if a packet be split into multiple segments, the L2TAG >should only be valid on the last Rx descriptor. So fix it by setting >L2TAG into mbuf when processing the last split packet. > >Fixes: c68a52b8b38c ("net/ice: support vector SSE in Rx") > >Signed-off-by:

Re: [dpdk-dev] net/i40e: fix error setting for L2TAG

2020-05-20 Thread Ye Xiaolong
On 05/20, Jeff Guo wrote: >Base on HW, if a packet be split into multiple segments, the L2TAG >should only be valid on the last Rx descriptor. So fix it by setting >L2TAG into mbuf when processing the last split packet. > >Fixes: ca74903b75cf ("net/i40e: extract non-x86 specific code from vector >

Re: [dpdk-dev] net/iavf: fix error setting for L2TAG

2020-05-20 Thread Ye Xiaolong
On 05/20, Jeff Guo wrote: >Base on HW, if a packet be split into multiple segments, the L2TAG >should only be valid on the last Rx descriptor. So fix it by setting >L2TAG into mbuf when processing the last split packet. > >Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx") > >Signed-off-by: Jeff Guo

[dpdk-dev] [PATCH v2] eal/windows: support thread ID query

2020-05-20 Thread Tasnim Bashar
Add rte_sys_gettid function to use rte_gettid() on Windows. rte_gettid() is required for recursive spin lock and recursive ticket lock. Signed-off-by: Tasnim Bashar --- v2: remove eal_thread_self function and fix style --- lib/librte_eal/windows/eal_thread.c | 15 --- 1 file change

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread oulijun
在 2020/5/20 17:45, Burakov, Anatoly 写道: On 20-May-20 4:18 AM, oulijun wrote: Hi, David Marchand && guys I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert the patch(33666b4 service:

Re: [dpdk-dev] [PATCH] net/bnxt: fix to advance producer index

2020-05-20 Thread Ajit Khaparde
On Wed, May 20, 2020 at 10:23 AM Kalesh A P < kalesh-anakkur.pura...@broadcom.com> wrote: > From: Rahul Gupta > > When a queue is started after deferred_start, then increment raw_prod > irrespective of new mbuf is allocated or old mbufs are used. > > Fixes: d256c73c1122 ("net/bnxt: fix memory lea

Re: [dpdk-dev] [PATCH] doc: update for ice

2020-05-20 Thread Yang, Qiming
> -Original Message- > From: Ye, Xiaolong > Sent: Wednesday, May 20, 2020 14:00 > To: Yang, Qiming ; Zhang, Qi Z > ; Mcnamara, John ; > Kovacevic, Marko > Cc: dev@dpdk.org; Ye, Xiaolong > Subject: [PATCH] doc: update for ice > > Update the description and limitation about ice PMD accord

Re: [dpdk-dev] [PATCH v2] ring: build on Windows

2020-05-20 Thread Honnappa Nagarahalli
> Subject: [dpdk-dev] [PATCH v2] ring: build on Window change this to 'eal'. Even though the compilation error points to rte_ring, this is not a issue in rte_ring library. Suggest changing the commit message to something like "ea

Re: [dpdk-dev] [PATCH] doc: announce adoption of C11 atomic operations semantics

2020-05-20 Thread Honnappa Nagarahalli
> Subject: [PATCH] doc: announce adoption of C11 atomic operations semantics > > From: Honnappa Nagarahalli > > As agreed in the DPDK tech board [1], after 20.05 release, patches must use > C11 atomic operations semantics with the help of wrappers. > > [1] http://mails.dpdk.org/archives/dev/2

[dpdk-dev] [Bug 481] [dpdk-20.05]kni/ifconfig:Failed to change vEth0_0 MTU on powerville and springville

2020-05-20 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=481 Bug ID: 481 Summary: [dpdk-20.05]kni/ifconfig:Failed to change vEth0_0 MTU on powerville and springville Product: DPDK Version: 20.05 Hardware: x86 OS: Linux

[dpdk-dev] [Bug 482] [dpdk-20.05]kni/ifconfig:Failed to change vEth0_0 MTU on powerville and springville

2020-05-20 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=482 Bug ID: 482 Summary: [dpdk-20.05]kni/ifconfig:Failed to change vEth0_0 MTU on powerville and springville Product: DPDK Version: 20.05 Hardware: x86 OS: Linux

Re: [dpdk-dev] [PATCH] doc: announce adoption of C11 atomic operations semantics

2020-05-20 Thread Jerin Jacob
On Thu, May 7, 2020 at 12:38 PM Phil Yang wrote: > > From: Honnappa Nagarahalli > > As agreed in the DPDK tech board [1], after 20.05 release, patches must > use C11 atomic operations semantics with the help of wrappers. > > [1] http://mails.dpdk.org/archives/dev/2020-April/165143.html > > Signed

Re: [dpdk-dev] [PATCH] doc: announce adoption of C11 atomic operations semantics

2020-05-20 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[dpdk-dev] [Bug 481] [dpdk-20.05]kni/ifconfig:Failed to change vEth0_0 MTU on powerville and springville

2020-05-20 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=481 xizhan4x (xix.zh...@intel.com) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

Re: [dpdk-dev] [PATCH v5] doc: update bnxt guide

2020-05-20 Thread Ajit Khaparde
On Wed, May 20, 2020 at 1:04 PM Ajit Khaparde wrote: > - Update list of supported adapters. > - Update list of supported features. > - Add some details to describe the features. > - Remove obsolete limitations. > - Fix and update links. > > Signed-off-by: JP Lee > Signed-off-