Message ID | cover.1678364612.git.lorenzo@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | update xdp_features flag according to NIC re-configuration | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 9 Mar 2023 13:25:24 +0100 you wrote: > Changes since v1: > - rebase on top of net tree > - remove NETDEV_XDP_ACT_NDO_XMIT_SG support in mlx5e driver > - always enable NETDEV_XDP_ACT_NDO_XMIT support in mlx5e driver > > Lorenzo Bianconi (7): > tools: ynl: fix render-max for flags definition > tools: ynl: fix get_mask utility routine > xdp: add xdp_set_features_flag utility routine > net: thunderx: take into account xdp_features setting tx/rx queues > net: ena: take into account xdp_features setting tx/rx queues > veth: take into account device reconfiguration for xdp_features flag > net/mlx5e: take into account device reconfiguration for xdp_features > flag > > [...] Here is the summary with links: - [net,v2,1/8] tools: ynl: fix render-max for flags definition https://git.kernel.org/netdev/net/c/8f76a4f80fba - [net,v2,2/8] tools: ynl: fix get_mask utility routine https://git.kernel.org/netdev/net/c/bf51d27704c9 - [net,v2,3/8] xdp: add xdp_set_features_flag utility routine https://git.kernel.org/netdev/net/c/f85949f98206 - [net,v2,4/8] net: thunderx: take into account xdp_features setting tx/rx queues https://git.kernel.org/netdev/net/c/3c249fe4de16 - [net,v2,5/8] net: ena: take into account xdp_features setting tx/rx queues https://git.kernel.org/netdev/net/c/7aa6dc351b92 - [net,v2,6/8] veth: take into account device reconfiguration for xdp_features flag https://git.kernel.org/netdev/net/c/fccca038f300 - [net,v2,7/8] net/mlx5e: take into account device reconfiguration for xdp_features flag https://git.kernel.org/netdev/net/c/4d5ab0ad964d - [net,v2,8/8] mvpp2: take care of xdp_features when reconfiguring queues https://git.kernel.org/netdev/net/c/481e96fc1307 You are awesome, thank you!