]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: add support for early L3 device setup
authorUrsula Braun <ubraun@linux.vnet.ibm.com>
Tue, 6 Jun 2017 12:33:49 +0000 (14:33 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jun 2017 17:05:01 +0000 (13:05 -0400)
commit4641620db638bb2113eae0d02e302cc7712c0aea
treee755dc7eeddca3c37d791eb71e6520515058e212
parent7f726e877e3537e0f87822aa49863cc4e16cb0b0
s390/qeth: add support for early L3 device setup

Similar to how qeth currently does early L2 setup of OSM and OSN
devices, add support for early setup of L3-only devices.
This adds a qeth_l3_devtype that contains all core and l3-specific
sysfs attributes, so that they can be created in one go while probing.

This just adds the infrastructure, exploitation of the support happens
in a subsequent patch.

Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Reviewed-by: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_l3.h
drivers/s390/net/qeth_l3_main.c
drivers/s390/net/qeth_l3_sys.c