AF_XDP: No packets from multicast although steered on RX-Queue 0
问题 I am still playing with the AF_XDP socket and my program is still largely based on: https://github.com/xdp-project/xdp-tutorial/tree/master/advanced03-AF_XDP I now want to receive multiple multicast streams (which works fine the way I register the multicast IPs because I have tested it with the default Linux socket thus I am not sharing the code unless you guys say it is necessary to solve the issue). Because I don't want to change my program to work on multiple RX-Queues of the NIC just yet