numam-dpdk/doc/guides/sample_app_ug
Xiaolong Ye edbed86d1c examples/vdpa: introduce a new sample for vDPA
The vdpa sample application creates vhost-user sockets by using the
vDPA backend. vDPA stands for vhost Data Path Acceleration which utilizes
virtio ring compatible devices to serve virtio driver directly to enable
datapath acceleration. As vDPA driver can help to set up vhost datapath,
this application doesn't need to launch dedicated worker threads for vhost
enqueue/dequeue operations.

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: Xiao Wang <xiao.w.wang@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2018-10-11 18:53:49 +02:00
..
img examples/multi_process: remove l2fwd fork example 2018-08-05 21:42:40 +02:00
bbdev_app.rst bbdev: change names of baseband devices 2018-05-10 17:46:20 +01:00
cmd_line.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
compiling.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
dist_app.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
ethtool.rst examples/ethtool: add a new command module-eeprom 2018-04-27 18:00:53 +01:00
eventdev_pipeline.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
exception_path.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
flow_classify.rst fix ethdev port id validation 2018-04-18 00:37:05 +02:00
flow_filtering.rst ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
hello_world.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
index.rst examples/vdpa: introduce a new sample for vDPA 2018-10-11 18:53:49 +02:00
intro.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
ip_frag.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
ip_pipeline.rst doc: add PCI address naming in IP pipeline guide 2018-08-05 20:27:11 +02:00
ip_reassembly.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
ipsec_secgw.rst examples/ipsec-secgw: support 3DES-CBC 2018-08-30 05:10:50 +02:00
ipv4_multicast.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
keep_alive.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
kernel_nic_interface.rst doc: remove code from KNI example guide 2018-07-04 21:49:21 +02:00
l2_forward_cat.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
l2_forward_crypto.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
l2_forward_job_stats.rst ethdev: convert remaining apps to new offload API 2018-07-04 21:50:22 +02:00
l2_forward_real_virtual.rst ethdev: convert remaining apps to new offload API 2018-07-04 21:50:22 +02:00
l3_forward_access_ctrl.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
l3_forward_power_man.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
l3_forward_virtual.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
l3_forward.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
link_status_intr.rst ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
load_balancer.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
multi_process.rst examples/multi_process: remove l2fwd fork example 2018-08-05 21:42:40 +02:00
netmap_compatibility.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
packet_ordering.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
performance_thread.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
ptpclient.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
qos_metering.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
qos_scheduler.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
quota_watermark.rst ethdev: deprecate port count function 2018-04-18 00:48:41 +02:00
rxtx_callbacks.rst fix ethdev port id validation 2018-04-18 00:37:05 +02:00
server_node_efd.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
service_cores.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
skeleton.rst fix ethdev port id validation 2018-04-18 00:37:05 +02:00
tep_termination.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
test_pipeline.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
timer.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
vdpa.rst examples/vdpa: introduce a new sample for vDPA 2018-10-11 18:53:49 +02:00
vhost_crypto.rst examples/vhost_crypto: support multi-core 2018-09-14 20:08:41 +02:00
vhost_scsi.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
vhost.rst doc: fix wrong usage of bind command 2018-09-12 19:10:09 +02:00
vm_power_management.rst doc: update VM power manager sample guide 2018-07-26 22:38:54 +02:00
vmdq_dcb_forwarding.rst ethdev: convert remaining apps to new offload API 2018-07-04 21:50:22 +02:00