Lines Matching full:application

21 application.
43 FILL ring is used by the application to send down addr for the kernel
72 user-space application can place an XSK at an arbitrary place in this
123 user-space application.
130 application need explicit synchronization of multiple
161 The user application produces UMEM addrs to this ring. Note that, if
162 running the application with aligned chunk mode, the kernel will mask
165 to the same chunk. If the user application is run in the unaligned
179 The user application consumes UMEM addrs from this ring.
192 The user application consumes struct xdp_desc descriptors from this
204 The user application produces struct xdp_desc descriptors to this
227 The user application inserts the socket into the map, via the bpf()
235 application (samples/bpf/) in for an example.
357 If the flag is set on the FILL ring, the application needs to call
367 If the flag is set for the TX ring, it means that the application
383 better performance especially if you run the application and the
385 application and the kernel driver, as it reduces the number of
395 application, but if you only want to do one of them, you can save
429 application to use. The final option is the flags field, but it will
446 mode to allow application to tune the per-socket maximum iteration for
519 invalid. To produce an application that will work on any system
535 copied. When the application gets a descriptor with the XDP_PKT_CONTD
541 application. If there is not enough space in the AF_XDP Rx ring, all
544 If application reads a batch of descriptors, using for example the libxdp
558 application and the XDP program. For a complete setup and usage example,
758 Sample application
760 There is a xdpsock benchmarking/test application that can be found at
779 This sample application uses libbpf to make the setup and usage of