> -----Original Message----- > From: Akihiko Odaki <akihiko.od...@daynix.com> > Sent: Friday, 14 April 2023 13:37 > Cc: Sriram Yagnaraman <sriram.yagnara...@est.tech>; Jason Wang > <jasow...@redhat.com>; Dmitry Fleytman <dmitry.fleyt...@gmail.com>; > Michael S. Tsirkin <m...@redhat.com>; Alex Bennée <alex.ben...@linaro.org>; > Philippe Mathieu-Daudé <phi...@linaro.org>; Thomas Huth > <th...@redhat.com>; Wainer dos Santos Moschetta > <waine...@redhat.com>; Beraldo Leal <bl...@redhat.com>; Cleber Rosa > <cr...@redhat.com>; Laurent Vivier <lviv...@redhat.com>; Paolo Bonzini > <pbonz...@redhat.com>; qemu-devel@nongnu.org; Akihiko Odaki > <akihiko.od...@daynix.com> > 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 <akihiko.od...@daynix.com> > --- > 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 <sriram.yagnara...@est.tech>