On 24 May 2026, at 9:55, Eli Britstein wrote:

> The allow list from OVS_DPDK_VF_PCI_ADDRS introduced in [1] added the
> PF's PCI address 6 times.  Commit [2] doesn't have this environment
> variable anymore which made it empty.
>
> That was a problem until [3] was applied since DPDK auto-probed all PCI
> devices, including ones that can cause errors in the log (virtio for
> example) and fail the test.
>
> Commit [3] automatically disables DPDK auto probe, silently resolving
> this issue.  There is no need to pass any allow-list anymore.  Remove it.
>
> [1]: 289e9f6baa7c ("tests: Add a simple DPDK rte_flow test framework.")
> [2]: 9cabdd268c7e ("tests: Rework DPDK offload tests to use a simpler 
> interface argument.")
> [3]: 02c5b24e0ded ("dpdk: Disable initial device probe.")
>
> Fixes: 9cabdd268c7e ("tests: Rework DPDK offload tests to use a simpler 
> interface argument.")
> Signed-off-by: Eli Britstein <[email protected]>

Thanks Eli for following up. The changes look good to me.

Acked-by: Eelco Chaudron <[email protected]>

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

Reply via email to