Open ChenYahui2019 opened 4 years ago
I created 4 AF_XDP sockets sharing one umen with XDP_SHARED_UMEM. Fourt threads only doing rx_drop pkts for each socket. But it seems AF_XDP not support concurrent receiving packets.
So, does AF_XDP support concurrent rx pkts and why?
Of course, it support.
Attention:
I created 4 AF_XDP sockets sharing one umen with XDP_SHARED_UMEM. Fourt threads only doing rx_drop pkts for each socket. But it seems AF_XDP not support concurrent receiving packets.
So, does AF_XDP support concurrent rx pkts and why?