> -----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 14/40] e1000x: Share more Rx filtering logic > > This saves some code and enables tracepoint for e1000's VLAN filtering. > > Signed-off-by: Akihiko Odaki <[email protected]> > --- > hw/net/e1000.c | 35 +++++-------------------------- > hw/net/e1000e_core.c | 47 +++++------------------------------------- > hw/net/e1000x_common.c | 44 +++++++++++++++++++++++++++++++++---- > -- > hw/net/e1000x_common.h | 4 +++- > hw/net/igb_core.c | 41 +++--------------------------------- > hw/net/trace-events | 4 ++-- > 6 files changed, 56 insertions(+), 119 deletions(-)
Reviewed-by: Sriram Yagnaraman <[email protected]>
