Re: [PATCH] net/nfp: fix offload flags of the security capabilities

2023-11-01 Thread Ferruh Yigit
On 10/28/2023 7:31 AM, Chaoyong He wrote: > From: Shihong Wang > > This patch resolves configuration error of ol_flags in the > rte_security_capability. Currently ol_flags in the ingress direction > of the SA, 'RTE_SECURITY_TX_OLOAD_NEED_MDATA' is configured. In fact, > ol_flags only in the egres

[PATCH] net/nfp: fix offload flags of the security capabilities

2023-10-27 Thread Chaoyong He
From: Shihong Wang This patch resolves configuration error of ol_flags in the rte_security_capability. Currently ol_flags in the ingress direction of the SA, 'RTE_SECURITY_TX_OLOAD_NEED_MDATA' is configured. In fact, ol_flags only in the egress direction of the SA needs to be configured. Fixes: