OSDN Git Service

ixgbe: move common Rx functions to ixgbe_txrx_common.h
authorBjörn Töpel <bjorn.topel@intel.com>
Tue, 2 Oct 2018 08:00:31 +0000 (10:00 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 3 Oct 2018 19:40:44 +0000 (12:40 -0700)
commit46515fdb1adff1cc0ac3d0656a7c3492017dfe4f
tree3966d521aebbd76b879a45ada233c9505a5f4580
parent024aa5800f3246875ac824fab4bee3b4dc82f499
ixgbe: move common Rx functions to ixgbe_txrx_common.h

This patch prepares for the upcoming zero-copy Rx functionality, by
moving/changing linkage of common functions, used both by the regular
path and zero-copy path.

Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Tested-by: William Tu <u9012063@gmail.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
drivers/net/ethernet/intel/ixgbe/ixgbe_txrx_common.h [new file with mode: 0644]