All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2]  virtio fix false offload claims
@ 2017-07-07 19:52 Stephen Hemminger
  2017-07-07 19:52 ` [PATCH 1/2] virtio: don't falsely claim to do IP checksum Stephen Hemminger
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Stephen Hemminger @ 2017-07-07 19:52 UTC (permalink / raw)
  To: yliu, maxime.coquelin; +Cc: dev, Stephen Hemminger

While doing code for Hyper-V, noticed that the virtio driver was
confused about receive versus transmit offloads.  The virtio
checksum offload is L4 (TCP/UDP) only, not IPv4. Also, TSO
and LRO are not the same.

This may break some program that was assuming it was getting offloads
that it wasn't.

Stephen Hemminger (2):
  virtio: don't falsely claim to do IP checksum
  virtio: don't claim to support LRO

 drivers/net/virtio/virtio_ethdev.c | 30 +++++-------------------------
 1 file changed, 5 insertions(+), 25 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-08-23 16:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07 19:52 [PATCH 0/2] virtio fix false offload claims Stephen Hemminger
2017-07-07 19:52 ` [PATCH 1/2] virtio: don't falsely claim to do IP checksum Stephen Hemminger
2017-07-07 19:52 ` [PATCH 2/2] virtio: don't claim to support LRO Stephen Hemminger
2017-07-08  3:12 ` [PATCH 0/2] virtio fix false offload claims Yuanhan Liu
2017-08-23  9:30   ` Olivier MATZ
2017-08-23 15:31     ` Stephen Hemminger
2017-08-23 16:14       ` Olivier MATZ
2017-08-23 16:41         ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.