On Fri, Feb 20, 2026 at 10:14:55AM +0000, Radu Nicolau wrote:
> On 20-Feb-26 10:01 AM, Anatoly Burakov wrote:
>
> Current code for getting crypto status is using sizeof() of cap struct
> instead of status structure. This is not a big problem because cap struct
> is a lot bigger, but the code is misleading. Fix it to use the correct
> struct.
>
> Fixes: 3940cd9b8cb3 ("net/iavf: fix device initialization without inline
> crypto"
> )
> Cc: [1][email protected]
> Cc: [2][email protected]
>
> Reported-by: Stephen Hemminger [3]<[email protected]>
> Signed-off-by: Anatoly Burakov [4]<[email protected]>
> ---
>
> Acked-by: Radu Nicolau <[5][email protected]>
>
Applied to dpdk-next-net-intel.
Thanks,
/Bruce