commit | 2b294b18689c6b68f631535acbcdb6c8e6fa11cf | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Wed Sep 03 13:34:21 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Sep 12 01:26:42 2014 -0700 |
tree | fa2e992770128bf82bc76417c4315e14f28dd0e8 | |
parent | 2037110c96d5f1dd71453fcd0d54e79be12a352b [diff] |
e1000: perform copybreak ahead of DMA unmap Currently we unmap the DMA range, then copy to new skb. Change this so we can keep the mapping in case the data is copied. Signed-off-by: Florian Westphal <fw@strlen.de> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>