← Back to team overview

kernel-packages team mailing list archive

[Bug 1494431] Re: [Hyper-V] netvsc support to set MTU reservation from guest

 

This bug was fixed in the package linux - 3.19.0-32.37

---------------
linux (3.19.0-32.37) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
    - LP: #1508381

  [ Joseph Salisbury ]

  * SAUCE: storvsc: use small sg_tablesize on x86
    - LP: #1495983

  [ Phidias Chiang ]

  * SAUCE: dma: dw_dmac: Workaround for stop probing on HP X360 laptop v2
    - LP: #1501580

  [ Tim Gardner ]

  * [Config] Add MMC modules sufficient for net booting
    - LP: #1502772

  [ Upstream Kernel Changes ]

  * USB: whiteheat: fix potential null-deref at probe
    - LP: #1478826
    - CVE-2015-5257
  * dcache: Handle escaped paths in prepend_path
    - LP: #1441108
    - CVE-2015-2925
  * vfs: Test for and handle paths that are unreachable from their mnt_root
    - LP: #1441108
    - CVE-2015-2925
  * hv_netvsc: Add support to set MTU reservation from guest side
    - LP: #1494431
  * hv_netvsc: Add close of RNDIS filter into change mtu call
    - LP: #1494431
  * powerpc/eeh: Fix missed PE#0 on P7IOC
    - LP: #1502982
  * powerpc/powernv: display reason for Malfunction Alert HMI.
    - LP: #1482343
  * powerpc/powernv: Pull all HMI events before panic.
    - LP: #1482343
  * powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable machine
    check errors.
    - LP: #1482343
  * powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
    - LP: #1482343
  * powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()
    - LP: #1502982
  * HID: i2c-hid: The interrupt should be level sensitive v2
    - LP: #1501187
  * HID: i2c-hid: Add support for ACPI GPIO interrupts v2
    - LP: #1501187

 -- Luis Henriques <luis.henriques@xxxxxxxxxxxxx>  Wed, 21 Oct 2015
10:30:13 +0100

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-utopic in Ubuntu.
https://bugs.launchpad.net/bugs/1494431

Title:
  [Hyper-V] netvsc support to set MTU reservation from guest

Status in linux package in Ubuntu:
  Fix Released
Status in linux-lts-trusty package in Ubuntu:
  Won't Fix
Status in linux-lts-utopic package in Ubuntu:
  Fix Released
Status in linux source package in Precise:
  Invalid
Status in linux-lts-trusty source package in Precise:
  Won't Fix
Status in linux-lts-utopic source package in Precise:
  In Progress
Status in linux source package in Trusty:
  Won't Fix
Status in linux source package in Vivid:
  Fix Released
Status in linux source package in Wily:
  Fix Released

Bug description:
  Please incorporate the following upstream commits (and necessary pre-
  requisites )to the 4.2 kernel into 15.10, 15.04, 14.04 (including
  HWE), and 12.04 (including HWE). Network throughput is improved with
  proper setting of MTU in virtualized environments.

  hv_netvsc: Add support to set MTU reservation from guest side
  When packet encapsulation is in use, the MTU needs to be reduced for
  headroom reservation.
  The existing code takes the updated MTU value only from the host side.
  But vSwitch extensions, such as Open vSwitch, require the flexibility
  to change the MTU to different values from within a guest during the
  lifecycle of a vNIC, when the encapsulation protocol is changed. The
  patch supports this kind of MTU changes.

  https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f9cbce34c34bcc05ea0dd78c8999bfe88b5b6b86

  hv_netvsc: Add close of RNDIS filter into change mtu call
  The current change mtu call only stops tx before removing RNDIS filter.
  In case ringbufer is not empty, the rndis_filter_device_remove() may
  hang on removing the buffers.

  This patch adds close of RNDIS filter before removing it, also a
  gradual waiting loop until the ring is empty. The change_mtu hang
  issue under heavy traffic is solved by this patch.

  https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2de8530ba0c71a2fba02590681af0f3a2a187a9b

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1494431/+subscriptions


References