maintainers: split baseband from crypto tree

Message ID 20221205075944.822372-1-gakhil@marvell.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: split baseband from crypto tree |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/github-robot: build success github build: passed
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Akhil Goyal Dec. 5, 2022, 7:59 a.m. UTC
  Baseband patches are now split from dpdk-next-crypto,
All baseband patches need to be submitted to dpdk-next-baseband
which will be maintained by Maxime.

Cc: maxime.coquelin@redhat.com

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
---
 MAINTAINERS | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
  

Comments

Hemant Agrawal Dec. 5, 2022, 10:57 a.m. UTC | #1
> Baseband patches are now split from dpdk-next-crypto, All baseband
> patches need to be submitted to dpdk-next-baseband which will be
> maintained by Maxime.
> 
> Cc: maxime.coquelin@redhat.com
> 
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>
> ---
>  MAINTAINERS | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 22ef2ea4b9..3dc3f5b348 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -61,6 +61,10 @@ Next-eventdev Tree
>  M: Jerin Jacob <jerinj@marvell.com>
>  T: git://dpdk.org/next/dpdk-next-eventdev
> 
> +Next-baseband Tree
> +M: Maxime Coquelin <maxime.coquelin@redhat.com>
> +T: git://dpdk.org/next/dpdk-next-baseband
> +
>  Stable Branches
>  M: Luca Boccassi <bluca@debian.org>
>  M: Kevin Traynor <ktraynor@redhat.com>
> @@ -432,7 +436,7 @@ F: app/test-pmd/cmdline_mtr.*
> 
>  Baseband API
>  M: Nicolas Chautru <nicolas.chautru@intel.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>  F: lib/bbdev/
>  F: doc/guides/prog_guide/bbdev.rst
>  F: doc/guides/bbdevs/features/default.ini
> @@ -1346,7 +1350,7 @@ Baseband Drivers
> 
>  Intel baseband
>  M: Nicolas Chautru <nicolas.chautru@intel.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>  F: drivers/baseband/turbo_sw/
>  F: doc/guides/bbdevs/turbo_sw.rst
>  F: doc/guides/bbdevs/features/turbo_sw.ini
> @@ -1365,7 +1369,7 @@ F: doc/guides/bbdevs/features/acc200.ini
> 
>  Null baseband
>  M: Nicolas Chautru <nicolas.chautru@intel.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>  F: drivers/baseband/null/
>  F: doc/guides/bbdevs/null.rst
>  F: doc/guides/bbdevs/features/null.ini
> @@ -1373,7 +1377,7 @@ F: doc/guides/bbdevs/features/null.ini
>  NXP LA12xx
>  M: Gagandeep Singh <g.singh@nxp.com>
>  M: Hemant Agrawal <hemant.agrawal@nxp.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>  F: drivers/baseband/la12xx/
>  F: doc/guides/bbdevs/la12xx.rst
>  F: doc/guides/bbdevs/features/la12xx.ini

Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
  
Zhang, Fan Dec. 5, 2022, 10:58 a.m. UTC | #2
On 12/5/2022 7:59 AM, Akhil Goyal wrote:
> Baseband patches are now split from dpdk-next-crypto,
> All baseband patches need to be submitted to dpdk-next-baseband
> which will be maintained by Maxime.
>
> Cc: maxime.coquelin@redhat.com
>
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>
> ---
>   MAINTAINERS | 12 ++++++++----
>   1 file changed, 8 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 22ef2ea4b9..3dc3f5b348 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -61,6 +61,10 @@ Next-eventdev Tree
>   M: Jerin Jacob <jerinj@marvell.com>
>   T: git://dpdk.org/next/dpdk-next-eventdev
>   
> +Next-baseband Tree
> +M: Maxime Coquelin <maxime.coquelin@redhat.com>
> +T: git://dpdk.org/next/dpdk-next-baseband
> +
>   Stable Branches
>   M: Luca Boccassi <bluca@debian.org>
>   M: Kevin Traynor <ktraynor@redhat.com>
> @@ -432,7 +436,7 @@ F: app/test-pmd/cmdline_mtr.*
>   
>   Baseband API
>   M: Nicolas Chautru <nicolas.chautru@intel.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>   F: lib/bbdev/
>   F: doc/guides/prog_guide/bbdev.rst
>   F: doc/guides/bbdevs/features/default.ini
> @@ -1346,7 +1350,7 @@ Baseband Drivers
>   
>   Intel baseband
>   M: Nicolas Chautru <nicolas.chautru@intel.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>   F: drivers/baseband/turbo_sw/
>   F: doc/guides/bbdevs/turbo_sw.rst
>   F: doc/guides/bbdevs/features/turbo_sw.ini
> @@ -1365,7 +1369,7 @@ F: doc/guides/bbdevs/features/acc200.ini
>   
>   Null baseband
>   M: Nicolas Chautru <nicolas.chautru@intel.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>   F: drivers/baseband/null/
>   F: doc/guides/bbdevs/null.rst
>   F: doc/guides/bbdevs/features/null.ini
> @@ -1373,7 +1377,7 @@ F: doc/guides/bbdevs/features/null.ini
>   NXP LA12xx
>   M: Gagandeep Singh <g.singh@nxp.com>
>   M: Hemant Agrawal <hemant.agrawal@nxp.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>   F: drivers/baseband/la12xx/
>   F: doc/guides/bbdevs/la12xx.rst
>   F: doc/guides/bbdevs/features/la12xx.ini
Acked-by: Fan Zhang <fanzhang.oss@gmail.com>
  
Chautru, Nicolas Dec. 6, 2022, 12:13 a.m. UTC | #3
> 
> Baseband patches are now split from dpdk-next-crypto, All baseband
> patches need to be submitted to dpdk-next-baseband which will be
> maintained by Maxime.
> 
> Cc: maxime.coquelin@redhat.com
> 
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>
> ---
>  MAINTAINERS | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 22ef2ea4b9..3dc3f5b348 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -61,6 +61,10 @@ Next-eventdev Tree
>  M: Jerin Jacob <jerinj@marvell.com>
>  T: git://dpdk.org/next/dpdk-next-eventdev
> 
> +Next-baseband Tree
> +M: Maxime Coquelin <maxime.coquelin@redhat.com>
> +T: git://dpdk.org/next/dpdk-next-baseband
> +
>  Stable Branches
>  M: Luca Boccassi <bluca@debian.org>
>  M: Kevin Traynor <ktraynor@redhat.com>
> @@ -432,7 +436,7 @@ F: app/test-pmd/cmdline_mtr.*
> 
>  Baseband API
>  M: Nicolas Chautru <nicolas.chautru@intel.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>  F: lib/bbdev/
>  F: doc/guides/prog_guide/bbdev.rst
>  F: doc/guides/bbdevs/features/default.ini
> @@ -1346,7 +1350,7 @@ Baseband Drivers
> 
>  Intel baseband
>  M: Nicolas Chautru <nicolas.chautru@intel.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>  F: drivers/baseband/turbo_sw/
>  F: doc/guides/bbdevs/turbo_sw.rst
>  F: doc/guides/bbdevs/features/turbo_sw.ini
> @@ -1365,7 +1369,7 @@ F: doc/guides/bbdevs/features/acc200.ini
> 
>  Null baseband
>  M: Nicolas Chautru <nicolas.chautru@intel.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>  F: drivers/baseband/null/
>  F: doc/guides/bbdevs/null.rst
>  F: doc/guides/bbdevs/features/null.ini
> @@ -1373,7 +1377,7 @@ F: doc/guides/bbdevs/features/null.ini
>  NXP LA12xx
>  M: Gagandeep Singh <g.singh@nxp.com>
>  M: Hemant Agrawal <hemant.agrawal@nxp.com>
> -T: git://dpdk.org/next/dpdk-next-crypto
> +T: git://dpdk.org/next/dpdk-next-baseband
>  F: drivers/baseband/la12xx/
>  F: doc/guides/bbdevs/la12xx.rst
>  F: doc/guides/bbdevs/features/la12xx.ini
> --
> 2.25.1

Acked-by: Nicolas Chautru <nicolas.chautru@intel.com>
  
Maxime Coquelin Dec. 8, 2022, 9:46 a.m. UTC | #4
Hi Akhil,

On 12/5/22 08:59, Akhil Goyal wrote:
> Baseband patches are now split from dpdk-next-crypto,
> All baseband patches need to be submitted to dpdk-next-baseband
> which will be maintained by Maxime.
> 
> Cc: maxime.coquelin@redhat.com
> 
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>
> ---
>   MAINTAINERS | 12 ++++++++----
>   1 file changed, 8 insertions(+), 4 deletions(-)
> 

Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks for having maintained baseband until now!
Maxime
  
Thomas Monjalon Dec. 8, 2022, 11:23 a.m. UTC | #5
08/12/2022 10:46, Maxime Coquelin:
> On 12/5/22 08:59, Akhil Goyal wrote:
> > Baseband patches are now split from dpdk-next-crypto,
> > All baseband patches need to be submitted to dpdk-next-baseband
> > which will be maintained by Maxime.
> > 
> > Cc: maxime.coquelin@redhat.com
> > 
> > Signed-off-by: Akhil Goyal <gakhil@marvell.com>

    Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
    Acked-by: Fan Zhang <fanzhang.oss@gmail.com>
    Acked-by: Nicolas Chautru <nicolas.chautru@intel.com>

> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> 
> Thanks for having maintained baseband until now!
> Maxime

Applied, thanks all, and good luck Maxime with this new role.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 22ef2ea4b9..3dc3f5b348 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -61,6 +61,10 @@  Next-eventdev Tree
 M: Jerin Jacob <jerinj@marvell.com>
 T: git://dpdk.org/next/dpdk-next-eventdev
 
+Next-baseband Tree
+M: Maxime Coquelin <maxime.coquelin@redhat.com>
+T: git://dpdk.org/next/dpdk-next-baseband
+
 Stable Branches
 M: Luca Boccassi <bluca@debian.org>
 M: Kevin Traynor <ktraynor@redhat.com>
@@ -432,7 +436,7 @@  F: app/test-pmd/cmdline_mtr.*
 
 Baseband API
 M: Nicolas Chautru <nicolas.chautru@intel.com>
-T: git://dpdk.org/next/dpdk-next-crypto
+T: git://dpdk.org/next/dpdk-next-baseband
 F: lib/bbdev/
 F: doc/guides/prog_guide/bbdev.rst
 F: doc/guides/bbdevs/features/default.ini
@@ -1346,7 +1350,7 @@  Baseband Drivers
 
 Intel baseband
 M: Nicolas Chautru <nicolas.chautru@intel.com>
-T: git://dpdk.org/next/dpdk-next-crypto
+T: git://dpdk.org/next/dpdk-next-baseband
 F: drivers/baseband/turbo_sw/
 F: doc/guides/bbdevs/turbo_sw.rst
 F: doc/guides/bbdevs/features/turbo_sw.ini
@@ -1365,7 +1369,7 @@  F: doc/guides/bbdevs/features/acc200.ini
 
 Null baseband
 M: Nicolas Chautru <nicolas.chautru@intel.com>
-T: git://dpdk.org/next/dpdk-next-crypto
+T: git://dpdk.org/next/dpdk-next-baseband
 F: drivers/baseband/null/
 F: doc/guides/bbdevs/null.rst
 F: doc/guides/bbdevs/features/null.ini
@@ -1373,7 +1377,7 @@  F: doc/guides/bbdevs/features/null.ini
 NXP LA12xx
 M: Gagandeep Singh <g.singh@nxp.com>
 M: Hemant Agrawal <hemant.agrawal@nxp.com>
-T: git://dpdk.org/next/dpdk-next-crypto
+T: git://dpdk.org/next/dpdk-next-baseband
 F: drivers/baseband/la12xx/
 F: doc/guides/bbdevs/la12xx.rst
 F: doc/guides/bbdevs/features/la12xx.ini