commit | cfd8afd986cdb59ea9adac873c5082498a1eb7c0 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Tue Dec 12 16:48:40 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 13 15:57:39 2017 -0500 |
tree | 6cdea70d3013eaf6b0c38802aefc16f0050e3800 | |
parent | 0da6edbd3a379433814c738e932474057537107c [diff] |
hv_netvsc: empty current transmit aggregation if flow blocked If the transmit queue is known full, then don't keep aggregating data. And the cp_partial flag which indicates that the current aggregation buffer is full can be folded in to avoid more conditionals. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>