> -----Original Message----- > From: Akihiko Odaki <[email protected]> > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman <[email protected]>; Jason Wang > <[email protected]>; Dmitry Fleytman <[email protected]>; > Michael S. Tsirkin <[email protected]>; Alex Bennée <[email protected]>; > Philippe Mathieu-Daudé <[email protected]>; Thomas Huth > <[email protected]>; Wainer dos Santos Moschetta > <[email protected]>; Beraldo Leal <[email protected]>; Cleber Rosa > <[email protected]>; Laurent Vivier <[email protected]>; Paolo Bonzini > <[email protected]>; [email protected]; Akihiko Odaki > <[email protected]> > Subject: [PATCH 18/40] igb: Remove goto > > The goto is a bit confusing as it changes the control flow only if L4 > protocol is > not recognized. It is also different from e1000e, and noisy when comparing > e1000e and igb. > > Signed-off-by: Akihiko Odaki <[email protected]>
Reviewed-by: Sriram Yagnaraman <[email protected]>
