OSDN Git Service

qeth layer 2 and layer 3 common feature handling
authorThomas Richter <tmricht@linux.vnet.ibm.com>
Thu, 16 Jun 2016 14:18:59 +0000 (16:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
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 <tmricht@linux.vnet.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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