Commit 2fae333
committed
vmxnet3: unregister xdp rxq info in the reset path
jira LE-3460
Rebuild_History Non-Buildable kernel-6.12.0-55.17.1.el10_0
commit-author Sankararaman Jayaraman <[email protected]>
commit 0dd765f
vmxnet3 does not unregister xdp rxq info in the
vmxnet3_reset_work() code path as vmxnet3_rq_destroy()
is not invoked in this code path. So, we get below message with a
backtrace.
Missing unregister, handled but fix driver
WARNING: CPU:48 PID: 500 at net/core/xdp.c:182
__xdp_rxq_info_reg+0x93/0xf0
This patch fixes the problem by moving the unregister
code of XDP from vmxnet3_rq_destroy() to vmxnet3_rq_cleanup().
Fixes: 54f00cc ("vmxnet3: Add XDP support.")
Signed-off-by: Sankararaman Jayaraman <[email protected]>
Signed-off-by: Ronak Doshi <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
(cherry picked from commit 0dd765f)
Signed-off-by: Jonathan Maple <[email protected]>1 parent b433165 commit 2fae333
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2025 | 2025 | | |
2026 | 2026 | | |
2027 | 2027 | | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
2028 | 2033 | | |
2029 | 2034 | | |
2030 | 2035 | | |
| |||
2065 | 2070 | | |
2066 | 2071 | | |
2067 | 2072 | | |
2068 | | - | |
2069 | | - | |
2070 | | - | |
2071 | | - | |
2072 | | - | |
2073 | 2073 | | |
2074 | 2074 | | |
2075 | 2075 | | |
| |||
0 commit comments