[PATCH] net/ice: add devargs for disabling mac filter

2022-11-24 Thread Ke Zhang
From: "ke1x.zhang" This patch adds support to disable mac filter which will be used by ice driver when setting dpdk_devargs config field in the TRex config file. Mac filter is not disabled in default. Signed-off-by: ke1x.zhang --- drivers/net/ice/ice_ethdev.c | 13 + drivers

RE: [PATCH v6] doc: add PMD known issue

2022-11-24 Thread Ye, MingjinX
Hi All, Could you please review and provide suggestions if any. Thanks, Mingjin > -Original Message- > From: Ye, MingjinX > Sent: 2022年11月21日 10:55 > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; Zhang, Qi > Z ; Jie Zhou ; Menon, Ranjit > ; Ferr

[PATCH v7] examples/distributor: remove dead code and renaming Rx,Tx

2022-11-24 Thread Abdullah Ömer Yamaç
One line of commented code was dead code, this line and related comments are removed. Naming of rx,RX and tx,TX are replaced by Rx and Tx. Signed-off-by: Abdullah Ömer Yamaç --- CC: Thomas Monjalon --- examples/distributor/main.c | 55 + 1 file changed, 25 in

[PATCH v6] examples/distributor: remove dead code and renaming Rx,Tx

2022-11-24 Thread Abdullah Ömer Yamaç
One line of commented code was dead code, this line and related comments are removed. Naming of rx,RX and tx,TX are replaced by Rx and Tx. Signed-off-by: Abdullah Ömer Yamaç --- CC: Thomas Monjalon --- examples/distributor/main.c | 53 + 1 file changed, 24 in

[PATCH v5] examples/distributor: remove dead code and renaming Rx,Tx

2022-11-24 Thread Abdullah Ömer Yamaç
One line of commented code was dead code, this line and related comments are removed. Naming of rx,RX and tx,TX are replaced by Rx and Tx. Signed-off-by: Abdullah Ömer Yamaç --- CC: Thomas Monjalon --- examples/distributor/main.c | 51 + 1 file changed, 23 in

Re: [PATCH v1 1/2] test/bbdev: fix build issue with optional build flag

2022-11-24 Thread Maxime Coquelin
On 11/24/22 17:06, Nicolas Chautru wrote: Incorrect bbdev member name used in test code under RTE_BBDEV_OFFLOAD_COST build flag. Fixes: 4f08028c5e24 ("bbdev: expose queue related warning and status") Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 4 ++-- 1 file cha

Re: [PATCH v1 2/2] test/bbdev: fix build issue with optional build flag

2022-11-24 Thread Maxime Coquelin
Hi Nicolas, On 11/24/22 17:06, Nicolas Chautru wrote: Missing implementation for offload test with FFT. Only build when the optional build flag RTE_BBDEV_OFFLOAD_COST is set. Fixes: 0acdb9866756 ("test/bbdev: add FFT operations cases") Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_

[PATCH v4] examples/distributor: remove dead code and renaming Rx,Tx

2022-11-24 Thread Abdullah Ömer Yamaç
One line of commented code was dead code, this line and releated comments are removed. Naming of rx,RX and tx,TX are replaced by Rx and Tx. Signed-off-by: Abdullah Ömer Yamaç --- CC: Thomas Monjalon --- examples/distributor/main.c | 51 + 1 file changed, 23 i

Re: [PATCH v5] mailmap: add file to DPDK

2022-11-24 Thread Thomas Monjalon
24/11/2022 18:34, Ferruh Yigit: > On 11/24/2022 5:26 PM, Thomas Monjalon wrote: > > 24/11/2022 18:21, Ferruh Yigit: > >> On 11/24/2022 3:44 PM, David Marchand wrote: > >>> From: Bruce Richardson > >>> > >>> Since a number of contributors to DPDK have submitted patches to DPDK > >>> under more than

Re: [PATCH v5] mailmap: add file to DPDK

2022-11-24 Thread Ferruh Yigit
On 11/24/2022 5:26 PM, Thomas Monjalon wrote: > 24/11/2022 18:21, Ferruh Yigit: >> On 11/24/2022 3:44 PM, David Marchand wrote: >>> From: Bruce Richardson >>> >>> Since a number of contributors to DPDK have submitted patches to DPDK >>> under more than one email address, we should maintain a mailm

Re: [PATCH v5] mailmap: add file to DPDK

2022-11-24 Thread Thomas Monjalon
24/11/2022 18:21, Ferruh Yigit: > On 11/24/2022 3:44 PM, David Marchand wrote: > > From: Bruce Richardson > > > > Since a number of contributors to DPDK have submitted patches to DPDK > > under more than one email address, we should maintain a mailmap file to > > properly track their commits usin

Re: [PATCH] net/gve: add support for basic stats

2022-11-24 Thread Ferruh Yigit
On 11/24/2022 4:59 PM, Stephen Hemminger wrote: > On Thu, 24 Nov 2022 15:33:35 +0800 > Junfeng Guo wrote: > >> +static int >> +gve_dev_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats) >> +{ >> +uint16_t i; >> + >> +for (i = 0; i < dev->data->nb_tx_queues; i++) { >> +

Re: [PATCH v4] mailmap: add file to DPDK

2022-11-24 Thread Thomas Monjalon
24/11/2022 16:08, Bruce Richardson: > On Thu, Nov 24, 2022 at 02:57:17PM +0100, Thomas Monjalon wrote: > > 24/11/2022 14:49, David Marchand: > > > On Thu, Nov 24, 2022 at 2:43 PM Bruce Richardson > > > wrote: > > > > > > > > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote: > > > > >

Re: [PATCH v5] mailmap: add file to DPDK

2022-11-24 Thread Ferruh Yigit
On 11/24/2022 3:44 PM, David Marchand wrote: > From: Bruce Richardson > > Since a number of contributors to DPDK have submitted patches to DPDK > under more than one email address, we should maintain a mailmap file to > properly track their commits using "shortlog". > > It also helps fix up any

Re: [PATCH v4] mailmap: add file to DPDK

2022-11-24 Thread Thomas Monjalon
24/11/2022 17:51, Stephen Hemminger: > On Thu, 24 Nov 2022 13:43:07 + > Bruce Richardson wrote: > > > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote: > > > From: Bruce Richardson > > > > > > Since a number of contributors to DPDK have submitted patches to DPDK > > > under mo

[PATCH v6] doc: note KNI alternatives

2022-11-24 Thread Ferruh Yigit
Add more information on alternatives of KNI and the disadvantages of KNI against these alternatives. Signed-off-by: Ferruh Yigit --- Cc: Olivier Matz Cc: David Marchand Cc: Stephen Hemminger Cc: Elad Nachman Cc: Igor Ryzhov Cc: Dan Gora Cc: Morten Brørup v6: * s/ifconfig/iproute2/ * rewor

RE: [PATCH v1] doc: update release notes for 22.11

2022-11-24 Thread Mcnamara, John
> -Original Message- > From: Mcnamara, John > Sent: Thursday, November 24, 2022 4:56 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Mcnamara, John > Subject: [PATCH v1] doc: update release notes for 22.11 > > Fix grammar, spelling and formatting of DPDK 22.11 release notes. P.S., I di

Re: [PATCH v5] doc: note KNI alternatives

2022-11-24 Thread Ferruh Yigit
On 11/24/2022 4:55 PM, Stephen Hemminger wrote: > On Thu, 24 Nov 2022 11:40:40 + > Ferruh Yigit wrote: > >> +* It is out-of-tree Linux kernel module and it can't be distributed as >> binary as >> + part of operating system vendor DPDK packages. This makes it harder to >> + consume, althoug

Re: [PATCH] net/gve: add support for basic stats

2022-11-24 Thread Stephen Hemminger
On Thu, 24 Nov 2022 15:33:35 +0800 Junfeng Guo wrote: > +static int > +gve_dev_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats) > +{ > + uint16_t i; > + > + for (i = 0; i < dev->data->nb_tx_queues; i++) { > + struct gve_tx_queue *txq = dev->data->tx_queues[i]; >

[PATCH v1] doc: update release notes for 22.11

2022-11-24 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 22.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_22_11.rst | 92 +- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_note

Re: [PATCH v5] doc: note KNI alternatives

2022-11-24 Thread Stephen Hemminger
On Thu, 24 Nov 2022 11:40:40 + Ferruh Yigit wrote: > +* It is out-of-tree Linux kernel module and it can't be distributed as > binary as > + part of operating system vendor DPDK packages. This makes it harder to > + consume, although it is always possible to compile it from the source code

Re: [PATCH v4] mailmap: add file to DPDK

2022-11-24 Thread Stephen Hemminger
On Thu, 24 Nov 2022 13:43:07 + Bruce Richardson wrote: > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote: > > From: Bruce Richardson > > > > Since a number of contributors to DPDK have submitted patches to DPDK > > under more than one email address, we should maintain a mailm

[PATCH v1 2/2] test/bbdev: fix build issue with optional build flag

2022-11-24 Thread Nicolas Chautru
Missing implementation for offload test with FFT. Only build when the optional build flag RTE_BBDEV_OFFLOAD_COST is set. Fixes: 0acdb9866756 ("test/bbdev: add FFT operations cases") Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 82 1 file

[PATCH v1 0/2] test/bbdev: fix build issues with optional build flag

2022-11-24 Thread Nicolas Chautru
Fixing compilation errors in bbdev-test application on rc4 when the optional flag RTE_BBDEV_OFFLOAD_COST is set manually. This was raised by Vipin. Nicolas Chautru (2): test/bbdev: fix build issue with optional build flag test/bbdev: fix build issue with optional build flag app/test-bbdev/t

[PATCH v1 1/2] test/bbdev: fix build issue with optional build flag

2022-11-24 Thread Nicolas Chautru
Incorrect bbdev member name used in test code under RTE_BBDEV_OFFLOAD_COST build flag. Fixes: 4f08028c5e24 ("bbdev: expose queue related warning and status") Signed-off-by: Nicolas Chautru --- app/test-bbdev/test_bbdev_perf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH v5] mailmap: add file to DPDK

2022-11-24 Thread David Marchand
From: Bruce Richardson Since a number of contributors to DPDK have submitted patches to DPDK under more than one email address, we should maintain a mailmap file to properly track their commits using "shortlog". It also helps fix up any mangled names, for example, with surname/firstname reversed

DPDK Release Status Meeting 2022-11-24

2022-11-24 Thread Mcnamara, John
Release status meeting minutes 2022-11-24 = Agenda: * Release Dates * Subtrees * Roadmaps * LTS * Defects * Opens Participants: * ARM * Canonical [No] * Debian/Microsoft * Intel * Marvell * Nvidia * Red Hat * Xilinx/AMD Release Dates - The fo

Re: [PATCH v4] mailmap: add file to DPDK

2022-11-24 Thread Bruce Richardson
On Thu, Nov 24, 2022 at 02:57:17PM +0100, Thomas Monjalon wrote: > 24/11/2022 14:49, David Marchand: > > On Thu, Nov 24, 2022 at 2:43 PM Bruce Richardson > > wrote: > > > > > > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote: > > > > From: Bruce Richardson > > > > > > > > Since a n

RE: [PATCH 0/2] update ethdev deprecation notices

2022-11-24 Thread Ori Kam
> -Original Message- > From: Andrew Rybchenko > Sent: Thursday, 24 November 2022 16:35 > To: NBU-Contact-Thomas Monjalon (EXTERNAL) ; > dev@dpdk.org > Cc: Ori Kam ; Ferruh Yigit > Subject: Re: [PATCH 0/2] update ethdev deprecation notices > > On 11/24/22 17:26, Thomas Monjalon wrote: >

Re: [PATCH 0/2] update ethdev deprecation notices

2022-11-24 Thread Andrew Rybchenko
On 11/24/22 17:26, Thomas Monjalon wrote: The deprecation plan was not followed for rte_flow actions and items. It needs to be reflected before the release 22.11. Thomas Monjalon (2): doc: update deprecation notice of legacy flow actions doc: update deprecation notice of flow items doc/

[PATCH 1/2] doc: update deprecation notice of legacy flow actions

2022-11-24 Thread Thomas Monjalon
The legacy flow actions, replaced with the more generic modify action, are not completely replaced yet in DPDK 22.11. The plan needs to be updated for this release, and a new plan must be precised during the next release. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst |

[PATCH 2/2] doc: update deprecation notice of flow items

2022-11-24 Thread Thomas Monjalon
The flow items are not yet cleaned up in DPDK 22.11 as desired. The plan is updated for this release, with more details. A new plan must be precised during the next release. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 37 ++-- 1 file changed,

[PATCH 0/2] update ethdev deprecation notices

2022-11-24 Thread Thomas Monjalon
The deprecation plan was not followed for rte_flow actions and items. It needs to be reflected before the release 22.11. Thomas Monjalon (2): doc: update deprecation notice of legacy flow actions doc: update deprecation notice of flow items doc/guides/rel_notes/deprecation.rst | 47 +

Re: [PATCH v4] mailmap: add file to DPDK

2022-11-24 Thread Thomas Monjalon
24/11/2022 14:49, David Marchand: > On Thu, Nov 24, 2022 at 2:43 PM Bruce Richardson > wrote: > > > > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote: > > > From: Bruce Richardson > > > > > > Since a number of contributors to DPDK have submitted patches to DPDK > > > under more tha

[PATCH v1] crypto/ccp: bug fixes for ccp device probe flow

2022-11-24 Thread Sunil Uttarwar
- Fixed flow for probe and initialization of requested ccp devices - Removed unnecessary code enumerating for all the PCI devices available in the system. - Removed ccp_pmd_init_done flag controlling probe and initialization of only one CCP device even if other CCP devices available Signed-off

Re: [PATCH v4] mailmap: add file to DPDK

2022-11-24 Thread David Marchand
On Thu, Nov 24, 2022 at 2:43 PM Bruce Richardson wrote: > > On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote: > > From: Bruce Richardson > > > > Since a number of contributors to DPDK have submitted patches to DPDK > > under more than one email address, we should maintain a mailmap

Re: [PATCH v4] mailmap: add file to DPDK

2022-11-24 Thread Bruce Richardson
On Thu, Nov 24, 2022 at 01:13:20PM +0100, David Marchand wrote: > From: Bruce Richardson > > Since a number of contributors to DPDK have submitted patches to DPDK > under more than one email address, we should maintain a mailmap file to > properly track their commits using "shortlog". > > It als

Re: DPDK Release Status Meeting

2022-11-24 Thread David Marchand
Hello, On Thu, Nov 24, 2022 at 1:31 PM Varghese, Vipin wrote: > > Hi John and Thomas, > > Sharing an observation for compilation failure Thanks for reporting. I suspect you forgot to mention that this error is only seen with some additional -DRTE_BBDEV_OFFLOAD_COST in cflags. > > Git head: 9cb8

[PATCH v4] mailmap: add file to DPDK

2022-11-24 Thread David Marchand
From: Bruce Richardson Since a number of contributors to DPDK have submitted patches to DPDK under more than one email address, we should maintain a mailmap file to properly track their commits using "shortlog". It also helps fix up any mangled names, for example, with surname/firstname reversed

[PATCH v5] doc: note KNI alternatives

2022-11-24 Thread Ferruh Yigit
Add more information on alternatives of KNI and the disadvantages of KNI against these alternatives. Signed-off-by: Ferruh Yigit --- Cc: Olivier Matz Cc: David Marchand Cc: Stephen Hemminger Cc: Elad Nachman Cc: Igor Ryzhov Cc: Dan Gora Cc: Morten Brørup v5: * Rebased * Dedicated kernel c

Re: [PATCH v3 1/2] doc: note KNI alternatives

2022-11-24 Thread Ferruh Yigit
On 12/1/2021 4:31 PM, Morten Brørup wrote: >> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] >> Sent: Wednesday, 24 November 2021 18.16 >> >> Add more information on alternatives of KNI and the cons of KNI against >> these alternatives. >> >> Signed-off-by: Ferruh Yigit >> --- >> Cc: Olivier M

RE: [PATCH v2 1/2] eal: provide leading and trailing zero bit count abstraction

2022-11-24 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Thursday, 24 November 2022 00.43 > > Provide an abstraction for leading and trailing zero bit counting > functions to hide compiler specific intrinsics and builtins. > > Signed-off-by: Tyler Retzlaff > --- Related functions al

RE: release candidate 22.11-rc4

2022-11-24 Thread Jiang, YuX
Hi All, Update the test status for Intel part. Till now dpdk22.11-rc4 test execution rate is 85%. No new issue is found. # Basic Intel(R) NIC testing * Build or compile: *Build: cover the build test combination with latest GCC/Clang version and the popular OS revision such as Ubuntu20.04.5, Ub

Re: [PATCH v2 2/2] doc: simplify the binding steps

2022-11-24 Thread Thomas Monjalon
24/11/2022 02:09, Chautru, Nicolas: > Hi Thomas, > > > -Original Message- > > From: Thomas Monjalon > > Sent: Wednesday, November 23, 2022 12:35 AM > > To: Chautru, Nicolas > > Cc: dev@dpdk.org; gak...@marvell.com; maxime.coque...@redhat.com; > > Vargas, Hernan > > Subject: Re: [PATCH