From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dvora Fuxbrumer Date: Thu, 18 Mar 2021 12:17:29 +0200 Subject: [Intel-wired-lan] [PATCH v5 1/9] igc: Move igc_xdp_is_enabled() In-Reply-To: <20210226002308.2348-2-jithu.joseph@intel.com> References: <20210226002308.2348-1-jithu.joseph@intel.com> <20210226002308.2348-2-jithu.joseph@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On 26/02/2021 02:23, Jithu Joseph wrote: > From: Andre Guedes > > Move the helper igc_xdp_is_enabled() to igc_xdp.h so it can be reused in > igc_xdp.c by upcoming patches that will introduce AF_XDP zero-copy > support to the driver. > > Signed-off-by: Andre Guedes > Signed-off-by: Vedang Patel > Signed-off-by: Jithu Joseph > Reviewed-by: Maciej Fijalkowski > --- > drivers/net/ethernet/intel/igc/igc_main.c | 5 ----- > drivers/net/ethernet/intel/igc/igc_xdp.h | 5 +++++ > 2 files changed, 5 insertions(+), 5 deletions(-) > Tested-by: Dvora Fuxbrumer