DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] maintainers: change e-mail for vmxnet3
@ 2024-04-05 21:56 Jochen Behrens
  2024-04-06  9:03 ` Morten Brørup
  0 siblings, 1 reply; 4+ messages in thread
From: Jochen Behrens @ 2024-04-05 21:56 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon

Change my address as VMware was acquired by Broadcom.

Signed-off-by: Jochen Behrens <jochen.behrens@broadcom.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7abb3aee49..7b13e2b036 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -981,7 +981,7 @@ F: doc/guides/nics/txgbe.rst
 F: doc/guides/nics/features/txgbe.ini
 
 VMware vmxnet3
-M: Jochen Behrens <jbehrens@vmware.com>
+M: Jochen Behrens <jochen.behrens@broadcom.com>
 F: drivers/net/vmxnet3/
 F: doc/guides/nics/vmxnet3.rst
 F: doc/guides/nics/features/vmxnet3.ini
-- 
2.34.1


-- 
This electronic communication and the information and any files transmitted 
with it, or attached to it, are confidential and are intended solely for 
the use of the individual or entity to whom it is addressed and may contain 
information that is confidential, legally privileged, protected by privacy 
laws, or otherwise restricted from disclosure to anyone else. If you are 
not the intended recipient or the person responsible for delivering the 
e-mail to the intended recipient, you are hereby notified that any use, 
copying, distributing, dissemination, forwarding, printing, or copying of 
this e-mail is strictly prohibited. If you received this e-mail in error, 
please return the e-mail to the sender, delete it from your computer, and 
destroy any printed copy of it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] maintainers: change e-mail for vmxnet3
  2024-04-05 21:56 [PATCH] maintainers: change e-mail for vmxnet3 Jochen Behrens
@ 2024-04-06  9:03 ` Morten Brørup
  2024-04-08  8:58   ` Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Morten Brørup @ 2024-04-06  9:03 UTC (permalink / raw)
  To: Jochen Behrens, dev; +Cc: Thomas Monjalon

> From: Jochen Behrens [mailto:jochen.behrens@broadcom.com]
> Sent: Friday, 5 April 2024 23.56
> 
> Change my address as VMware was acquired by Broadcom.
> 
> Signed-off-by: Jochen Behrens <jochen.behrens@broadcom.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7abb3aee49..7b13e2b036 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -981,7 +981,7 @@ F: doc/guides/nics/txgbe.rst
>  F: doc/guides/nics/features/txgbe.ini
> 
>  VMware vmxnet3
> -M: Jochen Behrens <jbehrens@vmware.com>
> +M: Jochen Behrens <jochen.behrens@broadcom.com>
>  F: drivers/net/vmxnet3/
>  F: doc/guides/nics/vmxnet3.rst
>  F: doc/guides/nics/features/vmxnet3.ini
> --

You might want to update .mailmap too.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] maintainers: change e-mail for vmxnet3
  2024-04-06  9:03 ` Morten Brørup
@ 2024-04-08  8:58   ` Ferruh Yigit
  2024-04-16  0:50     ` Jochen Behrens
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2024-04-08  8:58 UTC (permalink / raw)
  To: Morten Brørup, Jochen Behrens, dev; +Cc: Thomas Monjalon

On 4/6/2024 10:03 AM, Morten Brørup wrote:
>> From: Jochen Behrens [mailto:jochen.behrens@broadcom.com]
>> Sent: Friday, 5 April 2024 23.56
>>
>> Change my address as VMware was acquired by Broadcom.
>>
>> Signed-off-by: Jochen Behrens <jochen.behrens@broadcom.com>
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 7abb3aee49..7b13e2b036 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -981,7 +981,7 @@ F: doc/guides/nics/txgbe.rst
>>  F: doc/guides/nics/features/txgbe.ini
>>
>>  VMware vmxnet3
>> -M: Jochen Behrens <jbehrens@vmware.com>
>> +M: Jochen Behrens <jochen.behrens@broadcom.com>
>>  F: drivers/net/vmxnet3/
>>  F: doc/guides/nics/vmxnet3.rst
>>  F: doc/guides/nics/features/vmxnet3.ini
>> --
> 
> You might want to update .mailmap too.
> 

+1

Probably this needs to be done for all @vmware.com domain emails.
@Jochen, would you mind spreading the word to the relevant people in
that list?

Perhaps all changes can be done in one go, for this we need to know
which accounts are still active, and I guess you can find this out
internally.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] maintainers: change e-mail for vmxnet3
  2024-04-08  8:58   ` Ferruh Yigit
@ 2024-04-16  0:50     ` Jochen Behrens
  0 siblings, 0 replies; 4+ messages in thread
From: Jochen Behrens @ 2024-04-16  0:50 UTC (permalink / raw)
  To: Ferruh Yigit, Morten Brørup, dev; +Cc: Thomas Monjalon


I submitted a separate patch cleaning up all vmware addresses in .mailmap.

Thanks for pointing this out,

	Jochen


On 4/8/24 1:58 AM, Ferruh Yigit wrote:
> On 4/6/2024 10:03 AM, Morten Brørup wrote:
>>> From: Jochen Behrens [mailto:jochen.behrens@broadcom.com]
>>> Sent: Friday, 5 April 2024 23.56
>>>
>>> Change my address as VMware was acquired by Broadcom.
>>>
>>> Signed-off-by: Jochen Behrens <jochen.behrens@broadcom.com>
>>> ---
>>>   MAINTAINERS | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 7abb3aee49..7b13e2b036 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -981,7 +981,7 @@ F: doc/guides/nics/txgbe.rst
>>>   F: doc/guides/nics/features/txgbe.ini
>>>
>>>   VMware vmxnet3
>>> -M: Jochen Behrens <jbehrens@vmware.com>
>>> +M: Jochen Behrens <jochen.behrens@broadcom.com>
>>>   F: drivers/net/vmxnet3/
>>>   F: doc/guides/nics/vmxnet3.rst
>>>   F: doc/guides/nics/features/vmxnet3.ini
>>> --
>>
>> You might want to update .mailmap too.
>>
> 
> +1
> 
> Probably this needs to be done for all @vmware.com domain emails.
> @Jochen, would you mind spreading the word to the relevant people in
> that list?
> 
> Perhaps all changes can be done in one go, for this we need to know
> which accounts are still active, and I guess you can find this out
> internally.

-- 
This electronic communication and the information and any files transmitted 
with it, or attached to it, are confidential and are intended solely for 
the use of the individual or entity to whom it is addressed and may contain 
information that is confidential, legally privileged, protected by privacy 
laws, or otherwise restricted from disclosure to anyone else. If you are 
not the intended recipient or the person responsible for delivering the 
e-mail to the intended recipient, you are hereby notified that any use, 
copying, distributing, dissemination, forwarding, printing, or copying of 
this e-mail is strictly prohibited. If you received this e-mail in error, 
please return the e-mail to the sender, delete it from your computer, and 
destroy any printed copy of it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-16  0:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05 21:56 [PATCH] maintainers: change e-mail for vmxnet3 Jochen Behrens
2024-04-06  9:03 ` Morten Brørup
2024-04-08  8:58   ` Ferruh Yigit
2024-04-16  0:50     ` Jochen Behrens

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).