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
216 to use this API, please take a look at the sample application in
230 The user application inserts the socket into the map, via the bpf()
238 application (samples/bpf/) in for an example.
360 If the flag is set on the FILL ring, the application needs to call
370 If the flag is set for the TX ring, it means that the application
387 better performance especially if you run the application and the
389 application and the kernel driver, as it reduces the number of
399 application, but if you only want to do one of them, you can save
433 application to use. The final option is the flags field, but it will
460 user-space application and the XDP program. For a complete setup and
461 usage example, please refer to the sample application. The user-space
535 Sample application
538 There is a xdpsock benchmarking/test application included that
555 This sample application uses libbpf to make the setup and usage of