]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8b3494d32d083b394446669f1ccde9da7e0272d5
treef594184a5c277da179f1ea6fc6dc023af946d646
parent606ef6f092509a728e13f03e430b225f69800f03
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]