netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf 0/3] selftests/xsk: three small fixes
@ 2022-11-15  8:05 Magnus Karlsson
  2022-11-15  8:05 ` [PATCH bpf 1/3] selftests/xsk: print correct payload for packet dump Magnus Karlsson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Magnus Karlsson @ 2022-11-15  8:05 UTC (permalink / raw)
  To: magnus.karlsson, bjorn, ast, daniel, netdev, maciej.fijalkowski
  Cc: Magnus Karlsson, jonathan.lemon, bpf

This patch set contains three small fixes for bugs discovered while
implementing some new tests that will be sent to bpf-next. These are
minor fixes to the xsk test framework that IMHO should not be
backported to any of the stable kernels as no one using them would
care. The tests work fine without these fixes, but when developing new
code and some test fails (or the framework fails), these bugs in the
code are irritating.

Thanks: Magnus

Magnus Karlsson (3):
  selftests/xsk: print correct payload for packet dump
  selftests/xsk: do not close unused file descriptors
  selftests/xsk: print correct error codes when exiting

 tools/testing/selftests/bpf/xsk.c        | 13 +++++++++++--
 tools/testing/selftests/bpf/xskxceiver.c | 24 ++++++++++++------------
 2 files changed, 23 insertions(+), 14 deletions(-)


base-commit: 5fd2a60aecf3a42b14fa371c55b3dbb18b229230
--
2.34.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-22 10:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15  8:05 [PATCH bpf 0/3] selftests/xsk: three small fixes Magnus Karlsson
2022-11-15  8:05 ` [PATCH bpf 1/3] selftests/xsk: print correct payload for packet dump Magnus Karlsson
2022-11-15 12:29   ` Maciej Fijalkowski
2022-11-15 12:40     ` Magnus Karlsson
2022-11-22 10:42       ` Maciej Fijalkowski
2022-11-15  8:05 ` [PATCH bpf 2/3] selftests/xsk: do not close unused file descriptors Magnus Karlsson
2022-11-15  8:05 ` [PATCH bpf 3/3] selftests/xsk: print correct error codes when exiting Magnus Karlsson
2022-11-15 12:30 ` [PATCH bpf 0/3] selftests/xsk: three small fixes Maciej Fijalkowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).