mbox

Trusty SRU: Update i40e to 3.15

Message ID 5396113B.3010501@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/rtg/ubuntu-trusty.git i40e

Message

Tim Gardner June 9, 2014, 7:55 p.m. UTC
Contained within this pull request are all of the patches required to
bring the i40e and i40evf drivers up to v3.15. There are several
scaffolding patches that should be benign with respect to current
functionality. Please review carefully as they do touch core networking
and other driver code.

net: Add function to set the rxhash
net: Add utility functions to clear rxhash
net: Change skb_get_rxhash to skb_get_hash
PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()
net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMP
net/compat: Merge multiple implementations of ifreq::ifr_data conversion
pci_regs.h: Add PCI bus link speed and width defines

There should be no possibility for regression within the i40e or i40evf
drivers as they were non-functional at the v3.13 revision level (and no
silicon had been released to market anyways).

rtg

Comments

Brad Figg June 9, 2014, 8:31 p.m. UTC | #1
On 06/09/2014 12:55 PM, Tim Gardner wrote:
> Contained within this pull request are all of the patches required to
> bring the i40e and i40evf drivers up to v3.15. There are several
> scaffolding patches that should be benign with respect to current
> functionality. Please review carefully as they do touch core networking
> and other driver code.
> 
> net: Add function to set the rxhash
> net: Add utility functions to clear rxhash
> net: Change skb_get_rxhash to skb_get_hash
> PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()
> net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMP
> net/compat: Merge multiple implementations of ifreq::ifr_data conversion
> pci_regs.h: Add PCI bus link speed and width defines
> 
> There should be no possibility for regression within the i40e or i40evf
> drivers as they were non-functional at the v3.13 revision level (and no
> silicon had been released to market anyways).
> 
> rtg
> 
> 
>
Tim Gardner June 9, 2014, 8:43 p.m. UTC | #2