09/11/2023 08:21, Morten Brørup: > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Wednesday, 8 November 2023 18.48 > > > > The internal buffer pool used for copies of mbufs captured > > needs to be thread safe. If capturing on multiple interfaces > > or multiple queues, the same pool will be used (consumers). > > And if the capture ring gets full, the queues will need > > to put back the capture buffer which leads to multiple producers. > > > > Bugzilla ID: 1271 > > Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application") > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > > Reviewed-by: Morten Brørup <m...@smartsharesystems.com>
Applied, thanks.