DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: add net-brcm sub-tree
@ 2019-10-15  7:38 Ferruh Yigit
  2019-10-17 17:39 ` Ajit Khaparde
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2019-10-15  7:38 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Ajit Khaparde

Adding vendor specific sub-tree for Broadcom drivers.
The next-net-brcm sub-tree will be sub-tree of the next-net.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>
Cc: Thomas Monjalon <thomas@monjalon.net>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d2026b5ac8..1be286a15d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -45,6 +45,10 @@ Next-net-mlx Tree
 M: Raslan Darawsheh <rasland@mellanox.com>
 T: git://dpdk.org/next/dpdk-next-net-mlx
 
+Next-net-brcm Tree
+M: Ajit Khaparde <ajit.khaparde@broadcom.com>
+T: git://dpdk.org/next/dpdk-next-net-brcm
+
 Next-virtio Tree
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
 M: Tiwei Bie <tiwei.bie@intel.com>
@@ -565,6 +569,7 @@ F: doc/guides/nics/features/ark.ini
 Broadcom bnxt
 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
 M: Somnath Kotur <somnath.kotur@broadcom.com>
+T: git://dpdk.org/next/dpdk-next-net-brcm
 F: drivers/net/bnxt/
 F: doc/guides/nics/bnxt.rst
 F: doc/guides/nics/features/bnxt.ini
-- 
2.21.0


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

* Re: [dpdk-dev] [PATCH] maintainers: add net-brcm sub-tree
  2019-10-15  7:38 [dpdk-dev] [PATCH] maintainers: add net-brcm sub-tree Ferruh Yigit
@ 2019-10-17 17:39 ` Ajit Khaparde
  2019-10-17 21:23   ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Ajit Khaparde @ 2019-10-17 17:39 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: Thomas Monjalon, dpdk-dev

On Tue, Oct 15, 2019 at 12:38 AM Ferruh Yigit <ferruh.yigit@intel.com>
wrote:

> Adding vendor specific sub-tree for Broadcom drivers.
> The next-net-brcm sub-tree will be sub-tree of the next-net.
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
> Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>
> Cc: Thomas Monjalon <thomas@monjalon.net>
>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>


> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d2026b5ac8..1be286a15d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -45,6 +45,10 @@ Next-net-mlx Tree
>  M: Raslan Darawsheh <rasland@mellanox.com>
>  T: git://dpdk.org/next/dpdk-next-net-mlx
>
> +Next-net-brcm Tree
> +M: Ajit Khaparde <ajit.khaparde@broadcom.com>
> +T: git://dpdk.org/next/dpdk-next-net-brcm
> +
>  Next-virtio Tree
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Tiwei Bie <tiwei.bie@intel.com>
> @@ -565,6 +569,7 @@ F: doc/guides/nics/features/ark.ini
>  Broadcom bnxt
>  M: Ajit Khaparde <ajit.khaparde@broadcom.com>
>  M: Somnath Kotur <somnath.kotur@broadcom.com>
> +T: git://dpdk.org/next/dpdk-next-net-brcm
>  F: drivers/net/bnxt/
>  F: doc/guides/nics/bnxt.rst
>  F: doc/guides/nics/features/bnxt.ini
> --
> 2.21.0
>
>

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

* Re: [dpdk-dev] [PATCH] maintainers: add net-brcm sub-tree
  2019-10-17 17:39 ` Ajit Khaparde
@ 2019-10-17 21:23   ` Thomas Monjalon
  2019-10-18 14:57     ` Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2019-10-17 21:23 UTC (permalink / raw)
  To: Ajit Khaparde, Ferruh Yigit; +Cc: dpdk-dev

17/10/2019 19:39, Ajit Khaparde:
> On Tue, Oct 15, 2019 at 12:38 AM Ferruh Yigit <ferruh.yigit@intel.com>
> wrote:
> 
> > Adding vendor specific sub-tree for Broadcom drivers.
> > The next-net-brcm sub-tree will be sub-tree of the next-net.
> >
> > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> > ---
> > Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>
> > Cc: Thomas Monjalon <thomas@monjalon.net>
> >
> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>




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

* Re: [dpdk-dev] [PATCH] maintainers: add net-brcm sub-tree
  2019-10-17 21:23   ` Thomas Monjalon
@ 2019-10-18 14:57     ` Ferruh Yigit
  0 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2019-10-18 14:57 UTC (permalink / raw)
  To: Thomas Monjalon, Ajit Khaparde; +Cc: dpdk-dev

On 10/17/2019 10:23 PM, Thomas Monjalon wrote:
> 17/10/2019 19:39, Ajit Khaparde:
>> On Tue, Oct 15, 2019 at 12:38 AM Ferruh Yigit <ferruh.yigit@intel.com>
>> wrote:
>>
>>> Adding vendor specific sub-tree for Broadcom drivers.
>>> The next-net-brcm sub-tree will be sub-tree of the next-net.
>>>
>>> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
>>> ---
>>> Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>
>>> Cc: Thomas Monjalon <thomas@monjalon.net>
>>>
>> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 

Applied to dpdk-next-net/master, thanks.

May your tree grow well and live long J

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

end of thread, other threads:[~2019-10-18 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15  7:38 [dpdk-dev] [PATCH] maintainers: add net-brcm sub-tree Ferruh Yigit
2019-10-17 17:39 ` Ajit Khaparde
2019-10-17 21:23   ` Thomas Monjalon
2019-10-18 14:57     ` Ferruh Yigit

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