Re: [PATCH] net/ixgbe: fix missing E610 support in flow engine

2025-01-20 Thread Bruce Richardson
On Mon, Dec 02, 2024 at 06:21:44PM +, Vladimir Medvedkin wrote: > Currently flow engine is missing a new mac type E610 in the check for > fdir support. > This patch adds this mac type to the check. > > Fixes: 316637762a5f ("net/ixgbe/base: enable E610 device") > Cc: sta...@dpdk.org > > Signed

[PATCH] net/ixgbe: fix missing E610 support in flow engine

2024-12-02 Thread Vladimir Medvedkin
Currently flow engine is missing a new mac type E610 in the check for fdir support. This patch adds this mac type to the check. Fixes: 316637762a5f ("net/ixgbe/base: enable E610 device") Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin --- drivers/net/ixgbe/ixgbe_fdir.c | 3 ++- drivers/ne