mbox series

[PULL,aws,aws-t] update ENA driver to 1.3.0K from net-next

Message ID 20171026212622.GA6396@whence.com
State New
Headers show
Series [PULL,aws,aws-t] update ENA driver to 1.3.0K from net-next | expand

Pull-request

git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/linux-aws ena130

Message

Kamal Mostafa Oct. 26, 2017, 9:26 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1727856

All straight cherry-picks from mainline and net-next.  Looks fine in my
smoke-tests.

This pull request is for linux-aws; same patches apply to linux-aws-trusty.
(I'll apply once ack'ed anyway).

 -Kamal

--------

The following changes since commit 8bb623f75278822941377e0007423d5de22a2494:

  UBUNTU: [config] AWS: nls_utf8.ko moved to linux-image package (2017-10-24 10:10:29 -0700)

are available in the git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/linux-aws ena130

for you to fetch changes up to 7f485c40b502e6d346df87bf97ba0dd629e76a07:

  net: ena: increase ena driver version to 1.3.0 (2017-10-26 13:46:32 -0700)

----------------------------------------------------------------
Netanel Belgazal (10):
      MAINTAINERS: change ENA driver maintainers email domain
      net: ena: reduce the severity of some printouts
      net: ena: fix rare kernel crash when bar memory remap fails
      net: ena: fix wrong max Tx/Rx queues on ethtool
      net: ena: improve ENA driver boot time.
      net: ena: remove legacy suspend suspend/resume support
      net: ena: add power management ops to the ENA driver
      net: ena: add statistics for missed tx packets
      net: ena: add new admin define for future support of IPv6 RSS
      net: ena: increase ena driver version to 1.3.0

Tobias Klauser (1):
      net: ena: Remove redundant unlikely()

 MAINTAINERS                                      |   6 +-
 drivers/net/ethernet/amazon/ena/ena_admin_defs.h |   6 +
 drivers/net/ethernet/amazon/ena/ena_com.c        |  16 +-
 drivers/net/ethernet/amazon/ena/ena_ethtool.c    |   9 +-
 drivers/net/ethernet/amazon/ena/ena_netdev.c     | 204 ++++++++++++-----------
 drivers/net/ethernet/amazon/ena/ena_netdev.h     |  12 +-
 6 files changed, 141 insertions(+), 112 deletions(-)

Comments

Kleber Sacilotto de Souza Oct. 27, 2017, 8:41 a.m. UTC | #1
On 10/26/17 23:26, Kamal Mostafa wrote:
> BugLink: http://bugs.launchpad.net/bugs/1727856
> 
> All straight cherry-picks from mainline and net-next.  Looks fine in my
> smoke-tests.
> 
> This pull request is for linux-aws; same patches apply to linux-aws-trusty.
> (I'll apply once ack'ed anyway).
> 
>  -Kamal
> 
> --------
> 
> The following changes since commit 8bb623f75278822941377e0007423d5de22a2494:
> 
>   UBUNTU: [config] AWS: nls_utf8.ko moved to linux-image package (2017-10-24 10:10:29 -0700)
> 
> are available in the git repository at:
> 
>   git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/linux-aws ena130
> 
> for you to fetch changes up to 7f485c40b502e6d346df87bf97ba0dd629e76a07:
> 
>   net: ena: increase ena driver version to 1.3.0 (2017-10-26 13:46:32 -0700)
> 
> ----------------------------------------------------------------
> Netanel Belgazal (10):
>       MAINTAINERS: change ENA driver maintainers email domain
>       net: ena: reduce the severity of some printouts
>       net: ena: fix rare kernel crash when bar memory remap fails
>       net: ena: fix wrong max Tx/Rx queues on ethtool
>       net: ena: improve ENA driver boot time.
>       net: ena: remove legacy suspend suspend/resume support
>       net: ena: add power management ops to the ENA driver
>       net: ena: add statistics for missed tx packets
>       net: ena: add new admin define for future support of IPv6 RSS
>       net: ena: increase ena driver version to 1.3.0
> 
> Tobias Klauser (1):
>       net: ena: Remove redundant unlikely()
> 
>  MAINTAINERS                                      |   6 +-
>  drivers/net/ethernet/amazon/ena/ena_admin_defs.h |   6 +
>  drivers/net/ethernet/amazon/ena/ena_com.c        |  16 +-
>  drivers/net/ethernet/amazon/ena/ena_ethtool.c    |   9 +-
>  drivers/net/ethernet/amazon/ena/ena_netdev.c     | 204 ++++++++++++-----------
>  drivers/net/ethernet/amazon/ena/ena_netdev.h     |  12 +-
>  6 files changed, 141 insertions(+), 112 deletions(-)
> 

Clean cherry picks, all commits at least queued for upstream and scope
limited to a single driver.

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Stefan Bader Oct. 27, 2017, 12:24 p.m. UTC | #2
On 26.10.2017 23:26, Kamal Mostafa wrote:
> BugLink: http://bugs.launchpad.net/bugs/1727856
> 
> All straight cherry-picks from mainline and net-next.  Looks fine in my
> smoke-tests.
> 
> This pull request is for linux-aws; same patches apply to linux-aws-trusty.
> (I'll apply once ack'ed anyway).
> 
>  -Kamal
> 
> --------
> 
> The following changes since commit 8bb623f75278822941377e0007423d5de22a2494:
> 
>   UBUNTU: [config] AWS: nls_utf8.ko moved to linux-image package (2017-10-24 10:10:29 -0700)
> 
> are available in the git repository at:
> 
>   git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/linux-aws ena130
> 
> for you to fetch changes up to 7f485c40b502e6d346df87bf97ba0dd629e76a07:
> 
>   net: ena: increase ena driver version to 1.3.0 (2017-10-26 13:46:32 -0700)
> 
> ----------------------------------------------------------------
> Netanel Belgazal (10):
>       MAINTAINERS: change ENA driver maintainers email domain
>       net: ena: reduce the severity of some printouts
>       net: ena: fix rare kernel crash when bar memory remap fails
>       net: ena: fix wrong max Tx/Rx queues on ethtool
>       net: ena: improve ENA driver boot time.
>       net: ena: remove legacy suspend suspend/resume support
>       net: ena: add power management ops to the ENA driver
>       net: ena: add statistics for missed tx packets
>       net: ena: add new admin define for future support of IPv6 RSS
>       net: ena: increase ena driver version to 1.3.0
> 
> Tobias Klauser (1):
>       net: ena: Remove redundant unlikely()
> 
>  MAINTAINERS                                      |   6 +-
>  drivers/net/ethernet/amazon/ena/ena_admin_defs.h |   6 +
>  drivers/net/ethernet/amazon/ena/ena_com.c        |  16 +-
>  drivers/net/ethernet/amazon/ena/ena_ethtool.c    |   9 +-
>  drivers/net/ethernet/amazon/ena/ena_netdev.c     | 204 ++++++++++++-----------
>  drivers/net/ethernet/amazon/ena/ena_netdev.h     |  12 +-
>  6 files changed, 141 insertions(+), 112 deletions(-)
> 
Acked-by: Stefan Bader <stefan.bader@canonical.com>