> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Friday, 4 August 2023 18.16 > > The ring used to store mbufs needs to be multiple producer, > multiple consumer because multiple queues might on multiple > cores might be allocating and same time (consume) and in > case of ring full, the mbufs will be returned (multiple producer). > > Bugzilla ID: 1271 > Fixes: cb2440fd77af ("dumpcap: fix mbuf pool ring type") > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > ---
Reviewed-by: Morten Brørup <m...@smartsharesystems.com>