All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] drivers/net,ipv6: Fix IPv6 fragment ID selection for virtio
@ 2014-10-27  4:17 Ben Hutchings
  2014-10-27  4:22 ` [PATCH net 1/2] drivers/net: Disable UFO through virtio Ben Hutchings
  2014-10-27  4:23 ` [PATCH net 2/2] drivers/net,ipv6: Select IPv6 fragment idents for virtio UFO packets Ben Hutchings
  0 siblings, 2 replies; 4+ messages in thread
From: Ben Hutchings @ 2014-10-27  4:17 UTC (permalink / raw)
  To: netdev; +Cc: Hannes Frederic Sowa, virtualization


[-- Attachment #1.1: Type: text/plain, Size: 855 bytes --]

The virtio net protocol supports UFO but does not provide for passing a
fragment ID for fragmentation of IPv6 packets.  We used to generate a
fragment ID wherever such a packet was fragmented, but currently we
always use ID=0!

Ben.

Ben Hutchings (2):
  drivers/net: Disable UFO through virtio
  drivers/net,ipv6: Select IPv6 fragment idents for virtio UFO packets

 drivers/net/macvtap.c    | 16 ++++++++--------
 drivers/net/tun.c        | 24 +++++++++++++++---------
 drivers/net/virtio_net.c | 23 +++++++++++++----------
 include/net/ipv6.h       |  2 ++
 net/ipv6/output_core.c   | 34 ++++++++++++++++++++++++++++++++++
 5 files changed, 72 insertions(+), 27 deletions(-)


-- 
Ben Hutchings
Theory and practice are closer in theory than in practice.
                                - John Levine, moderator of comp.compilers

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

[-- Attachment #2: Type: text/plain, Size: 183 bytes --]

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

end of thread, other threads:[~2014-10-27  4:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27  4:17 [PATCH net 0/2] drivers/net,ipv6: Fix IPv6 fragment ID selection for virtio Ben Hutchings
2014-10-27  4:22 ` [PATCH net 1/2] drivers/net: Disable UFO through virtio Ben Hutchings
2014-10-27  4:45   ` Varka Bhadram
2014-10-27  4:23 ` [PATCH net 2/2] drivers/net,ipv6: Select IPv6 fragment idents for virtio UFO packets Ben Hutchings

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.