DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] fix vhost enqueue offload
@ 2017-06-07  6:41 Jianfeng Tan
  2017-06-07  6:41 ` [dpdk-dev] [PATCH 1/2] vhost: fix TCP csum not set Jianfeng Tan
  2017-06-07  6:41 ` [dpdk-dev] [PATCH 2/2] vhost: fix IP csum not calculated Jianfeng Tan
  0 siblings, 2 replies; 6+ messages in thread
From: Jianfeng Tan @ 2017-06-07  6:41 UTC (permalink / raw)
  To: dev; +Cc: Jianfeng Tan

Patch 1: fix TCP csum not set.
Patch 2: fix IP csum not calculated.

This series is to make sure TCP packets (phy NIC -> vhost -> virtio NIC)
can be correctly received by VM, with phy NIC LRO enabled or software GRO
enabled.

The example setup is:
  ixgbe (LRO enabled) <-> vhost <-> virtio, ixgbe and vhost are driven by
testpmd csum forward engine.

Jianfeng Tan (2):
  vhost: fix TCP csum not set
  vhost: fix IP csum not calculated

 lib/librte_vhost/virtio_net.c | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-07-01 23:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-07  6:41 [dpdk-dev] [PATCH 0/2] fix vhost enqueue offload Jianfeng Tan
2017-06-07  6:41 ` [dpdk-dev] [PATCH 1/2] vhost: fix TCP csum not set Jianfeng Tan
2017-06-07 19:25   ` Maxime Coquelin
2017-07-01 23:27     ` Yuanhan Liu
2017-06-07  6:41 ` [dpdk-dev] [PATCH 2/2] vhost: fix IP csum not calculated Jianfeng Tan
2017-06-07 19:28   ` Maxime Coquelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).