DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] maintainers: update for ARMv7 and ARMv8
@ 2024-06-28 16:11 Jack Bond-Preston
  2024-06-28 16:11 ` [PATCH 2/2] maintainers: update maintainers Jack Bond-Preston
  2024-07-01  9:32 ` [PATCH 1/2] maintainers: update for ARMv7 and ARMv8 Ruifeng Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Jack Bond-Preston @ 2024-06-28 16:11 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Ruifeng Wang, Joyce Kong, Wathsala Vithanage

Signed-off-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 533f707d5f..dfc022c0c6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -279,13 +279,13 @@ F: lib/eal/common/rte_random.c
 F: app/test/test_rand_perf.c
 
 ARM v7
-M: Ruifeng Wang <ruifeng.wang@arm.com>
+M: Wathsala Vithanage <wathsala.vithanage@arm.com>
 F: config/arm/
 F: lib/eal/arm/
 X: lib/eal/arm/include/*_64.h
 
 ARM v8
-M: Ruifeng Wang <ruifeng.wang@arm.com>
+M: Wathsala Vithanage <wathsala.vithanage@arm.com>
 F: config/arm/
 F: doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst
 F: lib/eal/arm/
-- 
2.34.1


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

* [PATCH 2/2] maintainers: update maintainers
  2024-06-28 16:11 [PATCH 1/2] maintainers: update for ARMv7 and ARMv8 Jack Bond-Preston
@ 2024-06-28 16:11 ` Jack Bond-Preston
  2024-07-01  9:34   ` Ruifeng Wang
  2024-07-01  9:32 ` [PATCH 1/2] maintainers: update for ARMv7 and ARMv8 Ruifeng Wang
  1 sibling, 1 reply; 4+ messages in thread
From: Jack Bond-Preston @ 2024-06-28 16:11 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Ruifeng Wang, Joyce Kong, Wathsala Vithanage

Update maintainers for Bitops, Ticketlock, and ARMv8 Crypto.

Signed-off-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dfc022c0c6..6cfcf4cafe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -247,7 +247,7 @@ F: examples/service_cores/
 F: doc/guides/sample_app_ug/service_cores.rst
 
 Bitops
-M: Joyce Kong <joyce.kong@arm.com>
+M: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
 F: lib/eal/include/rte_bitops.h
 F: app/test/test_bitops.c
 
@@ -268,7 +268,7 @@ F: lib/eal/include/rte_seqlock.h
 F: app/test/test_seqlock.c
 
 Ticketlock
-M: Joyce Kong <joyce.kong@arm.com>
+M: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
 F: lib/eal/include/rte_ticketlock.h
 F: app/test/test_ticketlock.c
 
@@ -1083,7 +1083,7 @@ F: doc/guides/cryptodevs/ionic.rst
 F: doc/guides/cryptodevs/features/ionic.ini
 
 ARMv8 Crypto
-M: Ruifeng Wang <ruifeng.wang@arm.com>
+M: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
 F: drivers/crypto/armv8/
 F: doc/guides/cryptodevs/armv8.rst
 F: doc/guides/cryptodevs/features/armv8.ini
-- 
2.34.1


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

* Re: [PATCH 1/2] maintainers: update for ARMv7 and ARMv8
  2024-06-28 16:11 [PATCH 1/2] maintainers: update for ARMv7 and ARMv8 Jack Bond-Preston
  2024-06-28 16:11 ` [PATCH 2/2] maintainers: update maintainers Jack Bond-Preston
@ 2024-07-01  9:32 ` Ruifeng Wang
  1 sibling, 0 replies; 4+ messages in thread
From: Ruifeng Wang @ 2024-07-01  9:32 UTC (permalink / raw)
  To: Jack Bond-Preston, Thomas Monjalon
  Cc: dev, Wathsala Vithanage, nd, Honnappa Nagarahalli


On 2024/6/29 12:11 AM, Jack Bond-Preston wrote:
> Signed-off-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
> Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
> ---
>   MAINTAINERS | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 533f707d5f..dfc022c0c6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -279,13 +279,13 @@ F: lib/eal/common/rte_random.c
>   F: app/test/test_rand_perf.c
>   
>   ARM v7
> -M: Ruifeng Wang <ruifeng.wang@arm.com>
> +M: Wathsala Vithanage <wathsala.vithanage@arm.com>
>   F: config/arm/
>   F: lib/eal/arm/
>   X: lib/eal/arm/include/*_64.h
>   
>   ARM v8
> -M: Ruifeng Wang <ruifeng.wang@arm.com>
> +M: Wathsala Vithanage <wathsala.vithanage@arm.com>
>   F: config/arm/
>   F: doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst
>   F: lib/eal/arm/
Acked-by: Ruifeng Wang <ruifeng.wang@arm.com>

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

* Re: [PATCH 2/2] maintainers: update maintainers
  2024-06-28 16:11 ` [PATCH 2/2] maintainers: update maintainers Jack Bond-Preston
@ 2024-07-01  9:34   ` Ruifeng Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Ruifeng Wang @ 2024-07-01  9:34 UTC (permalink / raw)
  To: Jack Bond-Preston, Thomas Monjalon
  Cc: dev, Joyce Kong, Wathsala Vithanage, nd, Honnappa Nagarahalli


On 2024/6/29 12:11 AM, Jack Bond-Preston wrote:
> Update maintainers for Bitops, Ticketlock, and ARMv8 Crypto.
> 
> Signed-off-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
> Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
> ---
>   MAINTAINERS | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index dfc022c0c6..6cfcf4cafe 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -247,7 +247,7 @@ F: examples/service_cores/
>   F: doc/guides/sample_app_ug/service_cores.rst
>   
>   Bitops
> -M: Joyce Kong <joyce.kong@arm.com>
> +M: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
>   F: lib/eal/include/rte_bitops.h
>   F: app/test/test_bitops.c
>   
> @@ -268,7 +268,7 @@ F: lib/eal/include/rte_seqlock.h
>   F: app/test/test_seqlock.c
>   
>   Ticketlock
> -M: Joyce Kong <joyce.kong@arm.com>
> +M: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
>   F: lib/eal/include/rte_ticketlock.h
>   F: app/test/test_ticketlock.c
>   
> @@ -1083,7 +1083,7 @@ F: doc/guides/cryptodevs/ionic.rst
>   F: doc/guides/cryptodevs/features/ionic.ini
>   
>   ARMv8 Crypto
> -M: Ruifeng Wang <ruifeng.wang@arm.com>
> +M: Jack Bond-Preston <jack.bond-preston@foss.arm.com>
>   F: drivers/crypto/armv8/
>   F: doc/guides/cryptodevs/armv8.rst
>   F: doc/guides/cryptodevs/features/armv8.ini
Thanks for taking this up.
Acked-by: Ruifeng Wang <ruifeng.wang@arm.com>

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

end of thread, other threads:[~2024-07-01  9:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-28 16:11 [PATCH 1/2] maintainers: update for ARMv7 and ARMv8 Jack Bond-Preston
2024-06-28 16:11 ` [PATCH 2/2] maintainers: update maintainers Jack Bond-Preston
2024-07-01  9:34   ` Ruifeng Wang
2024-07-01  9:32 ` [PATCH 1/2] maintainers: update for ARMv7 and ARMv8 Ruifeng Wang

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