]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: defer IPv6 address notifier events
authorJulian Wiedmann <jwi@linux.ibm.com>
Thu, 28 Mar 2019 15:39:22 +0000 (16:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Mar 2019 19:57:24 +0000 (12:57 -0700)
commitf9a0023d6c904591534ebc427eeeb5cf0f8a5217
tree2fa4a7ec6d5b9213dedce88e627bc1c178973c2e
parent4f9e8c70e1ba5934bfedd6fb3d3cd2836fe0cdac
s390/qeth: defer IPv6 address notifier events

The inet6addr_chain is atomic. So instead of starting the cmd IO for
SETIP / DELIP straight from the notifier callback, run it from a
workqueue. This is the last step towards removal of cmd IO completion
polling.

Signed-off-by: Julian Wiedmann <jwi@linux.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_l3_main.c