On Wed, 29 Apr 2026 11:18:58 -0700 Stephen Hemminger <[email protected]> wrote:
> A couple of small patches for the af_packet PMD. > Fix indentation and add a basic test. > > Stephen Hemminger (2): > net/af_packet: fix indentation > test: add test for af_packet > > v6 - add myself as maintainer > > v5 - end test after 10 packets or timeout > > v4 - fix test to use stdatomic correctly > > Stephen Hemminger (3): > maintainers: nominate myself for af_packet > net/af_packet: fix indentation > test: add test for af_packet > > MAINTAINERS | 3 +- > app/test/meson.build | 1 + > app/test/test_pmd_af_packet.c | 1123 +++++++++++++++++++++ > drivers/net/af_packet/rte_eth_af_packet.c | 64 +- > 4 files changed, 1158 insertions(+), 33 deletions(-) > create mode 100644 app/test/test_pmd_af_packet.c > Applied to next-net

