> From: [email protected] <[email protected]> > Sent: Wednesday, November 11, 2020 10:35 PM > To: Nguyen, Anthony L <[email protected]>; Fijalkowski, Maciej > <[email protected]>; [email protected] > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > Penigalapati, Sandeep <[email protected]>; > [email protected]; [email protected] > Subject: [PATCH v4 4/6] igb: skb add metasize for xdp > > From: Sven Auhagen <[email protected]> > > add metasize if it is set in xdp > > Suggested-by: Maciej Fijalkowski <[email protected]> > Reviewed-by: Maciej Fijalkowski <[email protected]> > Acked-by: Maciej Fijalkowski <[email protected]> > Signed-off-by: Sven Auhagen <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb_main.c | 4 ++++ > 1 file changed, 4 insertions(+) > Tested-by: Sandeep Penigalapati <[email protected]>
