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...@
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
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
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
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
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
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
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
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
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,
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: [
> -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
> -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
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
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
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
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
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
On 5/17/23 19:15, Stephen Hemminger wrote:
Remove term sanity check in comment.
Signed-off-by: Stephen Hemminger
Acked-by: 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
On 5/19/23 20:46, Stephen Hemminger wrote:
Remove term sanity check in comment.
Signed-off-by: Stephen Hemminger
Acked-by: Andrew Rybchenko
21 matches
Mail list logo