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 发送时间: 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