]> asedeno.scripts.mit.edu Git - linux.git/commit
fm10k: fold fm10k_pull_tail into fm10k_add_rx_frag
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Thu, 23 Apr 2015 04:49:25 +0000 (21:49 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 17 Jun 2015 21:20:18 +0000 (14:20 -0700)
commit1a8782e59ff9bb0ed4b75d6a346a2ed212bd2031
tree8c1a672bdb8dc8b6c80372e66594809ba8de0a3e
parent89d256bb69f2596c3a31ac51466eac9e1791c388
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>
drivers/net/ethernet/intel/fm10k/fm10k_main.c