* [PATCH 0/9] Resending NetXen 1G/10G NIC driver patch
@ 2006-05-25 10:45 Linsys Contractor Amit S. Kale
2006-05-26 5:46 ` Amit S. Kale
0 siblings, 1 reply; 4+ messages in thread
From: Linsys Contractor Amit S. Kale @ 2006-05-25 10:45 UTC (permalink / raw)
To: netdev; +Cc: sanjeev, unmproj
Hi,
I'll be sending a NetXen (formerly Universal Network Machines) 1G/10G in
subsequent emails. This is a revised version of the UNM driver posted
earlier. We have tried to make changes as per the feedback received.
We would like this driver to be inluded in mainline kernel.
Kindly review it and feel free to get back to me for any further
feedback/queries/comments.
Thanks.
-Amit
Signed-off-by: Amit S. Kale <amitkale@unminc.com>
Kconfig | 5
Makefile | 1
netxen/Makefile | 35 +
netxen/netxen_nic.h | 950 +++++++++++++++++++++++++++++++
netxen/netxen_nic_ethtool.c | 802 ++++++++++++++++++++++++++
netxen/netxen_nic_hdr.h | 682 ++++++++++++++++++++++
netxen/netxen_nic_hw.c | 1289 +++++++++++++++++++++++++++++++++++++++++++
netxen/netxen_nic_hw.h | 339 +++++++++++
netxen/netxen_nic_init.c | 1219 ++++++++++++++++++++++++++++++++++++++++
netxen/netxen_nic_ioctl.h | 75 ++
netxen/netxen_nic_isr.c | 428 ++++++++++++++
netxen/netxen_nic_main.c | 1209 ++++++++++++++++++++++++++++++++++++++++
netxen/netxen_nic_niu.c | 770 +++++++++++++++++++++++++
netxen/netxen_nic_phan_reg.h | 195 ++++++
14 files changed, 7999 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/9] Resending NetXen 1G/10G NIC driver patch
2006-05-25 10:45 [PATCH 0/9] Resending NetXen 1G/10G NIC driver patch Linsys Contractor Amit S. Kale
@ 2006-05-26 5:46 ` Amit S. Kale
2006-05-26 20:02 ` Roland Dreier
0 siblings, 1 reply; 4+ messages in thread
From: Amit S. Kale @ 2006-05-26 5:46 UTC (permalink / raw)
To: Stephen Hemminger, Roland Dreier; +Cc: netdev, sanjeev, unmproj
Stephen, Roland,
Thanks a lot for feedback.
We'll implement the minor changes rightaway and post an update. We are also
thinking about what's the best way to incorporate the data structure changes
you have suggested. Will post a reply on that too soon.
-Amit
On Thursday 25 May 2006 16:15, Linsys Contractor Amit S. Kale wrote:
> Hi,
>
> I'll be sending a NetXen (formerly Universal Network Machines) 1G/10G in
> subsequent emails. This is a revised version of the UNM driver posted
> earlier. We have tried to make changes as per the feedback received.
> We would like this driver to be inluded in mainline kernel.
> Kindly review it and feel free to get back to me for any further
> feedback/queries/comments.
>
> Thanks.
> -Amit
>
> Signed-off-by: Amit S. Kale <amitkale@unminc.com>
>
> Kconfig | 5
> Makefile | 1
> netxen/Makefile | 35 +
> netxen/netxen_nic.h | 950 +++++++++++++++++++++++++++++++
> netxen/netxen_nic_ethtool.c | 802 ++++++++++++++++++++++++++
> netxen/netxen_nic_hdr.h | 682 ++++++++++++++++++++++
> netxen/netxen_nic_hw.c | 1289
> +++++++++++++++++++++++++++++++++++++++++++ netxen/netxen_nic_hw.h |
> 339 +++++++++++
> netxen/netxen_nic_init.c | 1219
> ++++++++++++++++++++++++++++++++++++++++ netxen/netxen_nic_ioctl.h |
> 75 ++
> netxen/netxen_nic_isr.c | 428 ++++++++++++++
> netxen/netxen_nic_main.c | 1209
> ++++++++++++++++++++++++++++++++++++++++ netxen/netxen_nic_niu.c |
> 770 +++++++++++++++++++++++++
> netxen/netxen_nic_phan_reg.h | 195 ++++++
> 14 files changed, 7999 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/9] Resending NetXen 1G/10G NIC driver patch
2006-05-26 5:46 ` Amit S. Kale
@ 2006-05-26 20:02 ` Roland Dreier
2006-05-27 11:11 ` Amit S. Kale
0 siblings, 1 reply; 4+ messages in thread
From: Roland Dreier @ 2006-05-26 20:02 UTC (permalink / raw)
To: Amit S. Kale; +Cc: Stephen Hemminger, netdev, sanjeev, unmproj
Amit> We'll implement the minor changes rightaway and post an
Amit> update. We are also thinking about what's the best way to
Amit> incorporate the data structure changes you have
Amit> suggested. Will post a reply on that too soon.
By the way, my suggestion to the original posting still stands: use a
descriptive subject line and include a changelog entry for each patch
that you expect to be merged.
- R.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH 0/9] Resending NetXen 1G/10G NIC driver patch
2006-05-26 20:02 ` Roland Dreier
@ 2006-05-27 11:11 ` Amit S. Kale
0 siblings, 0 replies; 4+ messages in thread
From: Amit S. Kale @ 2006-05-27 11:11 UTC (permalink / raw)
To: Roland Dreier; +Cc: Stephen Hemminger, netdev, sanjeev, unmproj
On Saturday 27 May 2006 01:32, Roland Dreier wrote:
> Amit> We'll implement the minor changes rightaway and post an
> Amit> update. We are also thinking about what's the best way to
> Amit> incorporate the data structure changes you have
> Amit> suggested. Will post a reply on that too soon.
>
> By the way, my suggestion to the original posting still stands: use a
> descriptive subject line and include a changelog entry for each patch
> that you expect to be merged.
This is only one patch which we expect to be merged. We broke it into several
parts only to make reviews easier. I'll also post a changelog entry next
time. Would be simple AFAICS: "Added NetXen 1G/10G NIC support".
Am I missing something?
-Amit
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-05-27 11:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25 10:45 [PATCH 0/9] Resending NetXen 1G/10G NIC driver patch Linsys Contractor Amit S. Kale
2006-05-26 5:46 ` Amit S. Kale
2006-05-26 20:02 ` Roland Dreier
2006-05-27 11:11 ` Amit S. Kale
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).