You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DPDK Tap interfaces have the limitation that "Rx/Tx must have the same number of queues" (see here).
This limitation may hinder future development. Hence, we should replace them with a suitable alternative that does not have that limitation.
As an alternative, we could use the virtual device virtio-user. Checkout following sources:
In the virtualized setup for the integration tests (
test/testnet_ip/
,test/testnet_scion/
), LF uses Tap interfaces:The DPDK Tap interfaces have the limitation that "Rx/Tx must have the same number of queues" (see here).
This limitation may hinder future development. Hence, we should replace them with a suitable alternative that does not have that limitation.
As an alternative, we could use the virtual device virtio-user. Checkout following sources:
Note:
Verify that the devices also work in the CI.
The text was updated successfully, but these errors were encountered: