commit | 5e32066d0085af3c53834323c90b7c69a8f788f6 | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <_govind@gmx.com> | Wed Dec 24 15:59:36 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 31 13:08:45 2014 -0500 |
tree | 376acdfa427eb59f247d7cdb452ee26c53215181 | |
parent | 5164172f3350b631f869a9b856d8e0956015609e [diff] |
enic: make vnic_wq_buf doubly linked This patch makes vnic_wq_buf doubly liked list. This is needed for dma_mapping error check, in case some frag's dma map fails, we need to move back and remove previously queued buffers. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>