> -----Original Message-----
> From: Radu Nicolau <[email protected]>
> Sent: Tuesday, October 24, 2023 5:13 PM
> To: Wu, Jingjing <[email protected]>; Xing, Beilei <[email protected]>
> Cc: [email protected]; Nicolau, Radu <[email protected]>;
> [email protected]
> Subject: [PATCH] net/iavf: fix IAVF_TX_OFFLOAD_MASK definition
> 
> IAVF_TX_OFFLOAD_MASK definition contained
> RTE_ETH_TX_OFFLOAD_SECURITY instead of RTE_MBUF_F_TX_SEC_OFFLOAD.
> 
> Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto")
> Cc: [email protected]
> 
> Signed-off-by: Radu Nicolau <[email protected]>
> ---
>  drivers/net/iavf/iavf_rxtx.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/iavf/iavf_rxtx.h b/drivers/net/iavf/iavf_rxtx.h index
> 605ea3f824..f29c90fb21 100644
> --- a/drivers/net/iavf/iavf_rxtx.h
> +++ b/drivers/net/iavf/iavf_rxtx.h
> @@ -98,7 +98,7 @@
>               RTE_MBUF_F_TX_TUNNEL_MASK |     \
>               RTE_MBUF_F_TX_OUTER_IP_CKSUM |  \
>               RTE_MBUF_F_TX_OUTER_UDP_CKSUM | \
> -             RTE_ETH_TX_OFFLOAD_SECURITY)
> +             RTE_MBUF_F_TX_SEC_OFFLOAD)
> 
>  #define IAVF_TX_OFFLOAD_NOTSUP_MASK \
>               (RTE_MBUF_F_TX_OFFLOAD_MASK ^
> IAVF_TX_OFFLOAD_MASK)
> --
> 2.25.1

Acked-by: Qi Zhang <[email protected]>

Applied to dpdk-next-net-intel.

Thanks
Qi

Reply via email to