diff options
author | Taehee Yoo <ap420073@gmail.com> | 2025-01-14 14:28:47 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-01-15 14:42:11 -0800 |
commit | 2d46e481a9afc8e6b214f5c78b05374f05b8f62a (patch) | |
tree | 564b73f97dabad9fdd1f827e9c7bde17e38a82a9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e61779015c4a4655b31e2e1fc47a7210be9f53f3 (diff) |
net: disallow setup single buffer XDP when tcp-data-split is enabled.
When a single buffer XDP is attached, NIC should guarantee only single
page packets will be received.
tcp-data-split feature splits packets into header and payload. single
buffer XDP can't handle it properly.
So attaching single buffer XDP should be disallowed when tcp-data-split
is enabled.
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Link: https://patch.msgid.link/20250114142852.3364986-6-ap420073@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions