[PATCH v13 1/1] app/testpmd: support multiple mbuf pools per Rx queue

2022-11-10 Thread Hanumanth Pothula
Some of the HW has support for choosing memory pools based on the packet's size. The pool sort capability allows PMD/NIC to choose a memory pool based on the packet's length. On multiple mempool support enabled, populate mempool array accordingly. Also, print pool name on which packet is received.

[PATCH v5] app/testpmd: fix protocol header display for Rx buffer split

2022-11-10 Thread Yuan Wang
The "show config rxhdrs" cmd displays the configured protocol headers that are used for protocol-based buffer split. However, it shows inner-ipv6 as inner-ipv4. This patch fixes that by redefining rx_pkt_hdr_protos to hold the full ptypes, and the show and set commands therefore remain symmetrical

[PATCH v2] net/iavf: fix taninted scalar

2022-11-10 Thread Steve Yang
tainted_data_downcast: Downcasting match_item->meta from void * to struct virtchnl_proto_hdrs implies that the data that this pointer points to is tainted. var_assign_var: Assigning: proto_hdrs = match_item->meta. Both are now tainted. var_assign_var: Assigning: rss_meta->proto_hdrs = *proto_hdrs

Re: [PATCH v5] app/testpmd: fix protocol header display for Rx buffer split

2022-11-10 Thread Andrew Rybchenko
On 11/10/22 11:20, Yuan Wang wrote: The "show config rxhdrs" cmd displays the configured protocol headers that are used for protocol-based buffer split. However, it shows inner-ipv6 as inner-ipv4. This patch fixes that by redefining rx_pkt_hdr_protos to hold the full ptypes, and the show and set

Re: [PATCH v13 1/1] app/testpmd: support multiple mbuf pools per Rx queue

2022-11-10 Thread Andrew Rybchenko
On 11/10/22 11:17, Hanumanth Pothula wrote: Some of the HW has support for choosing memory pools based on the packet's size. The pool sort capability allows PMD/NIC to choose a memory pool based on the packet's length. On multiple mempool support enabled, populate mempool array accordingly. Also

RE: [PATCH v1 2/2] doc: increase python max line to 88

2022-11-10 Thread Juraj Linkeš
> -Original Message- > From: Stephen Hemminger > Sent: Friday, November 4, 2022 5:58 PM > To: Juraj Linkeš > Cc: Honnappa Nagarahalli ; Owen Hilyard > ; tho...@monjalon.net; Lijuan Tu > ; Richardson, Bruce ; > dev@dpdk.org > Subject: Re: [PATCH v1 2/2] doc: increase python max line to 88

Re: [PATCH v4] vdpa/ifc: fix update_datapath error handling

2022-11-10 Thread Maxime Coquelin
Hi Taekyung, Adding Thomas and Ali who maintains the patchwork instance. On 11/10/22 05:02, Taekyung Kim wrote: On Thu, Nov 10, 2022 at 01:53:50AM +, Xia, Chenbo wrote: Hi Kim, -Original Message- From: Taekyung Kim Sent: Tuesday, November 8, 2022 4:56 PM To: dev@dpdk.org Cc: Xia

Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Andrew Rybchenko
Hi all, some drivers report RTE_MBUF_F_RX_IP_CKSUM_GOOD for IPv6 packets. For me it looks strange, but I see some technical reasons behind. Documentation in lib/mbuf/rte_mbuf_core.h is a bit vague. Should UNKNOWN or NONE be used instead? Thanks, Andrew.

RE: [PATCH] devtools: set DTS directory to format check

2022-11-10 Thread Juraj Linkeš
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, November 9, 2022 6:09 PM > To: dev@dpdk.org > Cc: Juraj Linkeš ; Lijuan Tu > ; Owen Hilyard > Subject: [PATCH] devtools: set DTS directory to format check > > The script was running on the current directory. > If not in t

RE: [EXT] Re: [PATCH v13 1/1] app/testpmd: support multiple mbuf pools per Rx queue

2022-11-10 Thread Hanumanth Reddy Pothula
> -Original Message- > From: Andrew Rybchenko > Sent: Thursday, November 10, 2022 2:31 PM > To: Hanumanth Reddy Pothula ; Aman Singh > ; Yuying Zhang > Cc: dev@dpdk.org; tho...@monjalon.net; Jerin Jacob Kollanukkaran > ; Nithin Kumar Dabilpuram > > Subject: [EXT] Re: [PATCH v13 1/1] ap

RE: [PATCH v4] vdpa/ifc: fix update_datapath error handling

2022-11-10 Thread Ali Alnubani
> -Original Message- > From: Maxime Coquelin > Sent: Thursday, November 10, 2022 11:20 AM > To: Taekyung Kim ; NBU-Contact-Thomas > Monjalon (EXTERNAL) ; Ali Alnubani > > Cc: dev@dpdk.org; Pei, Andy ; sta...@dpdk.org; > Wang, Xiao W ; Xia, Chenbo > > Subject: Re: [PATCH v4] vdpa/ifc: fix

Re: [PATCH v3] vdpa/ifc: fix update_datapath error handling

2022-11-10 Thread Taekyung Kim
On Tue, Nov 08, 2022 at 07:56:18AM +, Xia, Chenbo wrote: > > -Original Message- > > From: Pei, Andy > > Sent: Tuesday, November 8, 2022 3:39 PM > > To: Xia, Chenbo ; Taekyung Kim > > ; dev@dpdk.org > > Cc: sta...@dpdk.org; maxime.coque...@redhat.com; Wang, Xiao W > > > > Subject: RE:

[PATCH v4] vdpa/ifc: fix update_datapath error handling

2022-11-10 Thread Taekyung Kim
Stop and return the error code when update_datapath fails. update_datapath prepares resources for the vdpa device. The driver should not perform any further actions if update_datapath returns an error. Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver") Cc: sta...@dpdk.org Signed-off-by: Tae

Re: [PATCH] maintainers: update for gve

2022-11-10 Thread Rushil Gupta
Thanks a lot Junfeng! On Tue, Nov 8, 2022 at 11:26 PM Junfeng Guo wrote: > Add co-maintainers from Google team for gve (Google Virtual Ethernet). > > Signed-off-by: Junfeng Guo > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1c9

RE: [EXT] [PATCH v2] doc: support IPsec Multi-buffer lib v1.3

2022-11-10 Thread Akhil Goyal
> Updated AESNI MB and AESNI GCM, KASUMI, ZUC and SNOW3G PMD > documentation > guides with information about the latest Intel IPSec Multi-buffer > library supported. > > Signed-off-by: Pablo de Lara > --- Do you want to highlight in release notes as well?

Re: [PATCH v4] vdpa/ifc: fix update_datapath error handling

2022-11-10 Thread David Marchand
On Thu, Nov 10, 2022 at 10:34 AM Ali Alnubani wrote: > > > I think the mail for v4 is lost. > > > Whenever I send a patch, I received "Your message to dev awaits > > moderator approval" > > > from dev-ow...@dpdk.org with the reason "Post by non-member to a > > members-only list". > > > Maybe, the

Re: [PATCH v4] vdpa/ifc: fix update_datapath error handling

2022-11-10 Thread Maxime Coquelin
On 11/10/22 10:34, Ali Alnubani wrote: -Original Message- From: Maxime Coquelin Sent: Thursday, November 10, 2022 11:20 AM To: Taekyung Kim ; NBU-Contact-Thomas Monjalon (EXTERNAL) ; Ali Alnubani Cc: dev@dpdk.org; Pei, Andy ; sta...@dpdk.org; Wang, Xiao W ; Xia, Chenbo Subject: Re:

Re: [PATCH v4] vdpa/ifc: fix update_datapath error handling

2022-11-10 Thread Taekyung Kim
On Thu, Nov 10, 2022 at 10:38:55AM +0100, David Marchand wrote: > On Thu, Nov 10, 2022 at 10:34 AM Ali Alnubani wrote: > > > > I think the mail for v4 is lost. > > > > Whenever I send a patch, I received "Your message to dev awaits > > > moderator approval" > > > > from dev-ow...@dpdk.org with the

RE: [PATCH] net/i40e: fix X722 NIC receives jumbo frame packets

2022-11-10 Thread Zhang, Qi Z
> -Original Message- > From: Yuan, DukaiX > Sent: Thursday, November 10, 2022 2:00 PM > To: Wang, Jie1X ; dev@dpdk.org > Cc: Yang, SteveX ; Zhang, Qi Z > ; Yang, Qiming ; Xing, Beilei > ; Zhang, Yuying ; Wang, > Jie1X ; sta...@dpdk.org > Subject: RE: [PATCH] net/i40e: fix X722 NIC recei

Re: [PATCH v1 1/1] baseband/acc: fix check after deref and dead code

2022-11-10 Thread David Marchand
On Thu, Nov 3, 2022 at 8:57 PM Hernan Vargas wrote: > > Fix potential issue of dereferencing a pointer before null check. > Remove null check for value that could never be null. > > Coverity issue: 381646, 381631 > Fixes: 989dec301a9 ("baseband/acc100: add ring companion address") > > Signed-off-b

RE: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Morten Brørup
> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > Sent: Thursday, 10 November 2022 10.26 > > Hi all, > > some drivers report RTE_MBUF_F_RX_IP_CKSUM_GOOD for IPv6 packets. > For me it looks strange, but I see some technical reasons behind. Please note: IPv6 packets by definition h

RE: [PATCH v3] net/iavf: revert fix VLAN insertion

2022-11-10 Thread Zhang, Qi Z
> -Original Message- > From: Zhou, YidingX > Sent: Thursday, November 10, 2022 10:10 AM > To: Zhang, Qi Z ; dev@dpdk.org > Cc: ktray...@redhat.com; Yang, Qiming > Subject: RE: [PATCH v3] net/iavf: revert fix VLAN insertion > > > > Subject: [PATCH v3] net/iavf: revert fix VLAN insertio

RE: [PATCH v2] net/iavf: fix taninted scalar

2022-11-10 Thread Zhang, Qi Z
> -Original Message- > From: Steve Yang > Sent: Thursday, November 10, 2022 4:31 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; > Yang, SteveX > Subject: [PATCH v2] net/iavf: fix taninted scalar > > tainted_data_downcast: Downcasting match_item->meta from void * to > str

Re: [PATCH] memif: memif driver does not crashes when there's different N of TX and RX queues

2022-11-10 Thread Huzaifa Rahman
Hi, Is there any other work/changes required for this patch to be submitted? Thanks On Tue, Oct 4, 2022 at 7:53 PM Andrew Rybchenko < andrew.rybche...@oktetlabs.ru> wrote: > On 8/8/22 13:39, Joyce Kong wrote: > > Hi Huzaifa, > > > > This patch looks good to me. > > And would you please help re

Re: [PATCH] mlx5: initially reading xstats does not cause seg fault

2022-11-10 Thread Huzaifa Rahman
Hi, Is there any other work/changes required for this patch to be submitted? Thanks On Thu, Sep 22, 2022 at 3:39 PM Huzaifa Rahman wrote: > The bugzilla ID of this bug is 701: > https://bugs.dpdk.org/show_bug.cgi?id=701 > > On Tue, Aug 23, 2022 at 12:33 PM Kamil Vojanec wrote: > >> On 8/18/2

Re: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Andrew Rybchenko
On 11/10/22 12:55, Morten Brørup wrote: From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] Sent: Thursday, 10 November 2022 10.26 Hi all, some drivers report RTE_MBUF_F_RX_IP_CKSUM_GOOD for IPv6 packets. For me it looks strange, but I see some technical reasons behind. Please note:

RE: [RFC] mempool: zero-copy cache put bulk

2022-11-10 Thread Morten Brørup
> From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Wednesday, 9 November 2022 23.46 > > > > +To: Bruce also showed interest in this topic, and might have more > insights. > > > > > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > > > Sent: Wednesday, 9 Nove

[PATCH v14 1/1] app/testpmd: support multiple mbuf pools per Rx queue

2022-11-10 Thread Hanumanth Pothula
Some of the HW has support for choosing memory pools based on the packet's size. The pool sort capability allows PMD/NIC to choose a memory pool based on the packet's length. On multiple mempool support enabled, populate mempool array accordingly. Also, print pool name on which packet is received.

Re: [PATCH] devtools: set DTS directory to format check

2022-11-10 Thread Thomas Monjalon
10/11/2022 10:27, Juraj Linkeš: > From: Thomas Monjalon > > usage() { > > - echo "Run formatting and linting programs for DTS. Usage:" > > - > > + echo 'Usage: $(basename $0) [options] [directory]' > > Double quotes here, otherwise $0 won't be expanded. I wonder how I tested it :) > > +dir

Re: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Thomas Monjalon
10/11/2022 11:08, Andrew Rybchenko: > On 11/10/22 12:55, Morten Brørup wrote: > >> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > >> Sent: Thursday, 10 November 2022 10.26 > >> > >> Hi all, > >> > >> some drivers report RTE_MBUF_F_RX_IP_CKSUM_GOOD for IPv6 packets. > >> For me it l

RE: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Morten Brørup
> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > Sent: Thursday, 10 November 2022 11.09 > > On 11/10/22 12:55, Morten Brørup wrote: > >> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > >> Sent: Thursday, 10 November 2022 10.26 > >> > >> Hi all, > >> > >> some drive

Re: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Andrew Rybchenko
On 11/10/22 13:29, Morten Brørup wrote: From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] Sent: Thursday, 10 November 2022 11.09 On 11/10/22 12:55, Morten Brørup wrote: From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] Sent: Thursday, 10 November 2022 10.26 Hi all, som

RE: [PATCH v2] net/ice: fix scalar Rx and Tx path segment

2022-11-10 Thread Zhang, Qi Z
> -Original Message- > From: Ye, MingjinX > Sent: Wednesday, November 9, 2022 8:56 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; Zhang, Qi > Z ; Lu, Wenzhuo ; Wu, > Jingjing ; Li, Xiaoyun ; Ferruh > Yigit > Subject: [PATCH v2] net/ice: fix

RE: [PATCH v2] doc: support IPsec Multi-buffer lib v1.3

2022-11-10 Thread Power, Ciara
Hi Pablo, > -Original Message- > From: Pablo de Lara > Sent: Wednesday 9 November 2022 18:39 > To: Ji, Kai > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2] doc: support IPsec Multi-buffer lib v1.3 > > Updated AESNI MB and AESNI GCM, KASUMI, ZUC and SNOW3G PMD > documenta

Re: [PATCH v14 1/1] app/testpmd: support multiple mbuf pools per Rx queue

2022-11-10 Thread Andrew Rybchenko
On 11/10/22 13:16, Hanumanth Pothula wrote: Some of the HW has support for choosing memory pools based on the packet's size. The pool sort capability allows PMD/NIC to choose a memory pool based on the packet's length. On multiple mempool support enabled, populate mempool array accordingly. Also

Re: [PATCH] mlx5: initially reading xstats does not cause seg fault

2022-11-10 Thread Kamil Vojanec
Hello, On 11/10/22 11:07, Huzaifa Rahman wrote: Hi, Is there any other work/changes required for this patch to be submitted? Thanks On Thu, Sep 22, 2022 at 3:39 PM Huzaifa Rahman wrote: The bugzilla ID of this bug is 701: https://bugs.dpdk.org/show_bug.cgi?id=701 On Tue, Aug 23, 2022 at

RE: [PATCH] devtools: set DTS directory to format check

2022-11-10 Thread Juraj Linkeš
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, November 10, 2022 11:26 AM > To: Juraj Linkeš > Cc: dev@dpdk.org; Lijuan Tu ; Owen Hilyard > > Subject: Re: [PATCH] devtools: set DTS directory to format check > > 10/11/2022 10:27, Juraj Linkeš: > > From: Thomas Monjalon

Re: [RFC] mempool: zero-copy cache put bulk

2022-11-10 Thread Bruce Richardson
On Thu, Nov 10, 2022 at 11:15:27AM +0100, Morten Brørup wrote: > > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > > Sent: Wednesday, 9 November 2022 23.46 > > > > > > +To: Bruce also showed interest in this topic, and might have more > > insights. > > > > > > > From: Honnappa Na

RE: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Morten Brørup
> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > Sent: Thursday, 10 November 2022 11.34 > > On 11/10/22 13:29, Morten Brørup wrote: > >> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > >> Sent: Thursday, 10 November 2022 11.09 > >> > >> On 11/10/22 12:55, Morten Br

[PATCH v3] doc: support IPsec Multi-buffer lib v1.3

2022-11-10 Thread Pablo de Lara
Updated AESNI MB and AESNI GCM, KASUMI, ZUC and SNOW3G PMD documentation guides with information about the latest Intel IPSec Multi-buffer library supported. Signed-off-by: Pablo de Lara Acked-by: Ciara Power --- -v3: Fixed library version from 1.2 to 1.3 in one line -v2: Removed repeated word

Re: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Bruce Richardson
On Thu, Nov 10, 2022 at 12:02:48PM +0100, Morten Brørup wrote: > > From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > > Sent: Thursday, 10 November 2022 11.34 > > > > On 11/10/22 13:29, Morten Brørup wrote: > > >> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > > >> Se

RE: [PATCH v3] doc: support IPsec Multi-buffer lib v1.3

2022-11-10 Thread Dooley, Brian
Hi Pablo, > -Original Message- > From: Pablo de Lara > Sent: Thursday, November 10, 2022 11:07 AM > To: Ji, Kai > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > Power, Ciara > Subject: [PATCH v3] doc: support IPsec Multi-buffer lib v1.3 > > Updated AESNI MB and AESNI GCM, KASUMI, ZUC and

Re: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Andrew Rybchenko
On 11/10/22 14:02, Morten Brørup wrote: From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] Sent: Thursday, 10 November 2022 11.34 On 11/10/22 13:29, Morten Brørup wrote: From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] Sent: Thursday, 10 November 2022 11.09 On 11/10/22

Re: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Andrew Rybchenko
On 11/10/22 14:11, Bruce Richardson wrote: On Thu, Nov 10, 2022 at 12:02:48PM +0100, Morten Brørup wrote: From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] Sent: Thursday, 10 November 2022 11.34 On 11/10/22 13:29, Morten Brørup wrote: From: Andrew Rybchenko [mailto:andrew.rybche...

RE: [PATCH v3] doc: support IPsec Multi-buffer lib v1.3

2022-11-10 Thread Ji, Kai
Do we need to add the section about chacha-poly PMD ? is that chacha-poly has a better performance in AESNI PMD compare to Chacha PMD ? regards Kai > -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, November 10, 2022 11:07 AM > To: Ji, Kai > Cc: dev@dpdk.org; De L

RE: Is it correct to report checksum good when there is no checksum?

2022-11-10 Thread Morten Brørup
> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > Sent: Thursday, 10 November 2022 12.26 > > On 11/10/22 14:11, Bruce Richardson wrote: > > On Thu, Nov 10, 2022 at 12:02:48PM +0100, Morten Brørup wrote: > >>> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > >>> Sent:

RE: [PATCH] net/mlx5: fix port initialization with small LRO

2022-11-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Wednesday, November 9, 2022 6:51 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Matan Azrad > ; Raslan Darawsheh ; > sta...@dpdk.org; Slava Ovsiienko > Subject: [PATCH] net/mlx5: fix port initialization with small LRO > > If applic

RE: [PATCH v2] net/mlx5: fix port's event cleaning order

2022-11-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Thursday, November 10, 2022 12:30 AM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; > dkozl...@nvidia.com; sta...@dpdk.org > Subject: [PATCH v2] net/mlx5: fix port's event cleaning order > > The shared I

RE: [PATCH v1] net/mlx5: fix missing marks on received packets

2022-11-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Rongwei Liu > Sent: Thursday, November 10, 2022 4:10 AM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; NBU-Contact- > Thomas Monjalon (EXTERNAL) ; Suanming Mou > > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org > Subject: [PATCH v1] net/mlx5: f

RE: [PATCH] net/mlx5: fix drop action validation

2022-11-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shun Hao > Sent: Thursday, November 10, 2022 8:59 AM > To: Slava Ovsiienko ; Matan Azrad > ; Ori Kam > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix drop action validation > > Currently there's limitation for Dro

[PATCH] common/mlx5: fix DevX register read error severity

2022-11-10 Thread Gregory Etelson
PMD attempt to read HW UTC counter properties can fail because the feature has no support in port FW or mlx5 kernel module. In that case PMD still can produce correct time-stamps if it runs on core with nanosecond time resolution. Fixes: b0067860959d ("common/mlx5: update log for DevX general com

RE: [PATCH] examples/ipsec-secgw: fix uninitialized variable access

2022-11-10 Thread Akhil Goyal
> Subject: [PATCH] examples/ipsec-secgw: fix uninitialized variable access > > Fix uninitialized variable access of outbound offloads flags. > > Coverity issue: 381669 > Fixes: 6938fc92c404 ("examples/ipsec-secgw: add lookaside event mode") > > Signed-off-by: Volodymyr Fialko Applied to dpdk-ne

[PATCH 1/6] doc: fix underlines too long in testpmd documentation

2022-11-10 Thread Michael Baum
In testpmd documentation, there are two underlines which should not match the length of the text above. This patch update them to be align with the guideline [1]. [1] https://doc.dpdk.org/guides/contributing/documentation.html#section-headers Fixes: a69c335d56b5 ("doc: add flow dump command in t

[PATCH 0/6] doc: some fixes

2022-11-10 Thread Michael Baum
Some doc fixes in testpmd doc and release notes. Michael Baum (6): doc: fix underlines too long in testpmd documentation doc: fix the colon type in listing aged flow rules doc: fix miss blank line in testpmd flow syntax doc doc: fix miss blank line in release notes doc: add mlx5 HWS agin

[PATCH 2/6] doc: fix the colon type in listing aged flow rules

2022-11-10 Thread Michael Baum
In testpmd documentation, for listing aged-out flow rules there is some boxes of examples. In Sphinx syntax, those boxes are achieved by "::" before. However, in two places it uses ":" instead and the example looks like a regular text. This patch replace the ":" with "::" to get code box. Fixes:

[PATCH 3/6] doc: fix miss blank line in testpmd flow syntax doc

2022-11-10 Thread Michael Baum
In flow syntax documentation, there is example for create pattern template. Before the example, miss a blank line causing it to look regular bold text. In addition, inside the example, it uses tab instead of spaces which expand the indentation in one line. This patch adds the blank line and repla

[PATCH 6/6] doc: add ethdev pre-config flags to release notes

2022-11-10 Thread Michael Baum
Add to release notes: 1. Flags field in pre-configuration structure and strict-queue flag. Fixes: dcc9a80c20b8 ("ethdev: add strict queue to pre-configuration flow hints") Cc: michae...@nvidia.com Signed-off-by: Michael Baum --- doc/guides/rel_notes/release_22_11.rst | 6 ++ 1 file changed,

[PATCH 4/6] doc: fix miss blank line in release notes

2022-11-10 Thread Michael Baum
The NVIDIA mlx5 driver inside 22.11 release notes, lists all features support for queue-based async HW steering. Before the list, miss a blank line causing it to look regular text line. This patch adds the blank line as well. Fixes: ddb68e47331e ("net/mlx5: add extended metadata mode for HWS") F

[PATCH 5/6] doc: add mlx5 HWS aging support to release notes

2022-11-10 Thread Michael Baum
Add to 22.11 release note the NVIDIA mlx5 HWS aging support. Fixes: 04a4de756e14 ("net/mlx5: support flow age action with HWS") Cc: michae...@nvidia.com Signed-off-by: Michael Baum --- doc/guides/rel_notes/release_22_11.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/rel_note

Re: [PATCH] memif: memif driver does not crashes when there's different N of TX and RX queues

2022-11-10 Thread Ferruh Yigit
On 11/10/2022 10:02 AM, Huzaifa Rahman wrote: Hi, Is there any other work/changes required for this patch to be submitted? Hi Huzaifa, Patch seems already merged by Andrew and pulled to main repo: https://git.dpdk.org/dpdk/commit/?id=231435a5e6c7fa915697d8f84a91b44176 So it will in oncoming

[PATCH v3 1/2] test/hash: fix coverity warning

2022-11-10 Thread Vladimir Medvedkin
Remove unnecessary variable assignment Coverity issue: 336800 Fixes: 3f9aab961ed3 ("test/hash: check lock-free extendable bucket") Cc: dharmik.thak...@arm.com Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin Reviewed-by: Ruifeng Wang --- app/test/test_hash_readwrite_lf_perf.c | 1 - 1 fil

[PATCH v3 2/2] test/hash: fix coverity warning

2022-11-10 Thread Vladimir Medvedkin
Check return value after bulk lookup Coverity issue: 357746 Fixes: 14b8ab576235 ("hash: add bulk lookup with signatures array") Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin --- app/test/test_hash_perf.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/t

Re: [PATCH v3 2/2] test/hash: fix coverity warning

2022-11-10 Thread Bruce Richardson
On Thu, Nov 10, 2022 at 03:13:34PM +, Vladimir Medvedkin wrote: > Check return value after bulk lookup > > Coverity issue: 357746 > Fixes: 14b8ab576235 ("hash: add bulk lookup with signatures array") > Cc: sta...@dpdk.org > > Signed-off-by: Vladimir Medvedkin > --- Acked-by: Bruce Richardso

[PATCH] common/mlx5: fix the sysfs port name translation

2022-11-10 Thread Bing Zhao
With some OFED or upstream kernel of mlx5, the port name fetched from "/sys/class/net/[DEV]/phys_port_name" may have a tailing "\n" as the EOL. The sscanf() will return the scanned items number with this EOL. In such case, the "equal to" condition is considered as false and the function mlx5_trans

Re: [PATCH v5] testpmd: cleanup cleanly from signal

2022-11-10 Thread Stephen Hemminger
> > + stop_packet_forwarding(); > > force_quit() calls stop_packet_forwarding() if test_done is 0. > So, there is no difference in test_done == 0 case. > If test_done is not zero, stop_packet_forwarding() just logs > "Packet forwarding not started" and does nothing. So, the > differe

Re: release candidate 22.11-rc2

2022-11-10 Thread Thinh Tran
Hi, IBM - Power Systems DPDK 22.11.0-rc2 * Basic PF on Mellanox: No new issues or regressions were seen. * Performance: not tested. * OS: RHEL 8.5 kernel: 4.18.0-348.el8.ppc64le with gcc version 8.5.0 20210514 (Red Hat 8.5.0-10) RHEL 9.0 kernel: 5.14.0-70.13.1.el9_0.ppc64le

Re: [PATCH] common/mlx5: fix DevX register read error severity

2022-11-10 Thread David Marchand
On Thu, Nov 10, 2022 at 2:06 PM Gregory Etelson wrote: > > PMD attempt to read HW UTC counter properties can fail because the feature > has no support in port FW or mlx5 kernel module. > > In that case PMD still can produce correct time-stamps if it runs on core with > nanosecond time resolution.

Re: [PATCH] common/mlx5: fix the sysfs port name translation

2022-11-10 Thread Stephen Hemminger
On Thu, 10 Nov 2022 17:57:26 +0200 Bing Zhao wrote: > With some OFED or upstream kernel of mlx5, the port name fetched from > "/sys/class/net/[DEV]/phys_port_name" may have a tailing "\n" as the > EOL. The sscanf() will return the scanned items number with this EOL. Why not fix the DPDK driver t

Re: [PATCH v1 2/2] doc: increase python max line to 88

2022-11-10 Thread Stephen Hemminger
On Thu, 10 Nov 2022 09:15:16 + Juraj Linkeš wrote: > > -Original Message- > > From: Stephen Hemminger > > Sent: Friday, November 4, 2022 5:58 PM > > To: Juraj Linkeš > > Cc: Honnappa Nagarahalli ; Owen Hilyard > > ; tho...@monjalon.net; Lijuan Tu > > ; Richardson, Bruce ; > > dev@dp

Re: [PATCH v5 3/3] mempool: use cache for frequently updated stats

2022-11-10 Thread Thomas Monjalon
09/11/2022 19:18, Morten Brørup: > When built with stats enabled (RTE_LIBRTE_MEMPOOL_STATS defined), the > performance of mempools with caches is improved as follows. Series applied, thanks.

Re: [PATCH v3] doc: support IPsec Multi-buffer lib v1.3

2022-11-10 Thread Zhang, Fan
Hi Pablo, On 11/10/2022 11:07 AM, Pablo de Lara wrote: Updated AESNI MB and AESNI GCM, KASUMI, ZUC and SNOW3G PMD documentation guides with information about the latest Intel IPSec Multi-buffer library supported. Signed-off-by: Pablo de Lara Acked-by: Ciara Power --- -v3: Fixed library versi

[PATCH v6] testpmd: cleanup cleanly from signal

2022-11-10 Thread Stephen Hemminger
Do a clean shutdown of testpmd when a signal is received; instead of having testpmd kill itself. This fixes the problem where a signal could be received in the middle of a PMD and then the signal handler would call PMD's close routine leading to locking problems. An added benefit is it gets rid of

RE: [PATCH] common/mlx5: fix DevX register read error severity

2022-11-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Thursday, November 10, 2022 3:05 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Matan Azrad > ; Raslan Darawsheh ; > sta...@dpdk.org; Slava Ovsiienko > Subject: [PATCH] common/mlx5: fix DevX register read error severity > > PMD att

[PATCH] failsafe: fix segfault on hotplug event

2022-11-10 Thread Luc Pelletier
When the failsafe PMD encounters a hotplug event, it switches its rx/tx functions to "safe" ones that validate the sub-device's rx/tx functions before calling them. It switches the rx/tx functions by changing the function pointers in the rte_eth_dev structure. Following commit 7a0935239b, the rx/t

[PATCH v2] failsafe: fix segfault on hotplug event

2022-11-10 Thread Luc Pelletier
When the failsafe PMD encounters a hotplug event, it switches its rx/tx functions to "safe" ones that validate the sub-device's rx/tx functions before calling them. It switches the rx/tx functions by changing the function pointers in the rte_eth_dev structure. Following commit 7a0935239b9e, the rx

RE: [PATCH v1 1/1] baseband/acc: fix check after deref and dead code

2022-11-10 Thread Chautru, Nicolas
Hi David, > -Original Message- > From: David Marchand > Sent: Thursday, November 10, 2022 1:49 AM > To: Vargas, Hernan > Cc: dev@dpdk.org; gak...@marvell.com; t...@redhat.com; > maxime.coque...@redhat.com; Chautru, Nicolas ; > Zhang, Qi Z > Subject: Re: [PATCH v1 1/1] baseband/acc: fix

Re: [PATCH v4] testpmd: cleanup cleanly from signal

2022-11-10 Thread Mattias Rönnblom
On 2022-11-10 17:14, Stephen Hemminger wrote: On Thu, 10 Nov 2022 08:50:40 +0100 Mattias Rönnblom wrote: Why is select() needed? Wouldn't a blocking read suffice? Or getchar(). On Linux, signal set SA_RESTART so a simple read is not interrupted. One option was to use sigaction() which allow

Re: [PATCH v2] failsafe: fix segfault on hotplug event

2022-11-10 Thread Stephen Hemminger
On Thu, 10 Nov 2022 12:42:43 -0500 Luc Pelletier wrote: > When the failsafe PMD encounters a hotplug event, it switches its rx/tx > functions to "safe" ones that validate the sub-device's rx/tx functions > before calling them. It switches the rx/tx functions by changing the > function pointers in

RE: [PATCH v2] net/ice: fix scalar Rx and Tx path segment

2022-11-10 Thread Ye, MingjinX
> -Original Message- > From: Zhang, Qi Z > Sent: 2022年11月10日 18:37 > To: Ye, MingjinX ; dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Lu, Wenzhuo ; Wu, > Jingjing ; Li, Xiaoyun ; Ferruh > Yigit > Subject: RE: [PATCH v2] net/ice: fix scalar Rx and Tx path segment

RE: [PATCH v5 1/2] net/ice: fix vlan offload

2022-11-10 Thread Ye, MingjinX
Hi ALL, Could you please review and provide suggestions if any. Thanks, Mingjin > -Original Message- > From: Ye, MingjinX > Sent: 2022年11月8日 21:28 > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; > Richardson, Bruce ; Konstantin Ananyev > ; Zhang

[PATCH v3 1/2] net/ice: fix scalar Rx path segment

2022-11-10 Thread Mingjin Ye
CRC is stripped by the hardware in the scattered Rx path. The last buffer is invalid if it's packet length is zero. This patch adds a judgment for the last buffer length to fix this issue, it would free the mbuf associated to the last one if the last buffer is empty. Fixes: 6eac0b7fde95 ("net/ice

[PATCH v3 2/2] net/ice: fix scalar Tx path segment

2022-11-10 Thread Mingjin Ye
The scalar Tx path would send empty buffer that causes the Tx queue to overflow. This patch adds the last buffer length judgment in tx_prepare to fix this issue, rte_errno will be set to EINVAL and returned if the last buffer is empty. Fixes: 17c7d0f9d6a4 ("net/ice: support basic Rx/Tx") Fixes: c

RE: [RFC] mempool: zero-copy cache put bulk

2022-11-10 Thread Honnappa Nagarahalli
> > > > > > > From: Honnappa Nagarahalli > > > [mailto:honnappa.nagaraha...@arm.com] > > > > > > > Sent: Sunday, 6 November 2022 00.11 > > > > > > > > > > > > > > + Akshitha, she is working on similar patch > > > > > > > > > > > > > > Few comments inline > > > > > > > > > > > > > > > From: Morten

RE: [PATCH v3 1/2] net/ice: fix scalar Rx path segment

2022-11-10 Thread Zhang, Qi Z
> -Original Message- > From: Ye, MingjinX > Sent: Friday, November 11, 2022 8:04 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; Zhang, Qi > Z ; Ferruh Yigit ; Wu, Jingjing > ; Lu, Wenzhuo ; Li, Xiaoyun > > Subject: [PATCH v3 1/2] net/ice: f

RE: [PATCH v3 2/2] net/ice: fix scalar Tx path segment

2022-11-10 Thread Zhang, Qi Z
> -Original Message- > From: Ye, MingjinX > Sent: Friday, November 11, 2022 8:04 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; Zhang, Qi > Z ; Wu, Jingjing ; Lu, > Wenzhuo ; Ferruh Yigit ; Li, > Xiaoyun ; Liu, KevinX > Subject: [PATCH v3 2

[dpdk-dev][PATCH] drivers: optimize the build time for cnxk

2022-11-10 Thread kirankumark
From: Kiran Kumar K While building cnxk, if build platform is cn9k, cn10k files are also being compiled and vice versa. This is causing more build time. Adding changes to avoid this by checking the platform and compile only platform specific files. If no platform is provided, both cn9k and cn10k

[PATCH v2] doc: update matching list for i40e and ice driver

2022-11-10 Thread Qiming Yang
Add recommended matching list for ice PMD in DPDK 22.07 and i40e PMD in DPDK 22.07 and 22.11. Signed-off-by: Qiming Yang --- doc/guides/nics/i40e.rst | 8 doc/guides/nics/ice.rst | 2 ++ 2 files changed, 10 insertions(+) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst

RE: [PATCH] common/mlx5: fix the sysfs port name translation

2022-11-10 Thread Bing Zhao
Hi Stephen, > -Original Message- > From: Stephen Hemminger > Sent: Friday, November 11, 2022 12:22 AM > To: Bing Zhao > Cc: Slava Ovsiienko ; Matan Azrad > ; dev@dpdk.org; Raslan Darawsheh > ; sta...@dpdk.org > Subject: Re: [PATCH] common/mlx5: fix the sysfs port name > translation > >

RE: [PATCH v3 13/14] net/i40e: fix whitespace

2022-11-10 Thread Zhang, Yuying
Hi, Could you add fix line and Cc: sta...@dpdk.org? The fix looks good to me. > -Original Message- > From: Stephen Hemminger > Sent: 2022年11月10日 7:25 > To: dev@dpdk.org > Cc: Stephen Hemminger ; Zhang, Yuying > ; Xing, Beilei > Subject: [PATCH v3 13/14] net/i40e: fix whitespace > > Add

RE: [PATCH v3 05/14] testpmd: fix whitespace

2022-11-10 Thread Zhang, Yuying
> -Original Message- > From: Stephen Hemminger > Sent: 2022年11月10日 7:25 > To: dev@dpdk.org > Cc: Stephen Hemminger ; Singh, Aman Deep > ; Zhang, Yuying > Subject: [PATCH v3 05/14] testpmd: fix whitespace > > Add space after keywords. > > Signed-off-by: Stephen Hemminger Reviewed-off

[PATCH] net/ice: fix ice_interrupt_handler panic when stop

2022-11-10 Thread Du, Frank
rte_intr_callback_unregister may fail when irq cb is in handling, use sync version to make sure unregister successfully. Signed-off-by: Du, Frank --- drivers/net/ice/ice_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ic

[PATCH v2] net/ice: fix ice_interrupt_handler panic when stop

2022-11-10 Thread Du, Frank
rte_intr_callback_unregister may fail when irq cb is in handling, use sync version to make sure unregister successfully. Signed-off-by: Du, Frank --- drivers/net/ice/ice_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ic

RE: [PATCH 3/6] doc: fix miss blank line in testpmd flow syntax doc

2022-11-10 Thread Zhang, Yuying
> -Original Message- > From: Michael Baum > Sent: 2022年11月10日 22:15 > To: dev@dpdk.org > Cc: Matan Azrad ; Thomas Monjalon > ; Raslan Darawsheh ; Singh, > Aman Deep ; Zhang, Yuying > ; Andrew Rybchenko > ; akozy...@nvidia.com; sta...@dpdk.org > Subject: [PATCH 3/6] doc: fix miss blank l

[PATCH v2] net/ixgbe: fix error of drop queue index

2022-11-10 Thread Kaiwen Deng
The drop queue index was not set when adding internal Flow Director Configuration copy in ixgbe device private data. Therefore dropped packets would be received by queue 0 which is set to drop queue. This commit sets drop queue index as IXGBE_FDIR_DROP_QUEUE to fix this issue. Fixes: 5007ac13189d

RE: [PATCH 1/6] doc: fix underlines too long in testpmd documentation

2022-11-10 Thread Zhang, Yuying
> -Original Message- > From: Michael Baum > Sent: 2022年11月10日 22:15 > To: dev@dpdk.org > Cc: Matan Azrad ; Thomas Monjalon > ; Raslan Darawsheh ; Singh, > Aman Deep ; Zhang, Yuying > ; Andrew Rybchenko > ; jack...@mellanox.com; > do...@mellanox.com; sta...@dpdk.org > Subject: [PATCH 1/6

RE: [PATCH v3 05/14] testpmd: fix whitespace

2022-11-10 Thread Zhang, Yuying
fix > -Original Message- > From: Zhang, Yuying > Sent: 2022年11月11日 14:30 > To: Stephen Hemminger ; dev@dpdk.org > Cc: Singh, Aman Deep > Subject: RE: [PATCH v3 05/14] testpmd: fix whitespace > > > > > -Original Message- > > From: Stephen Hemminger > > Sent: 2022年11月10日 7:25 >

RE: [PATCH v3 13/14] net/i40e: fix whitespace

2022-11-10 Thread Zhang, Yuying
fix > -Original Message- > From: Zhang, Yuying > Sent: 2022年11月11日 14:24 > To: Stephen Hemminger ; dev@dpdk.org > Cc: Xing, Beilei > Subject: RE: [PATCH v3 13/14] net/i40e: fix whitespace > > Hi, > > Could you add fix line and Cc: sta...@dpdk.org? > The fix looks good to me. > > >

[PATCH v3 0/3] Enable PMD power management on Arm

2022-11-10 Thread Feifei Wang
For Arm aarch, use WFE instructions to enable PMD power management. Test Results: dynamic instructions over 1sec without wfe with wfepercentage ampere-altra6,298,483,712 9,117,624 -99.855% thunderx2 6,990,909,373 3,247,226 -99.

[PATCH v3 1/3] eal: add 8 bits case for wait scheme

2022-11-10 Thread Feifei Wang
For wait scheme generic helper, add 8 bits case. Signed-off-by: Feifei Wang Reviewed-by: Ruifeng Wang --- lib/eal/arm/include/rte_pause_64.h | 27 --- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/lib/eal/arm/include/rte_pause_64.h b/lib/eal/arm/include

[PATCH v3 2/3] eal: add power mgmt support on Arm

2022-11-10 Thread Feifei Wang
For Arm aarch, use WFE instruction to enable power monitor API, and use SEV instruction to enable wake up API. Signed-off-by: Feifei Wang Reviewed-by: Ruifeng Wang --- lib/eal/arm/include/rte_pause_64.h | 5 ++- lib/eal/arm/rte_cpuflags.c | 5 +++ lib/eal/arm/rte_power_intrinsics.c |

  1   2   >