Re: [PATCH 5/7] igb: use igb_rx_buffer_flip

2020-10-07 Thread Sven Auhagen
On Wed, Oct 07, 2020 at 11:32:57PM +0200, Maciej Fijalkowski wrote: > On Wed, Oct 07, 2020 at 05:25:04PM +0200, sven.auha...@voleatech.de wrote: > > From: Sven Auhagen > > > > Also use the new helper function igb_rx_buffer_flip in > > igb_build_skb/igb_add_rx_frag. > > > > Signed-off-by: Sven Au

Re: [PATCH 5/7] igb: use igb_rx_buffer_flip

2020-10-07 Thread Maciej Fijalkowski
On Wed, Oct 07, 2020 at 05:25:04PM +0200, sven.auha...@voleatech.de wrote: > From: Sven Auhagen > > Also use the new helper function igb_rx_buffer_flip in > igb_build_skb/igb_add_rx_frag. > > Signed-off-by: Sven Auhagen > --- > drivers/net/ethernet/intel/igb/igb_main.c | 87 +--

[PATCH 5/7] igb: use igb_rx_buffer_flip

2020-10-07 Thread sven . auhagen
From: Sven Auhagen Also use the new helper function igb_rx_buffer_flip in igb_build_skb/igb_add_rx_frag. Signed-off-by: Sven Auhagen --- drivers/net/ethernet/intel/igb/igb_main.c | 87 +-- 1 file changed, 35 insertions(+), 52 deletions(-) diff --git a/drivers/net/ethernet/