]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_frag
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Thu, 23 Apr 2015 04:49:32 +0000 (21:49 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 27 Aug 2015 15:00:26 +0000 (08:00 -0700)
commit735519e5d8beb5b16655b3aa4ac15a5ad7a661bc
tree6500b28882e087b25be6741c4ed7f6ed43b3b150
parente0f0e7f3b5eaca777a89f750bc0aaad1b4bbe951
ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_frag

Orabug: 21669416

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>
(cherry picked from commit 5505bdb54d92267a5b6f092c337bd84d247bcf49)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c