> -----Original Message----- > From: dev <[email protected]> On Behalf Of Xueming Li > Sent: Monday, August 2, 2021 16:11 > Cc: [email protected]; Xueming(Steven) Li <[email protected]>; Ray Kinsella > <[email protected]> > Subject: [dpdk-dev] [PATCH 2/2] doc: announce eth new offload flag and > group field > > To support shared Rx queue, this patch announces new offload flag > RTE_ETH_RX_OFFLOAD_SHARED_RXQ and new shared_group field to struct > rte_eth_rxconf in DPDK v21.11. > > [1] mail list discussion: > https://mails.dpdk.org/archives/dev/2021-July/215575.html > > Signed-off-by: Xueming Li <[email protected]>
We need this change to handle shared queues - the same queue object can be shared by multiple ports, and releasing routine should know exactly on which port_id/queue_id object is being released. Acked-by: Viacheslav Ovsiienko <[email protected]>

