Re: [PATCH net-next] Use xdp_set_features_flag instead of direct assignment

2023-10-27 Thread Jakub Kicinski
On Fri, 27 Oct 2023 11:06:51 -0700 Haiyang Zhang wrote: > From: Konstantin Taranov > > This patch uses a helper function for assignment of xdp_features. > This change simplifies backports. Generally making backports is not a strong enough reason to change upstream code, but using the helper

[PATCH net-next] Use xdp_set_features_flag instead of direct assignment

2023-10-27 Thread Haiyang Zhang
From: Konstantin Taranov This patch uses a helper function for assignment of xdp_features. This change simplifies backports. Signed-off-by: Konstantin Taranov Signed-off-by: Haiyang Zhang --- drivers/net/ethernet/microsoft/mana/mana_en.c | 4 ++-- 1 file changed, 2 insertions(+), 2