Message ID | 20220628113642.3223-1-andrea.mayer@uniroma2.it (mailing list archive) |
---|---|
Headers | show |
Series | seg6: add support for SRv6 Headend Reduced Encapsulation | expand |
On Tue, 28 Jun 2022 13:36:38 +0200 Andrea Mayer wrote: > - patch 2/4: add selftest for SRv6 H.Encaps.Red behavior; > - patch 3/4: add selftest for SRv6 H.L2Encaps.Red behavior. Always great to see selftests. Should they be added to the Makefile? Otherwise they won't run unless someone manually executes them.
Hi Jakub, please see below, thanks. On Tue, 28 Jun 2022 22:10:56 -0700 Jakub Kicinski <kuba@kernel.org> wrote: > On Tue, 28 Jun 2022 13:36:38 +0200 Andrea Mayer wrote: > > - patch 2/4: add selftest for SRv6 H.Encaps.Red behavior; > > - patch 3/4: add selftest for SRv6 H.L2Encaps.Red behavior. > > Always great to see selftests. Should they be added to the Makefile? > Otherwise they won't run unless someone manually executes them. Yes, you are absolutely right. I will send a v4 with the correction shortly. Andrea