On 9/5/2024 5:10 PM, Stephen Hemminger wrote: > Use pcap_next_ex rather than just pcap_next because pcap_next > always blocks if there is no packets to receive. > > Bugzilla ID: 1526 > Fixes: 4c173302c307 ("pcap: add new driver") > Cc: sta...@dpdk.org > > Reported-by: Ofer Dagan <ofe...@claroty.com> > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> >
According Bugzilla comment: Tested-by: Ofer Dagan <ofe...@claroty.com> Applied to dpdk-next-net/main, thanks.