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 current implementation of pytest --hw relies on a cross-wiring PF0 and PF1 together.
This not only removes the ability to test WCMP but also requires manual access to the NIC to switch cables.
It would be better to use a simple reflector on the "other side" to send packets from PFs back for pytest to be able to intercept them (as for Mellanox, packets emitted by PFs are not interceptable).
The text was updated successfully, but these errors were encountered:
The current implementation of
pytest --hw
relies on a cross-wiring PF0 and PF1 together.This not only removes the ability to test WCMP but also requires manual access to the NIC to switch cables.
It would be better to use a simple reflector on the "other side" to send packets from PFs back for
pytest
to be able to intercept them (as for Mellanox, packets emitted by PFs are not interceptable).The text was updated successfully, but these errors were encountered: