Re: [PATCH] test/bpf: skip test if libpcap is unavailable

2022-03-21 Thread Tyler Retzlaff
On Mon, Mar 21, 2022 at 02:42:39PM +, Ananyev, Konstantin wrote: > > > > > Signed-off-by: Tyler Retzlaff > > --- > > app/test/test_bpf.c | 14 -- > > 1 file changed, 12 insertions(+), 2 deletions(-) > > > > diff --git a/app/test/test_bpf.c b/app/test/test_bpf.c > > index 805cce

Re: [PATCH] test/bpf: skip test if libpcap is unavailable

2022-03-21 Thread Stephen Hemminger
On Mon, 21 Mar 2022 06:13:27 -0700 Tyler Retzlaff wrote: > test_bpf_convert is being conditionally registered depending on the > presence of RTE_HAS_LIBPCAP except the UT unconditionally lists it as a > test to run. > > when the UT runs test_bpf_convert test-dpdk can't find the registration > an

RE: [PATCH] test/bpf: skip test if libpcap is unavailable

2022-03-21 Thread Ananyev, Konstantin
> > test_bpf_convert is being conditionally registered depending on the > presence of RTE_HAS_LIBPCAP except the UT unconditionally lists it as a > test to run. > > when the UT runs test_bpf_convert test-dpdk can't find the registration > and assumes the DPDK_TEST environment variable hasn't be