aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorShannon Nelson <[email protected]>2024-02-14 09:59:04 -0800
committerDavid S. Miller <[email protected]>2024-02-16 08:48:08 +0000
commit180e35cdf035d1c2e9ebdc06a9944a9eb81cc3d8 (patch)
treefd00ab9d120bec2f5e10a8e24f15860139daac80 /tools/perf/scripts/python/bin/export-to-postgresql-report
parentd67ee210dafd0a3f3d65ed2d01027cd0e0de93d6 (diff)
ionic: add initial framework for XDP support
Set up the basics for running Rx packets through XDP programs. Add new queue setup and teardown steps for adding/removing an XDP program, and add the call to run the XDP on a packet. The XDP frame size needs to be the MTU plus standard ethernet header, plus head room for XDP scribblings and tail room for a struct skb_shared_info. Also, at this point, we don't support XDP frags, only a single contiguous Rx buffer. This means that our page splitting is not very useful, so when XDP is in use we need to use the full Rx buffer size and not do sharing. Co-developed-by: Brett Creeley <[email protected]> Signed-off-by: Brett Creeley <[email protected]> Signed-off-by: Shannon Nelson <[email protected]> Reviewed-by: Jacob Keller <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions