[PATCH v2] drivers: invalidate dangling MAE flow action FW resource IDs

2023-05-21 Thread Ivan Malov
When reinserting a flow (on port restart, for instance) FW resource IDs found in the action set specification need to be invalidated so that the new (reallocated) FW resource IDs can be accepted by libefx again. Fixes: 1bbd1ec2348a ("net/sfc: support action VXLAN encap in MAE backend") Cc: sta...@

RE: [PATCH] maintainers: add maintainers to Nvidia net mlx5

2023-05-21 Thread Ori Kam
Hi > -Original Message- > From: Suanming Mou > Sent: Friday, May 19, 2023 3:33 AM > > > -Original Message- > > From: Matan Azrad > > Sent: Wednesday, May 17, 2023 3:43 PM > > To: NBU-Contact-Thomas Monjalon (EXTERNAL) > > Cc: dev@dpdk.org > > Subject: [PATCH] maintainers: add m

RE: [PATCH v2 2/5] doc: fix blank line in asynchronous operations description

2023-05-21 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Baum > Sent: Thursday, May 18, 2023 8:40 PM > > The asynchronous operations description inside "Generic flow API > (rte_flow)" documentation, adds some bullets to describe asynchronous > operations behavior. > > Before the first bullet, m

RE: [PATCH v2 1/5] doc: fix blank lines in modify field action description

2023-05-21 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Baum > Sent: Thursday, May 18, 2023 8:40 PM > > The modify field action description inside "Generic flow API (rte_flow)" > documentation, lists all operations supported for a destination field. > In addition, it lists the values supported

RE: [PATCH v2 3/5] doc: fix wrong indentation in RSS action description

2023-05-21 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Baum > Sent: Thursday, May 18, 2023 8:40 PM > To: dev@dpdk.org > > The RSS action description inside "Generic flow API (rte_flow)" > documentation, lists the values supported for a encapsulation level > field. > > For "2" value, it uses 3

RE: [PATCH v2 4/5] ethdev: add GENEVE TLV option modification support

2023-05-21 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Baum > Sent: Thursday, May 18, 2023 8:40 PM > > Add modify field support for GENEVE option fields: > - "RTE_FLOW_FIELD_GENEVE_OPT_TYPE" > - "RTE_FLOW_FIELD_GENEVE_OPT_CLASS" > - "RTE_FLOW_FIELD_GENEVE_OPT_DATA" > > Each GENEVE TLV opti

RE: [PATCH v2 5/5] ethdev: add MPLS header modification support

2023-05-21 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Baum > Sent: Thursday, May 18, 2023 8:40 PM > > Add support for MPLS modify header using "RTE_FLOW_FIELD_MPLS" id. > > Since MPLS heaser might appear more the one time in inner/outer/tunnel, > a new field was added to "rte_flow_action_mod

RE: [PATCH v3] ethdev: add flow rule actions update API

2023-05-21 Thread Ori Kam
Hi Alexander, > -Original Message- > From: Alexander Kozyrev > Sent: Friday, May 19, 2023 12:49 AM > > Introduce the new rte_flow_update() API allowing users > to update the action list in the already existing rule. > Flow rules can be updated now without the need to destroy > the rule f

RE: [EXT] [PATCH] ethdev: fix asynchronous destroy and push tracepoints

2023-05-21 Thread Ori Kam
Hi Ankur, > -Original Message- > From: Ankur Dwivedi > Sent: Friday, May 19, 2023 8:21 AM > > >The rte_flow_async_destroy() and rte_flow_push() API is intended to be as > >fast as possible and tracepoints for these functions must be marked as fast- > >path tracepoints. > > > >Fixes: 6679

RE: [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support

2023-05-21 Thread Li, Miao
Hi, I will add errno print in patch v3. > -Original Message- > From: Stephen Hemminger > Sent: Monday, May 15, 2023 11:53 PM > To: Li, Miao > Cc: dev@dpdk.org; sk...@marvell.com; tho...@monjalon.net; > david.march...@redhat.com; ferruh.yi...@amd.com; Xia, Chenbo > ; Cao, Yahui ; Burakov,

RE: [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support

2023-05-21 Thread Xia, Chenbo
Hi Stephen, > -Original Message- > From: Stephen Hemminger > Sent: Monday, May 15, 2023 11:53 PM > To: Li, Miao > Cc: dev@dpdk.org; sk...@marvell.com; tho...@monjalon.net; > david.march...@redhat.com; ferruh.yi...@amd.com; Xia, Chenbo > ; Cao, Yahui ; Burakov, Anatoly > > Subject: Re: [

RE: seeking community input on adapting DPDK to P4Runtime backend

2023-05-21 Thread Zhang, Qi Z
> -Original Message- > From: Honnappa Nagarahalli > Sent: Thursday, May 18, 2023 10:46 PM > To: Zhang, Qi Z ; Ori Kam ; > dev@dpdk.org > Cc: techbo...@dpdk.org; Richardson, Bruce ; > Burakov, Anatoly ; Wiles, Keith > ; Liang, Cunming ; Wu, > Jingjing ; Zhang, Helin ; > Mcnamara, John ; X

RE: seeking community input on adapting DPDK to P4Runtime backend

2023-05-21 Thread Zhang, Qi Z
> -Original Message- > From: Ori Kam > Sent: Thursday, May 18, 2023 10:34 PM > To: Zhang, Qi Z ; dev@dpdk.org > Cc: techbo...@dpdk.org; Richardson, Bruce ; > Burakov, Anatoly ; Wiles, Keith > ; Liang, Cunming ; Wu, > Jingjing ; Zhang, Helin ; > Mcnamara, John ; Xu, Rosen > > Subject: RE

RE: [PATCH v2 3/3] examples/l3fwd-graph: add IPv6 lookup and rewrite support

2023-05-21 Thread Sunil Kumar Kori
Hi Amit, Please look into build failure. http://mails.dpdk.org/archives/test-report/2023-May/396241.html Thanks & Regards Sunil Kumar Kori > -Original Message- > From: Amit Prakash Shukla > Sent: Thursday, May 18, 2023 9:27 PM > To: Jerin Jacob Kollanukkaran ; Kiran Kumar > Kokkilagadd

[PATCH] test/mbuf: fix the forked process segment fault

2023-05-21 Thread Ruifeng Wang
Access of any memory in the hugepage shared file-backed area will trigger an unexpected forked child process segment fault. The root cause is DPDK doesn't support fork model [1] (calling rte_eal_init() before fork()). Forked child process can't be treated as a secondary process. Hence fix it by av

[Bug 1235] [dpdk-23.07]basic_4k_pages_cbdma: start dpdk-testpmd with dmas and `--no-huge ` parameters failed

2023-05-21 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1235 Bug ID: 1235 Summary: [dpdk-23.07]basic_4k_pages_cbdma: start dpdk-testpmd with dmas and `--no-huge ` parameters failed Product: DPDK Version: 23.07 Hardware: All O

Re: [PATCH v2] drivers: invalidate dangling MAE flow action FW resource IDs

2023-05-21 Thread Andrew Rybchenko
On 5/21/23 11:36, Ivan Malov wrote: When reinserting a flow (on port restart, for instance) FW resource IDs found in the action set specification need to be invalidated so that the new (reallocated) FW resource IDs can be accepted by libefx again. Fixes: 1bbd1ec2348a ("net/sfc: support action VX

Re: [PATCH 01/20] mbuf: replace term sanity check

2023-05-21 Thread Andrew Rybchenko
On 5/17/23 19:15, Stephen Hemminger wrote: The term sanity check is on the Tier 2 list of words that should be replaced. Signed-off-by: Stephen Hemminger Acked-by: Andrew Rybchenko

Re: [PATCH 11/20] net/sfc: remove term "sanity check"

2023-05-21 Thread Andrew Rybchenko
On 5/17/23 19:15, Stephen Hemminger wrote: Remove term sanity check in comment. Signed-off-by: Stephen Hemminger Acked-by: Andrew Rybchenko

Re: [PATCH v3 01/19] mbuf: replace term sanity check

2023-05-21 Thread Andrew Rybchenko
On 5/19/23 20:45, Stephen Hemminger wrote: Replace rte_mbuf_sanity_check() with rte_mbuf_verify() to match the similar macro RTE_VERIFY() in rte_debug.h The term sanity check is on the Tier 2 list of words that should be replaced. Signed-off-by: Stephen Hemminger Acked-by: Andrew Rybchenko

Re: [PATCH v3 10/19] net/sfc: remove term "sanity check"

2023-05-21 Thread Andrew Rybchenko
On 5/19/23 20:46, Stephen Hemminger wrote: Remove term sanity check in comment. Signed-off-by: Stephen Hemminger Acked-by: Andrew Rybchenko