Re: [PATCH] net/ixgbe: fix unexpected data in the xstats info

2025-06-10 Thread Bruce Richardson
On Tue, Jun 10, 2025 at 12:12:29PM +0100, Bruce Richardson wrote: > On Tue, Jun 10, 2025 at 01:42:25PM +0800, Kaiwen Deng wrote: > > E610 device does not support MACsec. > > > > This commit will excluding MACsec stats from the xstats info > > display for E610 device. > > > > Fixes: b35d309710fe (

Re: [PATCH] net/ixgbe: fix unexpected data in the xstats info

2025-06-10 Thread Bruce Richardson
On Tue, Jun 10, 2025 at 01:42:25PM +0800, Kaiwen Deng wrote: > E610 device does not support MACsec. > > This commit will excluding MACsec stats from the xstats info > display for E610 device. > > Fixes: b35d309710fe ("net/ixgbe: add MACsec offload") > Cc: sta...@dpdk.org > Since E610 wasn't aro

[PATCH] net/ixgbe: fix unexpected data in the xstats info

2025-06-09 Thread Kaiwen Deng
E610 device does not support MACsec. This commit will excluding MACsec stats from the xstats info display for E610 device. Fixes: b35d309710fe ("net/ixgbe: add MACsec offload") Cc: sta...@dpdk.org Signed-off-by: Kaiwen Deng --- drivers/net/intel/ixgbe/ixgbe_ethdev.c | 121 ++---