Home
last modified time | relevance | path

Searched refs:vdpa (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvdpa.rst25 The application is located in the ``vdpa`` sub-directory.
27 Start the vdpa example
45 2. list: list all available vdpa devices
46 3. create: create a new vdpa port with socket file and vdpa device address
54 ./dpdk-vdpa -c 0x2 -n 4 --socket-mem 1024,1024 \
55 -a 0000:06:00.3,vdpa=1 -a 0000:06:00.4,vdpa=1 \
65 Then we can create 2 vdpa ports in interactive cmdline.
69 vdpa> list
75 vdpa> create /tmp/vdpa-socket0 0000:06:00.3
76 vdpa> create /tmp/vdpa-socket1 0000:06:00.4
[all …]
H A Dindex.rst48 vdpa
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c716 } else if (!attr.vdpa.valid || !attr.vdpa.max_num_virtio_queues) { in mlx5_vdpa_pci_probe()
722 if (!attr.vdpa.queue_counters_valid) in mlx5_vdpa_pci_probe()
726 attr.vdpa.max_num_virtio_queues * 2, in mlx5_vdpa_pci_probe()
733 priv->caps = attr.vdpa; in mlx5_vdpa_pci_probe()
859 RTE_LOG_REGISTER(mlx5_vdpa_logtype, pmd.vdpa.mlx5, NOTICE)
/f-stack/dpdk/lib/librte_vhost/
H A Dmeson.build21 sources = files('fd_man.c', 'iotlb.c', 'socket.c', 'vdpa.c',
H A Dvdpa.c353 RTE_REGISTER_CLASS(vdpa, rte_class_vdpa);
/f-stack/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst43 A Mellanox mlx5 PCI device can be probed by either net/mlx5 driver or vdpa/mlx5
106 `vdpa` for the mlx5 vDPA driver.
143 to get error information, or query vdpa statistics counter to know error type
H A Difc.rst19 probed by IFCVF driver, adding "vdpa=1" parameter helps to specify that this
/f-stack/dpdk/examples/vdpa/
H A DMakefile5 APP = vdpa
/f-stack/dpdk/examples/
H A Dmeson.build44 'timer', 'vdpa',
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c51 int *vdpa,
2085 virtio_dev_devargs_parse(struct rte_devargs *devargs, int *vdpa, in virtio_dev_devargs_parse() argument
2099 if (vdpa && rte_kvargs_count(kvlist, VIRTIO_ARG_VDPA) == 1) { in virtio_dev_devargs_parse()
2104 vdpa_check_handler, vdpa); in virtio_dev_devargs_parse()
2142 int vdpa = 0; in eth_virtio_pci_probe() local
2145 ret = virtio_dev_devargs_parse(pci_dev->device.devargs, &vdpa, NULL, in eth_virtio_pci_probe()
2152 if (vdpa == 1) in eth_virtio_pci_probe()
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md42 [vdpa] (@ref rte_vdpa.h),
/f-stack/dpdk/drivers/
H A Dmeson.build16 'vdpa', # depends on common, bus and mempool.
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h119 struct mlx5_hca_vdpa_attr vdpa; member
H A Dmlx5_devx_cmds.c697 attr->vdpa.valid = !!(MLX5_GET64(cmd_hca_cap, hcattr, in mlx5_devx_cmd_query_hca_attr()
700 attr->vdpa.queue_counters_valid = !!(MLX5_GET64(cmd_hca_cap, hcattr, in mlx5_devx_cmd_query_hca_attr()
751 if (attr->vdpa.valid) in mlx5_devx_cmd_query_hca_attr()
752 mlx5_devx_cmd_query_hca_vdpa_attr(ctx, &attr->vdpa); in mlx5_devx_cmd_query_hca_attr()
/f-stack/dpdk/
H A DMAINTAINERS896 F: examples/vdpa/
897 F: doc/guides/sample_app_ug/vdpa.rst
1158 F: drivers/vdpa/ifc/
1165 F: drivers/vdpa/mlx5/
/f-stack/dpdk/doc/guides/nics/
H A Dvirtio.rst352 #. ``vdpa``:
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst334 The vdpa sample application creates vhost-user sockets by using the