]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50d16ddc95ff1ab7d44403968ae31e49d2fb9795
tree3e9f8987d2478d52867c225e526faad7cc01ee07
parentba95ff1d9f1259559aefd56b86cf36d01cd19e58
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