[PATCH] net/iavf: fix IAVF_TX_OFFLOAD_MASK definition

David Marchand david.marchand at redhat.com
Tue Oct 24 11:49:39 CEST 2023


On Tue, Oct 24, 2023 at 11:13 AM Radu Nicolau <radu.nicolau at intel.com> wrote:
>
> 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: stable at dpdk.org
>
> Signed-off-by: Radu Nicolau <radu.nicolau at intel.com>

Something is not clear to me.
How was the IPsec inline crypto feature supposed to work with this
driver so far?

Any packet with the RTE_MBUF_F_TX_SEC_OFFLOAD flag should have been
refused in iavf_prep_pkts.


-- 
David Marchand



More information about the stable mailing list