* [PATCH] maintainers: update email address
@ 2023-10-20 8:51 Chenbo Xia
2023-10-20 9:04 ` Maxime Coquelin
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Chenbo Xia @ 2023-10-20 8:51 UTC (permalink / raw)
To: dev; +Cc: maxime.coquelin, ferruh.yigit, david.marchand, thomas
I left Intel and joined Nvidia, so update my email address.
Signed-off-by: Chenbo Xia <chenbox@nvidia.com>
---
.mailmap | 2 +-
MAINTAINERS | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.mailmap b/.mailmap
index 3f5bab26a8..2ff31b008f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -213,7 +213,7 @@ Charles Brett <cfb@hpe.com>
Charles Myers <charles.myers@spirent.com>
Charles Stoll <charles.stoll@intel.com>
Chas Williams <3chas3@gmail.com> <chas3@att.com> <ciwillia@brocade.com>
-Chenbo Xia <chenbo.xia@intel.com>
+Chenbo Xia <chenbox@nvidia.com>
Chengchang Tang <tangchengchang@huawei.com> <tangchengchang@hisilicon.com>
Chengfeng Ye <cyeaa@connect.ust.hk>
Chenghu Yao <yao.chenghu@zte.com.cn>
diff --git a/MAINTAINERS b/MAINTAINERS
index 4083658697..b1c9495a00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -50,7 +50,7 @@ T: git://dpdk.org/next/dpdk-next-net-mlx
Next-virtio Tree
M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
T: git://dpdk.org/next/dpdk-next-virtio
Next-crypto Tree
@@ -594,7 +594,7 @@ F: drivers/bus/dpaa/
F: drivers/bus/fslmc/
PCI bus driver
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
M: Nipun Gupta <nipun.gupta@amd.com>
F: drivers/bus/pci/
@@ -983,7 +983,7 @@ F: doc/guides/nics/features/vmxnet3.ini
Vhost-user
M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: lib/vhost/
F: doc/guides/prog_guide/vhost_lib.rst
@@ -997,7 +997,7 @@ F: doc/guides/sample_app_ug/vdpa.rst
Vhost PMD
M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: drivers/net/vhost/
F: doc/guides/nics/vhost.rst
@@ -1005,7 +1005,7 @@ F: doc/guides/nics/features/vhost.ini
Virtio PMD
M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: drivers/net/virtio/
F: doc/guides/nics/virtio.rst
@@ -1661,7 +1661,7 @@ F: app/test/test_rcu*
F: doc/guides/prog_guide/rcu_lib.rst
PCI
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
M: Gaetan Rivet <grive@u256.net>
F: lib/pci/
--
2.39.3 (Apple Git-145)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] maintainers: update email address
2023-10-20 8:51 [PATCH] maintainers: update email address Chenbo Xia
@ 2023-10-20 9:04 ` Maxime Coquelin
2023-10-20 10:54 ` David Marchand
2023-10-23 5:13 ` [PATCH v2] " Chenbo Xia
2 siblings, 0 replies; 5+ messages in thread
From: Maxime Coquelin @ 2023-10-20 9:04 UTC (permalink / raw)
To: Chenbo Xia, dev; +Cc: ferruh.yigit, david.marchand, thomas
On 10/20/23 10:51, Chenbo Xia wrote:
> I left Intel and joined Nvidia, so update my email address.
>
> Signed-off-by: Chenbo Xia <chenbox@nvidia.com>
> ---
> .mailmap | 2 +-
> MAINTAINERS | 12 ++++++------
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
Welcime back Chenbo :)
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Maxime
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] maintainers: update email address
2023-10-20 8:51 [PATCH] maintainers: update email address Chenbo Xia
2023-10-20 9:04 ` Maxime Coquelin
@ 2023-10-20 10:54 ` David Marchand
2023-10-23 5:13 ` [PATCH v2] " Chenbo Xia
2 siblings, 0 replies; 5+ messages in thread
From: David Marchand @ 2023-10-20 10:54 UTC (permalink / raw)
To: Chenbo Xia; +Cc: dev, maxime.coquelin, ferruh.yigit, thomas
Hi Chenbo,
On Fri, Oct 20, 2023 at 10:52 AM Chenbo Xia <chenbox@nvidia.com> wrote:
>
> I left Intel and joined Nvidia, so update my email address.
>
> Signed-off-by: Chenbo Xia <chenbox@nvidia.com>
> ---
> .mailmap | 2 +-
> MAINTAINERS | 12 ++++++------
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/.mailmap b/.mailmap
> index 3f5bab26a8..2ff31b008f 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -213,7 +213,7 @@ Charles Brett <cfb@hpe.com>
> Charles Myers <charles.myers@spirent.com>
> Charles Stoll <charles.stoll@intel.com>
> Chas Williams <3chas3@gmail.com> <chas3@att.com> <ciwillia@brocade.com>
> -Chenbo Xia <chenbo.xia@intel.com>
> +Chenbo Xia <chenbox@nvidia.com>
Please leave your intel mail address.
Chenbo Xia <chenbox@nvidia.com> <chenbo.xia@intel.com>
This will help get-maintainers.sh, when copying you about past changes
for example.
--
David Marchand
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] maintainers: update email address
2023-10-20 8:51 [PATCH] maintainers: update email address Chenbo Xia
2023-10-20 9:04 ` Maxime Coquelin
2023-10-20 10:54 ` David Marchand
@ 2023-10-23 5:13 ` Chenbo Xia
2023-11-06 21:42 ` Thomas Monjalon
2 siblings, 1 reply; 5+ messages in thread
From: Chenbo Xia @ 2023-10-23 5:13 UTC (permalink / raw)
To: dev; +Cc: maxime.coquelin, ferruh.yigit, david.marchand, thomas
I left Intel and joined Nvidia, so update my email address.
Signed-off-by: Chenbo Xia <chenbox@nvidia.com>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
.mailmap | 2 +-
MAINTAINERS | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.mailmap b/.mailmap
index 3f5bab26a8..d40b3ad6c0 100644
--- a/.mailmap
+++ b/.mailmap
@@ -213,7 +213,7 @@ Charles Brett <cfb@hpe.com>
Charles Myers <charles.myers@spirent.com>
Charles Stoll <charles.stoll@intel.com>
Chas Williams <3chas3@gmail.com> <chas3@att.com> <ciwillia@brocade.com>
-Chenbo Xia <chenbo.xia@intel.com>
+Chenbo Xia <chenbox@nvidia.com> <chenbo.xia@intel.com>
Chengchang Tang <tangchengchang@huawei.com> <tangchengchang@hisilicon.com>
Chengfeng Ye <cyeaa@connect.ust.hk>
Chenghu Yao <yao.chenghu@zte.com.cn>
diff --git a/MAINTAINERS b/MAINTAINERS
index 4083658697..b1c9495a00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -50,7 +50,7 @@ T: git://dpdk.org/next/dpdk-next-net-mlx
Next-virtio Tree
M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
T: git://dpdk.org/next/dpdk-next-virtio
Next-crypto Tree
@@ -594,7 +594,7 @@ F: drivers/bus/dpaa/
F: drivers/bus/fslmc/
PCI bus driver
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
M: Nipun Gupta <nipun.gupta@amd.com>
F: drivers/bus/pci/
@@ -983,7 +983,7 @@ F: doc/guides/nics/features/vmxnet3.ini
Vhost-user
M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: lib/vhost/
F: doc/guides/prog_guide/vhost_lib.rst
@@ -997,7 +997,7 @@ F: doc/guides/sample_app_ug/vdpa.rst
Vhost PMD
M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: drivers/net/vhost/
F: doc/guides/nics/vhost.rst
@@ -1005,7 +1005,7 @@ F: doc/guides/nics/features/vhost.ini
Virtio PMD
M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: drivers/net/virtio/
F: doc/guides/nics/virtio.rst
@@ -1661,7 +1661,7 @@ F: app/test/test_rcu*
F: doc/guides/prog_guide/rcu_lib.rst
PCI
-M: Chenbo Xia <chenbo.xia@intel.com>
+M: Chenbo Xia <chenbox@nvidia.com>
M: Gaetan Rivet <grive@u256.net>
F: lib/pci/
--
2.39.3 (Apple Git-145)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] maintainers: update email address
2023-10-23 5:13 ` [PATCH v2] " Chenbo Xia
@ 2023-11-06 21:42 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2023-11-06 21:42 UTC (permalink / raw)
To: Chenbo Xia; +Cc: dev, maxime.coquelin, ferruh.yigit, david.marchand
23/10/2023 07:13, Chenbo Xia:
> I left Intel and joined Nvidia, so update my email address.
>
> Signed-off-by: Chenbo Xia <chenbox@nvidia.com>
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-11-06 21:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-20 8:51 [PATCH] maintainers: update email address Chenbo Xia
2023-10-20 9:04 ` Maxime Coquelin
2023-10-20 10:54 ` David Marchand
2023-10-23 5:13 ` [PATCH v2] " Chenbo Xia
2023-11-06 21:42 ` Thomas Monjalon
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).