From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dvora Fuxbrumer Date: Thu, 20 May 2021 09:57:03 +0300 Subject: [Intel-wired-lan] [PATCH v6 3/9] igc: Refactor igc_clean_rx_ring() In-Reply-To: <20210423062555.14972-4-jithu.joseph@intel.com> References: <20210423062555.14972-1-jithu.joseph@intel.com> <20210423062555.14972-4-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 23/04/2021 09:25, Jithu Joseph wrote: > From: Andre Guedes > > Refactor igc_clean_rx_ring() helper, preparing the code for AF_XDP > zero-copy support which is added by upcoming patches. > > The refactor consists of encapsulating page-shared specific code into > its own helper, leaving common code that will be shared by both > page-shared and xsk pool in igc_clean_rx_ring(). > > 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 | 23 ++++++++++++++--------- > 1 file changed, 14 insertions(+), 9 deletions(-) > Tested-by: Dvora Fuxbrumer