]> Git Repo - linux.git/commit
qeth layer 2 and layer 3 common feature handling
authorThomas Richter <[email protected]>
Thu, 16 Jun 2016 14:18:59 +0000 (16:18 +0200)
committerDavid S. Miller <[email protected]>
Fri, 17 Jun 2016 05:16:12 +0000 (22:16 -0700)
commit8f43fb00a154712daeaa23e75704c7677294cffc
tree3e9f8987d2478d52867c225e526faad7cc01ee07
parent5f78e29ceebf03a80a5141515bd5b48ca83f0495
qeth layer 2 and layer 3 common feature handling

This patch introduces a common set of fix_features and set_features
functions for layer 2 and layer 3. The RX, TX and TSO offload
functionality on the OSA card is enabled using ethtool at user's
request and not at device initialization as done before.

For layer 3 the RX checksum offloading is disabled at device
initialization time.

Signed-off-by: Thomas Richter <[email protected]>
Signed-off-by: Ursula Braun <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/s390/net/qeth_core.h
drivers/s390/net/qeth_core_main.c
drivers/s390/net/qeth_l2_main.c
drivers/s390/net/qeth_l3_main.c
This page took 0.05619 seconds and 4 git commands to generate.