]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'nfp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Jun 2018 22:18:28 +0000 (15:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jun 2018 22:18:28 +0000 (15:18 -0700)
commit01a1a170da677d85ced3438f09369293e812c8b1
tree03a47bfdb51390bcc88cd63e66f3f6eb22cd13a6
parentcdb8744d80352b55c622d049a6c91f449cd291f8
parente62e51af3430745630f0cf76bb41a28d20c4ebdc
Merge branch 'nfp-fixes'

Jakub Kicinski says:

====================
nfp: fix a warning, stats, naming and route leak

Various fixes for the NFP.  Patch 1 fixes a harmless GCC 8 warning.
Patch 2 ensures statistics are correct after users decrease the number
of channels/rings.  Patch 3 restores phy_port_name behaviour for flower,
ndo_get_phy_port_name used to return -EOPNOTSUPP on one of the netdevs,
and we need to keep it that way otherwise interface names may change.
Patch 4 fixes refcnt leak in flower tunnel offload code.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>