> -Original Message-
> From: Kaiwen Deng
> Sent: Wednesday, July 3, 2024 3:51 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Zhou, YidingX ; Deng, KaiwenX
> ; Sean Morrissey
> Subject: [PATCH] examples/l3fwd: Fix core dump with multiple socket
>
> Setting acl will clear the acl config of o
net/i40e: Tx path check mbuf sub-segment
> net/ice: Tx path check mbuf sub-segment
>
> drivers/net/i40e/i40e_rxtx.c | 2 +-
> drivers/net/ice/ice_rxtx.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.25.1
Tested-by: Li, HongboX
quot;)
> Cc: sta...@dpdk.org
>
> Signed-off-by: Kaiwen Deng
Tested-by: Li, HongboX
ags;
>
> if ((adapter->devargs.mbuf_check &
> ICE_MBUF_CHECK_F_TX_MBUF) &&
> - (rte_mbuf_check(mb, 0, &reason) != 0)) {
> + (rte_mbuf_check(mb, 1, &reason) != 0)) {
> PMD_TX_LOG(ERR, "INVALID mbuf: %s\n", reason);
> pkt_error = true;
> break;
> --
> 2.25.1
Tested-by: Li, HongboX
> -Original Message-
> From: Zhichao Zeng
> Sent: Monday, November 4, 2024 6:10 PM
> To: dev@dpdk.org
> Cc: Zeng, ZhichaoX ; Richardson, Bruce
> ; Burakov, Anatoly
>
> Subject: [PATCH v2] net/ice: fix wrong DDP search path
>
> In the previous implementation, when the user did not enter a
> -Original Message-
> From: Mingjin Ye
> Sent: Friday, February 21, 2025 4:25 PM
> To: dev@dpdk.org
> Cc: Ye, MingjinX ; Richardson, Bruce
> ; Burakov, Anatoly
>
> Subject: [PATCH] net/ice: fix ACL filter uninit
>
> The pf has enabled the ACL filter, so uninit is no longer limited to th
6 matches
Mail list logo