-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loopback mode #620
base: main
Are you sure you want to change the base?
Loopback mode #620
Conversation
I know this is draft, but curious already: how does this differ from the current loopback we're able to do? It does loopback on a single interface? Why are we looking for that? |
What we have now is not considered loopback. Loopback is a "local only" path for a packet, whereas right now the packet actually leaves the NIC and is sent on the wire before coming back. This new mode is useful if you don't have a NIC. |
applications/adv_networking_bench/adv_networking_bench_default_tx_rx_loopback.yaml
Outdated
Show resolved
Hide resolved
operators/advanced_network/managers/dpdk/adv_network_dpdk_mgr.cpp
Outdated
Show resolved
Hide resolved
operators/advanced_network/managers/dpdk/adv_network_dpdk_mgr.cpp
Outdated
Show resolved
Hide resolved
operators/advanced_network/managers/dpdk/adv_network_dpdk_mgr.cpp
Outdated
Show resolved
Hide resolved
operators/advanced_network/managers/dpdk/adv_network_dpdk_mgr.cpp
Outdated
Show resolved
Hide resolved
9e1d71f
to
61150e4
Compare
Signed-off-by: Cliff Burdick <[email protected]>
Signed-off-by: Cliff Burdick <[email protected]>
Signed-off-by: Cliff Burdick <[email protected]>
Signed-off-by: Cliff Burdick <[email protected]>
Signed-off-by: Cliff Burdick <[email protected]>
Signed-off-by: Cliff Burdick <[email protected]>
ed877f4
to
26b4026
Compare
No description provided.