[dpdk-dev] [PATCH] examples/vhost: Fix data len issue

2014-12-11 Thread Thomas Monjalon
> Search the right segment to increase its data length, rather than > wrongly early return and exit the tx function, which leads to drop all jumbo > frame packets > when vm2vm is in hard forward mode. > > Signed-off-by: Changchun Ouyang Applied Thanks -- Thomas

[dpdk-dev] [PATCH] examples/vhost: Fix data len issue

2014-12-10 Thread Ouyang Changchun
Search the right segment to increase its data length, rather than wrongly early return and exit the tx function, which leads to drop all jumbo frame packets when vm2vm is in hard forward mode. Signed-off-by: Changchun Ouyang --- examples/vhost/main.c | 25 - 1 file chang