[PATCH] net/pcap: use pcap_next_ex to track errors
Ferruh Yigit
ferruh.yigit at amd.com
Sun Oct 13 17:47:55 CEST 2024
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: stable at dpdk.org
>
> Reported-by: Ofer Dagan <ofer.d at claroty.com>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
>
According Bugzilla comment:
Tested-by: Ofer Dagan <ofer.d at claroty.com>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list