Commit 1df5116
virtio_net: xsk: prevent disable tx napi
Since xsk's TX queue is consumed by TX NAPI, if sq is bound to xsk, then
we must stop tx napi from being disabled.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Link: https://patch.msgid.link/20241112012928.102478-11-xuanzhuo@linux.alibaba.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent 21a4e3c commit 1df5116
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5090 | 5090 | | |
5091 | 5091 | | |
5092 | 5092 | | |
5093 | | - | |
| 5093 | + | |
5094 | 5094 | | |
5095 | 5095 | | |
5096 | 5096 | | |
| |||
5119 | 5119 | | |
5120 | 5120 | | |
5121 | 5121 | | |
| 5122 | + | |
| 5123 | + | |
| 5124 | + | |
| 5125 | + | |
| 5126 | + | |
| 5127 | + | |
| 5128 | + | |
| 5129 | + | |
5122 | 5130 | | |
5123 | 5131 | | |
5124 | 5132 | | |
| |||
0 commit comments