mbox

[PULL,Zesty] net/ena: update driver version to 1.1.2

Message ID 20170425225706.GA14490@whence.com
State New
Headers show

Pull-request

git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/zesty ena112

Message

Kamal Mostafa April 25, 2017, 10:57 p.m. UTC
The ENA driver "1.1.2 update" patch set landed upstream in mainline v4.11.
We recently applied it to [TXY] but it got missed for Zesty (ships passing in
the night).

So here's the Zesty patch set:
  - identical to the Y set (minus the commits that were already in Z).
  - all mainline cherry-picks save one context adjustment.
  - smoke-tested; works fine.

 -Kamal

-----

The following changes since commit 39e0e4acb3b0cb821025743e6dcec78408549ab1:

  Linux 4.10.11 (2017-04-21 10:29:11 +0200)

are available in the git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/zesty ena112

for you to fetch changes up to 9b31c5a1501ff6971ea022e2bedc2ee6dfc75736:

  net/ena: update driver version to 1.1.2 (2017-04-25 09:18:33 -0700)

----------------------------------------------------------------
Netanel Belgazal (12):
      net/ena: remove ntuple filter support from device feature list
      net/ena: fix queues number calculation
      net/ena: fix ethtool RSS flow configuration
      net/ena: fix RSS default hash configuration
      net/ena: fix NULL dereference when removing the driver after device reset failed
      net/ena: refactor ena_get_stats64 to be atomic context safe
      net/ena: fix potential access to freed memory during device reset
      net/ena: use READ_ONCE to access completion descriptors
      net/ena: reduce the severity of ena printouts
      net/ena: change driver's default timeouts
      net/ena: change condition for host attribute configuration
      net/ena: update driver version to 1.1.2

 drivers/net/ethernet/amazon/ena/ena_admin_defs.h |  20 ++--
 drivers/net/ethernet/amazon/ena/ena_com.c        |  41 +++----
 drivers/net/ethernet/amazon/ena/ena_com.h        |   1 +
 drivers/net/ethernet/amazon/ena/ena_eth_com.c    |   8 +-
 drivers/net/ethernet/amazon/ena/ena_netdev.c     | 132 ++++++++++++++++-------
 drivers/net/ethernet/amazon/ena/ena_netdev.h     |   9 +-
 6 files changed, 143 insertions(+), 68 deletions(-)

Comments

Seth Forshee April 28, 2017, 12:24 p.m. UTC | #1
On Tue, Apr 25, 2017 at 03:57:08PM -0700, Kamal Mostafa wrote:
> The ENA driver "1.1.2 update" patch set landed upstream in mainline v4.11.
> We recently applied it to [TXY] but it got missed for Zesty (ships passing in
> the night).
> 
> So here's the Zesty patch set:
>   - identical to the Y set (minus the commits that were already in Z).
>   - all mainline cherry-picks save one context adjustment.
>   - smoke-tested; works fine.
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit 39e0e4acb3b0cb821025743e6dcec78408549ab1:
> 
>   Linux 4.10.11 (2017-04-21 10:29:11 +0200)
> 
> are available in the git repository at:
> 
>   git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/zesty ena112
> 
> for you to fetch changes up to 9b31c5a1501ff6971ea022e2bedc2ee6dfc75736:
> 
>   net/ena: update driver version to 1.1.2 (2017-04-25 09:18:33 -0700)
> 
> ----------------------------------------------------------------
> Netanel Belgazal (12):
>       net/ena: remove ntuple filter support from device feature list
>       net/ena: fix queues number calculation
>       net/ena: fix ethtool RSS flow configuration
>       net/ena: fix RSS default hash configuration
>       net/ena: fix NULL dereference when removing the driver after device reset failed
>       net/ena: refactor ena_get_stats64 to be atomic context safe
>       net/ena: fix potential access to freed memory during device reset
>       net/ena: use READ_ONCE to access completion descriptors
>       net/ena: reduce the severity of ena printouts
>       net/ena: change driver's default timeouts
>       net/ena: change condition for host attribute configuration
>       net/ena: update driver version to 1.1.2
> 
>  drivers/net/ethernet/amazon/ena/ena_admin_defs.h |  20 ++--
>  drivers/net/ethernet/amazon/ena/ena_com.c        |  41 +++----
>  drivers/net/ethernet/amazon/ena/ena_com.h        |   1 +
>  drivers/net/ethernet/amazon/ena/ena_eth_com.c    |   8 +-
>  drivers/net/ethernet/amazon/ena/ena_netdev.c     | 132 ++++++++++++++++-------
>  drivers/net/ethernet/amazon/ena/ena_netdev.h     |   9 +-
>  6 files changed, 143 insertions(+), 68 deletions(-)

Clean cherry picks, positive testing, and regression potential is
limited to the ENA driver.

Acked-by: Seth Forshee <seth.forshee@canonical.com>
Stefan Bader May 5, 2017, 1:01 p.m. UTC | #2
Limited to specific driver, so chance of regressions outside should be minimal.
Thadeu Lima de Souza Cascardo May 10, 2017, 6:56 p.m. UTC | #3
Applied to zesty master-next branch.

Thanks.
Cascardo.