af_xdp: fix missing recvmsg argument 71/43371/5
authorVladimir Zhigulin <[email protected]>
Fri, 4 Jul 2025 08:31:44 +0000 (10:31 +0200)
committerBenoit Ganne <[email protected]>
Tue, 12 Aug 2025 14:10:44 +0000 (14:10 +0000)
commit421964a8d1e07ea1e59d79e7e7420d03150b4cee
tree1d1a49c9f7a7fb96920cbe1a5ecfbc71905bf816
parent92ceeb34c805f26acb484acccc081d2d365fa7f7
af_xdp: fix missing recvmsg argument

Because of missing argument syscall was failing
before reaching xdp system what could result in
degrated performance

Type: fix

Change-Id: I0ae1ce1bacf68457a02a31b3508e9c5100a754e6
Signed-off-by: Vladimir Zhigulin <[email protected]>
src/plugins/af_xdp/input.c