On 5/21/26 10:41 AM, David Marchand wrote:
> Devices are not probed by default since
> commit 02c5b24e0ded ("dpdk: Disable initial device probe.").
> 
> We can remove this --no-pci in the new unit test that was not dropped
> when rebasing.
> 
> Signed-off-by: David Marchand <[email protected]>
> ---
>  tests/system-dpdk.at | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at
> index c5f18e71c5..34df1f6762 100644
> --- a/tests/system-dpdk.at
> +++ b/tests/system-dpdk.at
> @@ -1016,7 +1016,7 @@ OVS_DPDK_PRE_CHECK()
>  dnl This test uses 2 IPv6 VxLAN encapsulations (140 bytes of tunnel headers)
>  dnl to ensure that the headroom can't fit those headers.
>  AT_SKIP_IF([test $DPDK_MBUF_HEADROOM -ge 140])
> -OVS_DPDK_START([--no-pci])
> +OVS_DPDK_START()
>  
>  ADD_BR([br0])
>  ADD_BR([br1])

This change was pushed since your patch as part of
75293d1eac1f ("tests: Remove ALLOW_LIST argument.")
https://github.com/openvswitch/ovs/commit/75293d1ea

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to