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

2022-04-26 Thread Tyler Retzlaff
On Tue, Apr 26, 2022 at 09:41:08AM +0200, David Marchand wrote: > On Tue, Mar 22, 2022 at 8:12 AM 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. > > > >

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

2022-04-26 Thread David Marchand
On Tue, Mar 22, 2022 at 8:12 AM 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 > and a

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

2022-04-25 Thread Tyler Retzlaff
On Tue, Mar 22, 2022 at 11:50:33AM +, Ananyev, Konstantin wrote: > Acked-by: Konstantin Ananyev > Acked-by: Stephen Hemminger is there something more being requested here? the patch has been acked with no further comments for more than a month. this patch is blocking enablement of the UT f

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

2022-03-22 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 been de

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

2022-03-22 Thread Tyler Retzlaff
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 been defined result