All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] virtio-net: default_mtu - new conf. field
@ 2015-08-16 13:42 Victor Kaplansky
  2015-08-16 13:42 ` [PATCH v2 1/2] virtio-net: rephrase devconf fields description Victor Kaplansky
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Victor Kaplansky @ 2015-08-16 13:42 UTC (permalink / raw)
  To: virtio-dev; +Cc: mst, jasowang, netdev, virtualization

This set of two patches adds a new field called default_mtu to
the configuration area of network devices. The motivation is to
allow libvirt to set initial MTU different from 1500 on guests
virtual NICs.  We also propose to use this new field to report
MTU changes by the guest OS to the device to facilitate
debugging and mtu tunning.

The first patch just clarify the definition of existing fields in
network device configuration are. The second one adds default_mtu
and its description.

v2 changes:
  * address comments by Michael S. Tsirkin:
    - mac is driver-read-only.
    - two status bits depend on different feature flags.
    - use should/must only in conformance statements.
    - rephrase "is set" -> "is offered" for features.
    - other cosmetic changes.
    - added conformance statements for a device and for a driver
      regarding new 'default_mtu" field.

Victor Kaplansky (2):
  virtio-net: rephrase devconf fields description
  virtio-net: add default_mtu configuration field

 content.tex | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 56 insertions(+), 11 deletions(-)

-- 
--Victor

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

end of thread, other threads:[~2015-08-20 19:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-16 13:42 [PATCH v2 0/2] virtio-net: default_mtu - new conf. field Victor Kaplansky
2015-08-16 13:42 ` [PATCH v2 1/2] virtio-net: rephrase devconf fields description Victor Kaplansky
2015-08-16 13:42 ` Victor Kaplansky
2015-08-17  2:43   ` Jason Wang
2015-08-19 11:54     ` Victor Kaplansky
2015-08-20  2:46       ` Jason Wang
2015-08-20  2:46       ` Jason Wang
2015-08-19 11:54     ` Victor Kaplansky
2015-08-17  2:43   ` Jason Wang
2015-08-16 13:42 ` [PATCH v2 2/2] virtio-net: add default_mtu configuration field Victor Kaplansky
2015-08-17  3:07   ` Jason Wang
2015-08-19 11:31     ` Victor Kaplansky
2015-08-20  2:48       ` Jason Wang
2015-08-20  2:48       ` Jason Wang
2015-08-19 11:31     ` Victor Kaplansky
2015-08-20 19:31   ` Flavio Leitner
2015-08-20 19:31   ` Flavio Leitner
2015-08-16 13:42 ` Victor Kaplansky

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.