i40e: move common Rx functions to i40e_txrx_common.h
authorBjörn Töpel <bjorn.topel@intel.com>
Tue, 28 Aug 2018 12:44:31 +0000 (14:44 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 29 Aug 2018 19:25:53 +0000 (12:25 -0700)
commit20a739dbef28fb3c17de2789a3d7847efec6a3ff
treef594184a5c277da179f1ea6fc6dc023af946d646
parent6d7aad1da2791cc0863a5b8068dcdb8c7536519d
i40e: move common Rx functions to i40e_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>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
drivers/net/ethernet/intel/i40e/i40e_txrx.c
drivers/net/ethernet/intel/i40e/i40e_txrx_common.h [new file with mode: 0644]