diff options
| author | Breno Leitao <[email protected]> | 2024-08-05 09:40:11 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-08-06 19:18:30 +0000 |
| commit | 45160cebd6ac84fe8cc2b7f6fec2550398e144cd (patch) | |
| tree | 523fc48382acaf1bd4e7816e7d4aa2d8adadbfa6 /tools/testing/selftests/bpf/prog_tests/sockmap_basic.c | |
| parent | ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini() (diff) | |
| download | kernel-45160cebd6ac84fe8cc2b7f6fec2550398e144cd.tar.gz kernel-45160cebd6ac84fe8cc2b7f6fec2550398e144cd.zip | |
net: veth: Disable netpoll support
The current implementation of netpoll in veth devices leads to
suboptimal behavior, as it triggers warnings due to the invocation of
__netif_rx() within a softirq context. This is not compliant with
expected practices, as __netif_rx() has the following statement:
lockdep_assert_once(hardirq_count() | softirq_count());
Given that veth devices typically do not benefit from the
functionalities provided by netpoll, Disable netpoll for veth
interfaces.
Signed-off-by: Breno Leitao <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/sockmap_basic.c')
0 files changed, 0 insertions, 0 deletions
