Hi,

Thanks for the message.

Currently, I have a sender and client, and actually, there is no packet
loss as my server application with primary and secondary processes is
responding to packets back to the client side, and the client is receiving
100% of packets. I am sending UDP packets.

However, the problem right now is that when I check with DPDK
rte_eth_stat_gets(), then the API reports packet loss on DPDK queues while
we know that there is no packet loss.

Thanks,
Alireza

On Wed, Nov 1, 2023 at 1:31 AM jiangheng (G) <jianghen...@huawei.com> wrote:

> Hi,
>
> 1)       Yes
>
> 2)       What type of packets are you receiving, Tcp or UDP? You need
> correctly configure NIC RSS or flow rule. Otherwise, packets may be
> received only in queue 0.
>
>
>
>
>
> *发件人:* Alireza Sanaee <sarsan...@gmail.com>
> *发送时间:* 2023年11月1日 3:58
> *收件人:* users@dpdk.org
> *主题:* Primary and secondary processes polling on two queues
>
>
>
> Hi everyone,
>
>
>
> I have a NIC and I would like to receive packets on my primary process and
> secondary process. I wonder if I can have primary process poll on queue = 0
> and secondary one poll on queue = 1.
>
>
>
> I tried to do this and observed packet loss. That made me wonder if I am
> configuring something wrong.
>
>
>
> Two questions:
>
>
>
> 1) Is this possible from practicality perspective?
>
> 2) If yes, what can potentially go wrong in this scenario.
>
>
>
>
>
> Thanks,
>
> Alireza
>

Reply via email to