commit | b1199b100e67f6d296e915b501f3c84d892a99c2 | [log] [tgz] |
---|---|---|
author | Yuval Mintz <Yuval.Mintz@qlogic.com> | Wed Feb 24 16:52:46 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 25 16:54:44 2016 -0500 |
tree | 4262af743a7685dc43f4005687bbbddc77f86ed0 | |
parent | 0e7441d73dafe5481f62029bad8ef046e22313b1 [diff] |
qede: Linearize SKBs when needed There's a corner-case in HW where an SKB queued for transmission that contains too many frags will cause FW to assert. This patch solves this by linearizing the SKB if necessary. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>