> > >> 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 <xuemi...@nvidia.com> > > > > > > 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 <viachesl...@nvidia.com> > > Acked-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > Acked-by: Jerin Jacob <jer...@marvell.com>
Applied, thanks.