]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-flower-updates-and-netconsole'
authorDavid S. Miller <davem@davemloft.net>
Sat, 30 Jun 2018 12:31:57 +0000 (21:31 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Jun 2018 12:31:57 +0000 (21:31 +0900)
commitb2899bfecdc2527ef532bbd73a9084632477a4a8
tree1facade95024f19791591179daaecf22076dfe6b
parent79ac9035064666c5c5bb169763bb3ed6d4a6e7e0
parent881ed5ac14f428b94ca2bd7c1db5f27af4230227
Merge branch 'nfp-flower-updates-and-netconsole'

Jakub Kicinski says:

====================
nfp: flower updates and netconsole

This set contains assorted updates to driver base and flower.
First patch is a follow up to a fix to calculating counters which
went into net.  For ethtool counters we should also make sure
they are visible even after ring reconfiguration.  Next patch
is a safety measure in case we are running on a machine with a
broken BIOS we should fail the probe when risk of incorrect
operation is too high.  The next two patches add netpoll support
and make use of napi_consume_skb().  Last we populate bus info
on all representors.

Pieter adds support for offload of the checksum action in flower.

John follows up to another fix he's done in net, we set TTL
values on tunnels to stack's default, now Johns does a full
route lookup to get a more precise information, he populates
ToS field as well.  Last but not least he follows up on Jiri's
request to enable LAG offload in case the team driver is used
and then hash function is unknown.
====================

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