netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 1/1] qlcnic: Adding Maintainers.
@ 2013-07-10 18:00 Jitendra Kalsaria
  2013-07-10 18:35 ` Joe Perches
  2013-07-11 23:31 ` David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Jitendra Kalsaria @ 2013-07-10 18:00 UTC (permalink / raw)
  To: davem
  Cc: netdev, sony.chacko, shahed.shaikh, Dept_NX_Linux_NIC_Driver,
	Jitendra Kalsaria

From: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>

Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
---
 MAINTAINERS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d7e0cfb..9b2e027 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6648,10 +6648,12 @@ F:	Documentation/networking/LICENSE.qla3xxx
 F:	drivers/net/ethernet/qlogic/qla3xxx.*
 
 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
+M:	Himanshu Madhani <himanshu.madhani@qlogic.com>
 M:	Rajesh Borundia <rajesh.borundia@qlogic.com>
 M:	Shahed Shaikh <shahed.shaikh@qlogic.com>
 M:	Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
 M:	Sony Chacko <sony.chacko@qlogic.com>
+M:	Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
 M:	linux-driver@qlogic.com
 L:	netdev@vger.kernel.org
 S:	Supported
-- 
1.7.1

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

* Re: [PATCH net 1/1] qlcnic: Adding Maintainers.
  2013-07-10 18:00 [PATCH net 1/1] qlcnic: Adding Maintainers Jitendra Kalsaria
@ 2013-07-10 18:35 ` Joe Perches
  2013-07-10 21:37   ` Jitendra Kalsaria
  2013-07-11 23:31 ` David Miller
  1 sibling, 1 reply; 5+ messages in thread
From: Joe Perches @ 2013-07-10 18:35 UTC (permalink / raw)
  To: Jitendra Kalsaria
  Cc: davem, netdev, sony.chacko, shahed.shaikh,
	Dept_NX_Linux_NIC_Driver

On Wed, 2013-07-10 at 14:00 -0400, Jitendra Kalsaria wrote:
> From: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
>  QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
> +M:	Himanshu Madhani <himanshu.madhani@qlogic.com>
>  M:	Rajesh Borundia <rajesh.borundia@qlogic.com>
>  M:	Shahed Shaikh <shahed.shaikh@qlogic.com>
>  M:	Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
>  M:	Sony Chacko <sony.chacko@qlogic.com>
> +M:	Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>

Does it really take 6 people to maintain 1 driver?

>  M:	linux-driver@qlogic.com

Isn't this enough for some qlogic mailing list exploder?

>  L:	netdev@vger.kernel.org
>  S:	Supported

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

* Re: [PATCH net 1/1] qlcnic: Adding Maintainers.
  2013-07-10 18:35 ` Joe Perches
@ 2013-07-10 21:37   ` Jitendra Kalsaria
  2013-07-10 21:50     ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Jitendra Kalsaria @ 2013-07-10 21:37 UTC (permalink / raw)
  To: Joe Perches
  Cc: David Miller, netdev, Sony Chacko, Shahed Shaikh,
	Dept-NX Linux NIC Driver

On 7/10/13 11:35 AM, "Joe Perches" <joe@perches.com> wrote:

>On Wed, 2013-07-10 at 14:00 -0400, Jitendra Kalsaria wrote:
>> From: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
>[]
>> diff --git a/MAINTAINERS b/MAINTAINERS
>[]
>>  QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
>> +M:	Himanshu Madhani <himanshu.madhani@qlogic.com>
>>  M:	Rajesh Borundia <rajesh.borundia@qlogic.com>
>>  M:	Shahed Shaikh <shahed.shaikh@qlogic.com>
>>  M:	Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
>>  M:	Sony Chacko <sony.chacko@qlogic.com>
>> +M:	Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
>
>Does it really take 6 people to maintain 1 driver?
We support multiple adapter families under this driver and hence we
require multiple people to maintain it.


>
>>  M:	linux-driver@qlogic.com
>
>Isn't this enough for some qlogic mailing list exploder?
I didn't quite understand, Please clarify what you meant by the above
comment.

>
>>  L:	netdev@vger.kernel.org
>>  S:	Supported

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

* Re: [PATCH net 1/1] qlcnic: Adding Maintainers.
  2013-07-10 21:37   ` Jitendra Kalsaria
@ 2013-07-10 21:50     ` Joe Perches
  0 siblings, 0 replies; 5+ messages in thread
From: Joe Perches @ 2013-07-10 21:50 UTC (permalink / raw)
  To: Jitendra Kalsaria
  Cc: David Miller, netdev, Sony Chacko, Shahed Shaikh,
	Dept-NX Linux NIC Driver

On Wed, 2013-07-10 at 21:37 +0000, Jitendra Kalsaria wrote:
> On 7/10/13 11:35 AM, "Joe Perches" <joe@perches.com> wrote:
> >Does it really take 6 people to maintain 1 driver?
> We support multiple adapter families under this driver and hence we
> require multiple people to maintain it.

Sure, but do all 6 people need to be cc'd on
all patches to qlcnic?

> >>  M:	linux-driver@qlogic.com
> >
> >Isn't this enough for some qlogic mailing list exploder?
> I didn't quite understand, Please clarify what you meant by the above
> comment.

An exploder is basically an internal email list.
First google hit:
http://www.computerhope.com/jargon/m/mailexpl.htm

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

* Re: [PATCH net 1/1] qlcnic: Adding Maintainers.
  2013-07-10 18:00 [PATCH net 1/1] qlcnic: Adding Maintainers Jitendra Kalsaria
  2013-07-10 18:35 ` Joe Perches
@ 2013-07-11 23:31 ` David Miller
  1 sibling, 0 replies; 5+ messages in thread
From: David Miller @ 2013-07-11 23:31 UTC (permalink / raw)
  To: jitendra.kalsaria
  Cc: netdev, sony.chacko, shahed.shaikh, Dept_NX_Linux_NIC_Driver

From: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Date: Wed, 10 Jul 2013 14:00:22 -0400

> From: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
> 
> Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>

Applied, thanks.

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

end of thread, other threads:[~2013-07-11 23:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10 18:00 [PATCH net 1/1] qlcnic: Adding Maintainers Jitendra Kalsaria
2013-07-10 18:35 ` Joe Perches
2013-07-10 21:37   ` Jitendra Kalsaria
2013-07-10 21:50     ` Joe Perches
2013-07-11 23:31 ` David Miller

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