Re: [PATCH] examples/ipsec-secgw: fix Rx queue ID in Rx callback

2024-03-17 Thread Thomas Monjalon
11/03/2024 03:32, Chaoyong He: > From: Shihong Wang > > The Rx queue ID on the core and on the port are not necessarily > equal, for example, there are two RX queues on core0, queue0 and > queue1, queue0 is the rx_queueid0 on port0 and queue1 is the > rx_queueid0 on port1. > > The 'rte_eth_add_r

[PATCH] examples/ipsec-secgw: fix Rx queue ID in Rx callback

2024-03-10 Thread Chaoyong He
From: Shihong Wang The Rx queue ID on the core and on the port are not necessarily equal, for example, there are two RX queues on core0, queue0 and queue1, queue0 is the rx_queueid0 on port0 and queue1 is the rx_queueid0 on port1. The 'rte_eth_add_rx_callback()' function is based on the port reg