commit | 1a8782e59ff9bb0ed4b75d6a346a2ed212bd2031 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Wed Apr 22 21:49:25 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jun 17 14:20:18 2015 -0700 |
tree | 8c1a672bdb8dc8b6c80372e66594809ba8de0a3e | |
parent | 89d256bb69f2596c3a31ac51466eac9e1791c388 [diff] |
fm10k: fold fm10k_pull_tail into fm10k_add_rx_frag This change folds the fm10k_pull_tail call into fm10k_add_rx_frag. The advantage to doing this is that the fragment doesn't have to be modified after it is added to the skb. Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>