From: Ferruh Yigit <ferruh.yigit@amd.com>
To: Wei Hu <weh@microsoft.com>,
andrew.rybchenko@oktetlabs.ru,
Thomas Monjalon <thomas@monjalon.net>,
Long Li <longli@microsoft.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH 1/1] net/mana: add vlan tagging support
Date: Fri, 9 Feb 2024 16:06:25 +0000 [thread overview]
Message-ID: <82f65fe5-aab5-40d1-bca3-d87548546610@amd.com> (raw)
In-Reply-To: <20240209085211.2643148-1-weh@microsoft.com>
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 <weh@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 <longli@microsoft.com>
> +M: Wei Hu <weh@microsoft.com>
> F: drivers/bus/vmbus/
>
>
> @@ -867,6 +868,7 @@ F: doc/guides/nics/features/mlx5.ini
>
> Microsoft mana
> M: Long Li <longli@microsoft.com>
> +M: Wei Hu <weh@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 <longli@microsoft.com>
> +M: Wei Hu <weh@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?
next prev parent reply other threads:[~2024-02-09 16:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 8:52 Wei Hu
2024-02-09 16:06 ` Ferruh Yigit [this message]
2024-02-20 4:29 ` Wei Hu
2024-02-09 18:48 ` Long Li
2024-02-20 5:48 ` Wei Hu
2024-02-20 18:59 ` Long Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=82f65fe5-aab5-40d1-bca3-d87548546610@amd.com \
--to=ferruh.yigit@amd.com \
--cc=andrew.rybchenko@oktetlabs.ru \
--cc=dev@dpdk.org \
--cc=longli@microsoft.com \
--cc=thomas@monjalon.net \
--cc=weh@microsoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).