commit | 777362d7215f63318fc4a6fae9b320328d92e9f6 | [log] [tgz] |
---|---|---|
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | Sat Nov 08 20:42:10 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 10 21:05:36 2014 -0500 |
tree | 83e0e6b6c35655a5d90d7b6154b2aa03ed822eca | |
parent | b0cffed54338e19e3cc46c9963478223eee0d560 [diff] |
sunvnet: vnet_ack() should check if !start_cons to send a missed trigger As per comments in vnet_start_xmit, for the edge case when outgoing vnet_start_xmit() data and an incoming STOPPED ACK cross each other in flight, we may need to send the missed START trigger from maybe_tx_wakeup() after checking for a false value of start_cons Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>