Home
last modified time | relevance | path

Searched refs:VPP (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dmount.h819 #define VFS_ROOT(MP, FLAGS, VPP) ({ \ argument
822 _rc = (*(MP)->mnt_op->vfs_root)(MP, FLAGS, VPP); \
825 #define VFS_CACHEDROOT(MP, FLAGS, VPP) ({ \ argument
828 _rc = (*(MP)->mnt_op->vfs_cachedroot)(MP, FLAGS, VPP); \
849 #define VFS_VGET(MP, INO, FLAGS, VPP) ({ \ argument
852 _rc = (*(MP)->mnt_op->vfs_vget)(MP, INO, FLAGS, VPP); \
855 #define VFS_FHTOVP(MP, FIDP, FLAGS, VPP) ({ \ argument
858 _rc = (*(MP)->mnt_op->vfs_fhtovp)(MP, FIDP, FLAGS, VPP); \
/f-stack/dpdk/doc/guides/nics/
H A Dmemif.rst9 using memif (DPDK, VPP, libmemif) to communicate using shared memory. Memif is
241 Example: testpmd and VPP
243 For information on how to get and run VPP please see `<https://wiki.fd.io/view/VPP>`_.
245 Start VPP in interactive mode (should be by default). Create memif server interface in VPP::
269 Send ping from VPP::
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Darm-versatile.txt7 some special write protect/VPP bits that can be controlled by the machine's
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Damlogic,meson-vpu.yaml37 VPP: Video Post Processing
54 tree and provides the scanout clock to the VPP and VIU.
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dtwl-regulator.txt10 - "ti,twl6030-vpp" for VPP LDO
/f-stack/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst12 VPP, ...) to make it easier to obtain reproducible results and to facilitate
/f-stack/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst218 …essing application that makes use of DPDK such as L3 Forwarding example application, OVS, VPP etc..