-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi team,
I'm working on testing example applications in AlveoU200 where I cannot receive back packets while testing l2fwd application, l3fwd application and l3fwd-acl application.
I faced same issue while working with dpdk-20.11 and dpdk-24.07
here's my set up
host 0 host 1
port 0---------port 0
port 1--------port 1
I have connected Alveo U200 in host 0 to test dpdk example applications and Mellanox in host 1 as Traffic Generator
when packets are transmitted from port 0 of Mellanox and are received by port 0 of Alveo U200
but packets are transmitted from port 1 of Alveo u200 are not received back
although the prints are seen which indicates successful transmission of packets from port 0 to port 1 of Alveo u200
command used
$sudo ./build/l2fwd -d librte_net_qdma.so -l 1-4 -n 4 -- -p 0x3
my observation is same for l3fwd application and l3fwd-acl application
I have added destination ip address in lpm lookup table for l3fwd application
command used
$sudo ./build/l3fwd -l 1-11 -n 4 -d librte_net_qdma.so -- -p 0x3 --config="(0,0,1),(1,0,3)" --parse-ptype
and also have created acl rules and have passed it as a parameter
command used
$sudo ./build/l3fwd-acl -l 1-4 -n 4 -- -p 0x3 --config="(1,0,1),(0,0,2)" --parse-ptype --rule_ipv4="rules_ipv4.db" --rule_ipv6="rules_ipv4.db"
Thanks in advance,
Nafiah Siddiqha
