* [dpdk-dev] DPDK/ipv4_mcast sample application doesn't work
@ 2021-09-06 7:34 KESHAVARAO, RASHMI
2021-09-06 12:50 ` Ferruh Yigit
0 siblings, 1 reply; 2+ messages in thread
From: KESHAVARAO, RASHMI @ 2021-09-06 7:34 UTC (permalink / raw)
To: dev
Hi,
We are trying to use the ipv4_multicast app in DPDK examples.
However, we are not able to get it to run as expected.
The behavior that we are seeing is that packets are being sent from a packet generator but they are not being received by the APP. We have tried debugging the app by putting prints at various places but still don't have a clue on what is wrong.
We tried other examples apps like testpmd, l2fwd etc and these are working flawlessly.
Need inputs from the DPDK experts on the ipv4_multicast app.
Command used:
./<build_dir>/examples/ipv4_multicast -c 0x1 -n 1 -- -p 0x5 -q 2
DPDK Version: 20.08
NIC: XXV710 (fw version: 8.3)
Bound to: vfio-pci UIO
With the above command:
* rte_eth_rx_burst() returns 0 in the ipv4_multicast app even when packets are being sent to the NIC/port.
Regards,
Rashmi.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] DPDK/ipv4_mcast sample application doesn't work
2021-09-06 7:34 [dpdk-dev] DPDK/ipv4_mcast sample application doesn't work KESHAVARAO, RASHMI
@ 2021-09-06 12:50 ` Ferruh Yigit
0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2021-09-06 12:50 UTC (permalink / raw)
To: KESHAVARAO, RASHMI, dev
On 9/6/2021 8:34 AM, KESHAVARAO, RASHMI wrote:
> Hi,
> We are trying to use the ipv4_multicast app in DPDK examples.
> However, we are not able to get it to run as expected.
>
> The behavior that we are seeing is that packets are being sent from a packet generator but they are not being received by the APP. We have tried debugging the app by putting prints at various places but still don't have a clue on what is wrong.
>
> We tried other examples apps like testpmd, l2fwd etc and these are working flawlessly.
>
> Need inputs from the DPDK experts on the ipv4_multicast app.
>
> Command used:
>
>
> ./<build_dir>/examples/ipv4_multicast -c 0x1 -n 1 -- -p 0x5 -q 2
>
> DPDK Version: 20.08
> NIC: XXV710 (fw version: 8.3)
> Bound to: vfio-pci UIO
>
>
> With the above command:
>
> * rte_eth_rx_burst() returns 0 in the ipv4_multicast app even when packets are being sent to the NIC/port.
>
>
>
> Regards,
> Rashmi.
>
Hi Rashmi,
Most probably because packets destination MAC address is not matching to NIC MAC
address.
Can you please either test with adding 'rte_eth_promiscuous_enable(portid);'
(you can add after 'rte_eth_allmulticast_enable(portid);'),
or by setting correct destination MAC for packets?
Regards,
ferruh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-06 12:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 7:34 [dpdk-dev] DPDK/ipv4_mcast sample application doesn't work KESHAVARAO, RASHMI
2021-09-06 12:50 ` Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).