commit | 5505bdb54d92267a5b6f092c337bd84d247bcf49 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Wed Apr 22 21:49:32 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Jul 17 19:59:06 2015 -0700 |
tree | 1f6651eaecdbe709e1865786dba1933dc85e367e | |
parent | f56e7bba22fad16c0d4fac996623ce1c13244f8f [diff] |
ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_frag This change folds the ixgbevf_pull_tail call into ixgbevf_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: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>