Lines Matching full:traffic
55 completed that traffic starts to flow.
79 traffic to user space through the XSK.
318 built in one in libbpf that will route the traffic for you.
398 both, you will be able to both receive and send traffic from your
540 you would like your UDP traffic from port 4242 to end up in queue 16,
563 Q: I am not seeing any traffic on the socket. What am I doing wrong?
569 specify a specific queue id to bind to and it is only the traffic
572 traffic that is distributed to queues 1 through 7. If you are
573 lucky, you will see the traffic, but usually it will end up on one
577 traffic you want to the queue id you bound to. If you want to see
578 all the traffic, you can force the netdev to only have 1 queue, queue
583 If you want to only see part of the traffic, you can program the
584 NIC through ethtool to filter out your traffic to a single queue id
586 UDP traffic to and from port 4242 are sent to queue 2::
599 XSKMAP can only be used to switch traffic coming in on queue id X
602 traffic goming in from queue id Y can be directed to sockets bound
605 traffic to the correct queue id and socket.