diff options
author | Jakub Kicinski <kuba@kernel.org> | 2025-01-06 19:02:10 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-01-08 03:07:14 +0100 |
commit | db78475ba0d3c66d430f7ded2388cc041078a542 (patch) | |
tree | 306204d4d29218ca526890f58a0864866d41d568 /net/unix | |
parent | ipvlan: Fix use-after-free in ipvlan_get_iflink(). (diff) | |
download | linux-db78475ba0d3c66d430f7ded2388cc041078a542.tar.xz linux-db78475ba0d3c66d430f7ded2388cc041078a542.zip |
eth: gve: use appropriate helper to set xdp_features
Commit f85949f98206 ("xdp: add xdp_set_features_flag utility routine")
added routines to inform the core about XDP flag changes.
GVE support was added around the same time and missed using them.
GVE only changes the flags on error recover or resume.
Presumably the flags may change during resume if VM migrated.
User would not get the notification and upper devices would
not get a chance to recalculate their flags.
Fixes: 75eaae158b1b ("gve: Add XDP DROP and TX support for GQI-QPL format")
Reviewed-By: Jeroen de Borst <jeroendb@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20250106180210.1861784-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix')
0 files changed, 0 insertions, 0 deletions