aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc/kdoc_output.py
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo@kernel.org>2025-04-01 11:02:12 +0200
committerJakub Kicinski <kuba@kernel.org>2025-04-04 07:23:39 -0700
commit2a8377720a0a30fa133f7773e901598f7d563f36 (patch)
treee5d34cf8e80e49ee1bace26048c3c99b40617d05 /scripts/lib/kdoc/kdoc_output.py
parentMerge tag 'nf-25-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... (diff)
downloadlinux-2a8377720a0a30fa133f7773e901598f7d563f36.tar.gz
linux-2a8377720a0a30fa133f7773e901598f7d563f36.zip
net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROP
In the current implementation octeontx2 manages XDP_ABORTED and XDP invalid as XDP_PASS forwarding the skb to the networking stack. Align the behaviour to other XDP drivers handling XDP_ABORTED and XDP invalid as XDP_DROP. Please note this patch has just compile tested. Fixes: 06059a1a9a4a5 ("octeontx2-pf: Add XDP support to netdev PF") Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Link: https://patch.msgid.link/20250401-octeontx2-xdp-abort-fix-v1-1-f0587c35a0b9@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions
aw_line output"Jakub Narebski1-3/+2 2008-04-05gitweb: fallback to system-wide config file (fixup)Gerrit Pape1-0/+1 2008-04-05git-gui: use +/- instead of ]/[ to show more/less context in diffgitgui-0.10.1Michele Ballabio1-6/+12 2008-04-04git-gui: Update french translationChristian Couder1-45/+33 2008-04-03git-gui: Switch keybindings for [ and ] to bracketleft and bracketrightShawn O. Pearce1-4/+4 2008-04-02GIT 1.5.5-rc3v1.5.5-rc3Junio C Hamano2-5/+5 2008-04-02Describe the bug in handling filenames with funny characters in 'git add -i'Teemu Likonen1-0/+6 2008-04-02t7004-tag: Skip more tests if gpg is not available.Johannes Sixt1-7/+8 2008-04-02verify-tag: Clean up the temporary file if gpg cannot be started.Johannes Sixt1-1/+3 2008-04-01help: Add a missing OPT_END().Christian Couder1-0/+1 2008-04-01Accept git aliases outside a git repositoryJunio C Hamano1-1/+2 2008-04-02git-gui 0.10gitgui-0.10.0Shawn O. Pearce1-1/+1 2008-04-02git-gui: Add shortcut keys for Show More/Less ContextJonathan del Strother1-8/+32 2008-03-31mktag.c: tweak validation of tagger field and adjust test scriptBrandon Casey2-31/+86 2008-03-31filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca2-2/+2 2008-03-31filter-branch: Test renaming directories in a tree-filterJohannes Sixt1-2/+18 2008-03-30mktag.c: improve verification of tagger field and testsBrandon Casey2-14/+176 2008-03-30diff-files: careful when inspecting work tree itemsJunio C Hamano2-9/+14 2008-03-30diff-index: careful when inspecting work tree itemsJunio C Hamano2-15/+56