Re: [PATCH 1/4] NetXen: Fix link status messages

2007-06-10 Thread Mithlesh Thukral
On Sunday 10 June 2007 03:52, Jeff Garzik wrote: > Mithlesh Thukral wrote: > > - if ((netif_running(netdev)) && !netif_carrier_ok(netdev)) { > > - printk(KERN_INFO "%s port %d, %s carrier is now ok\n", > > - netxen_nic_driver_name, adapter->portnum, netdev->name); > > +

[GIT]: net-2.6.23 tree available

2007-06-10 Thread David Miller
Get it while it's hot: kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.23.git We have the qdisc_restart cleanup from Jama, some TIPC work from Allan Stephens and co., and Patrick's rtnl_link work. Also we have the removal of that multipath cached crap, and eth_copy_and_sum() which ha

Re: The future of the TI ACX wireless driver

2007-06-10 Thread linux-wireless
lines in the normal acx driver so it compiles with kenrel 2.6.22 and later http://www.hauke-m.de/fileadmin/acx/acx-20070610.tar.bz2 Bouth are loading on my system, but I can't test them because I haven't got any acx100 chip based card any more, it would be nice to get positive feedback,

Re: The future of the TI ACX wireless driver

2007-06-10 Thread David Planella
aid, cannot promise anything. I also chanced some lines in the normal acx driver so it compiles with kenrel 2.6.22 and later http://www.hauke-m.de/fileadmin/acx/acx-20070610.tar.bz2 you might want to send a patch to acx100-devel or to Andreas Mohr for that. I will write some pages into the Wik

Re: [PATCH 1/1] make network DMA usable for non-tcp drivers

2007-06-10 Thread Dan Williams
> @@ -130,3 +130,5 @@ end: > fault: > return -EFAULT; > } > + > +EXPORT_SYMBOL(dma_skb_copy_datagram_iovec); We wouldn't want to merge this until code which actually uses the export is also merged. ...and I recommend EXPORT_SYMBOL_GPL following the lead of the other async dma options i

Re: SKY2 vs SK98LIN performance on 88E8053 MAC

2007-06-10 Thread Stephen Hemminger
On Fri, 8 Jun 2007 18:20:02 -0700 (PDT) Philip Romanov <[EMAIL PROTECTED]> wrote: > Hi, Stephen > > We are doing pure IPv4 forwarding between two Ethernet > interfaces: > > IXIA port A<--->System Under Test<--->IXIA Port B > > Traffic has two IP destinations for each direction and > L4 protoco

Re: The future of the TI ACX wireless driver

2007-06-10 Thread Jeff Williams
* Mac80211 driver, which uses the seemingly soon-to-be-included-in-kernel mac80211 stack, available on the wireless-dev tree (the stack, not the driver). This release is only available here [2] and needs some work before being included in wireless-dev, since it was released at the time when mac802

RE: [PATCH] NET: Multiqueue network device support.

2007-06-10 Thread Leonid Grossman
> -Original Message- > From: J Hadi Salim [mailto:[EMAIL PROTECTED] On Behalf Of jamal > Sent: Saturday, June 09, 2007 8:03 PM > To: Leonid Grossman > Cc: Waskiewicz Jr, Peter P; Patrick McHardy; [EMAIL PROTECTED]; > netdev@vger.kernel.org; [EMAIL PROTECTED]; Kok, Auke-jan H; Ramkrishna >

The future of the TI ACX wireless driver

2007-06-10 Thread David Planella
Hi all, I just wanted to mention that I have updated the ACX driver's wiki in order to at least keep up with the current state of things regarding the driver and the kernel. I've rearranged the contents and added some information to the main page at http://acx100.sourceforge.net/wiki/Main_Page.

Re: [PATCH 3/4] NetXen: Add correct routines to setup multicast address

2007-06-10 Thread Michael Buesch
On Sunday 10 June 2007 11:54:11 Michael Buesch wrote: > > +int netxen_nic_set_mcast_addr(struct netxen_adapter *adapter, int index, > > + u8 *addr) > > +{ > > + u32 hi = 0; > > + u32 lo = 0; > > + u16 port = physical_port[adapter->portnum]; > > + > > + hi = (u32)

Re: [PATCH 3/4] NetXen: Add correct routines to setup multicast address

2007-06-10 Thread Michael Buesch
On Thursday 07 June 2007 13:34:37 Mithlesh Thukral wrote: > NetXen: Add multi cast filter code > This patch adds multi cast filter code to NetXen NIC driver. > It also adds capabilities to setup the multicast address in hardware > from the host side. > +int netxen_nic_enable_mcast_filter(struct ne