> -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@amd.com> > Sent: Saturday, February 10, 2024 12:06 AM > To: Wei Hu <w...@microsoft.com>; andrew.rybche...@oktetlabs.ru; Thomas > Monjalon <tho...@monjalon.net>; Long Li <lon...@microsoft.com> > Cc: dev@dpdk.org > Subject: Re: [PATCH 1/1] net/mana: add vlan tagging support > > On 2/9/2024 8:52 AM, Wei Hu wrote: > > For tx path, use LONG_PACKET_FORMAT if vlan tag is present. For rx, > > extract vlan id from oob, put into mbuf and set the vlan flags in > > mbuf. > > > > Also add myself to the maintainers list for vmbus, mana and netvsc. > > > > Signed-off-by: Wei Hu <w...@microsoft.com> > > --- > > MAINTAINERS | 3 +++ > > drivers/net/mana/mana.h | 2 ++ > > drivers/net/mana/rx.c | 6 ++++++ > > drivers/net/mana/tx.c | 30 +++++++++++++++++++++++++++--- > > 4 files changed, 38 insertions(+), 3 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS index 5fb3a73f84..9983d013a6 > > 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -608,6 +608,7 @@ F: app/test/test_vdev.c > > > > VMBUS bus driver > > M: Long Li <lon...@microsoft.com> > > +M: Wei Hu <w...@microsoft.com> > > F: drivers/bus/vmbus/ > > > > > > @@ -867,6 +868,7 @@ F: doc/guides/nics/features/mlx5.ini > > > > Microsoft mana > > M: Long Li <lon...@microsoft.com> > > +M: Wei Hu <w...@microsoft.com> > > F: drivers/net/mana/ > > F: doc/guides/nics/mana.rst > > F: doc/guides/nics/features/mana.ini > > @@ -878,6 +880,7 @@ F: doc/guides/nics/vdev_netvsc.rst > > > > Microsoft Hyper-V netvsc > > M: Long Li <lon...@microsoft.com> > > +M: Wei Hu <w...@microsoft.com> > > F: drivers/net/netvsc/ > > F: doc/guides/nics/netvsc.rst > > F: doc/guides/nics/features/netvsc.ini > > > > Hi Wei, > > Can you please separate the maintainer file update to its own patch?
Sure. I will remove the maintainer file update and send it out later separately. Thanks, Wei