Re: [PATCH net-next 1/7] ibmvnic: Add is_up flag to avoid transmits when driver is down

2017-04-09 Thread David Miller
From: Nathan Fontenot Date: Sun, 09 Apr 2017 00:11:32 -0400 > From: Thomas Falcon > > There are brief windows when handling events such as failover where we > could attempt to transmit packets between receiving the transport event >

[PATCH net-next 1/7] ibmvnic: Add is_up flag to avoid transmits when driver is down

2017-04-08 Thread Nathan Fontenot
From: Thomas Falcon There are brief windows when handling events such as failover where we could attempt to transmit packets between receiving the transport event notification and handling the reset in the workqueue. This patch introduces an is_up flag so we can