2bbb811998
This patch support mergeable RX feature and thus support jumbo frame RX and TX in user space vhost(as virtio backend). On RX, it secures enough room from vring to accommodate one complete scattered packet which is received by PMD from physical port, and then copy data from mbuf to vring buffer, possibly across a few vring entries and descriptors. On TX, it gets a jumbo frame, possibly described by a few vring descriptors which are chained together with the flags of 'NEXT', and then copy them into one scattered packet and TX it to physical port through PMD. Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com> Acked-by: Huawei Xie <huawei.xie@intel.com> |
||
---|---|---|
.. | ||
cmdline | ||
dpdk_qat | ||
exception_path | ||
helloworld | ||
ip_fragmentation | ||
ip_pipeline | ||
ip_reassembly | ||
ipv4_multicast | ||
kni | ||
l2fwd | ||
l2fwd-ivshmem | ||
l3fwd | ||
l3fwd-acl | ||
l3fwd-power | ||
l3fwd-vf | ||
link_status_interrupt | ||
load_balancer | ||
multi_process | ||
netmap_compat | ||
qos_meter | ||
qos_sched | ||
quota_watermark | ||
timer | ||
vhost | ||
vhost_xen | ||
vmdq | ||
vmdq_dcb | ||
Makefile |