OSDN Git Service

Merge branch 'net-systemport-Turn-on-offloads-by-default'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 06:11:53 +0000 (23:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 06:11:53 +0000 (23:11 -0700)
commita0651d8e2784b189924b4f4f41b901835feef8a4
treecea668d56d068aff9a40fcf16a8c7024d406b8f4
parent460b360104d51552a57f39e54b2589c9fd7fa0b3
parenta5d78ce7936c9f6fd5a75c1d6b51587c6d05e7b3
Merge branch 'net-systemport-Turn-on-offloads-by-default'

Florian Fainelli says:

====================
net: systemport: Turn on offloads by default

Up until now, we had added all the code necessary to turn on RX/TX
checksum offloads at runtime, but there is no reason why they have to be
disabled by default given that this gives a slight performance
improvement.
====================

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