[dpdk-users] Intel x722 loopback mode
David Aldrich
david.aldrich.ntml at gmail.com
Tue Mar 23 16:49:57 CET 2021
Hi
I am trying to use an Intel x722 NIC with DPDK v.19.11.7 in loopback mode.
I have set:
struct rte_eth_conf local_port_conf;
local_port_conf.lpbk_mode = 1;
<snip>
rte_eth_dev_configure(a_portId, a_numOfRxQue, a_numOfTxQue,
&local_port_conf))
but I am not seeing transmitted packets appear on the receive queue.
Am I missing something?
Best regards
David
More information about the users
mailing list