Re: [PATCH v2] blackhole_dev: convert self-test to KUnit

2025-02-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 08 Feb 2025 14:26:43 -0500 you wrote: > Convert this very simple smoke test to a KUnit test. > > Add a missing `htons` call that was spotted[0] by kernel test robot > after initial conversion to KUnit. > >

Re: [PATCH v2] blackhole_dev: convert self-test to KUnit

2025-02-10 Thread Tamir Duberstein
On Sat, Feb 8, 2025 at 2:26 PM Tamir Duberstein wrote: > > Convert this very simple smoke test to a KUnit test. > > Add a missing `htons` call that was spotted[0] by kernel test robot > after initial conversion to KUnit. > > Link: > https://lore.kernel.org/oe-kbuild-all/202502090223.qcymbjwt-...