Re: [patch 2.6.23-rc1] add xt_statistic.h to the header list for usermode programs

2007-08-04 Thread David Miller
From: Chuck Ebbert <[EMAIL PROTECTED]> Date: Fri, 03 Aug 2007 13:28:09 -0400 > Add xt_statistic.h to the list of headers to install. > > Apparently needed to build newer versions of iptables. > > Signed-off-by: Chuck Ebbert <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: s

Re: strange tcp behavior

2007-08-04 Thread David Miller
From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Sat, 4 Aug 2007 20:51:51 +0400 > On Fri, Aug 03, 2007 at 02:17:17PM -0700, David Miller ([EMAIL PROTECTED]) > wrote: > > From: Evgeniy Polyakov <[EMAIL PROTECTED]> > > Date: Fri, 3 Aug 2007 12:22:42 +0400 > > > > > Maybe recvmsg should be changed

Re: [PATCH] ixgbe: New driver for Pci-Express 10GbE 82598 support

2007-08-04 Thread Kok, Auke
Bill Fink wrote: On Fri, 3 Aug 2007, Auke Kok wrote: + +Contents + + +- In This Release +- Identifying Your Adapter +- Command Line Parameters There is no section "Command Line Parameters" in the document. -Bill hmm yes, I removed all

Re: [PATCH] ixgbe: New driver for Pci-Express 10GbE 82598 support

2007-08-04 Thread Bill Fink
On Fri, 3 Aug 2007, Auke Kok wrote: > This patch adds support for the Intel 82598 PCI-Express 10GbE > chipset. Devices will be available on the market soon. > > This version of the driver is largely the same as the last release: > > * Driver uses a single RX and single TX queue, each using 1 MSI

[PATCH][RESEND] Avoid possible NULL pointer deref in 3c359 driver

2007-08-04 Thread Jesper Juhl
(Resending old patch originally submitted at 1/7-2007 02:19) In xl_freemem(), if dev_if is NULL, the line struct xl_private *xl_priv =(struct xl_private *)dev->priv; will cause a NULL pointer dereference. However, if we move that assignment below the 'if' statement that tests for a NULL 'de

Re: [PATCH 00/23] per device dirty throttling -v8

2007-08-04 Thread david
On Sat, 4 Aug 2007, Ray Lee wrote: (adding netdev cc:) On 8/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On Sat, 4 Aug 2007, Ingo Molnar wrote: * Ingo Molnar <[EMAIL PROTECTED]> wrote: There are positive reports in the never-ending "my system crawls like an XT when copying large file

Re: Distributed storage.

2007-08-04 Thread Evgeniy Polyakov
On Fri, Aug 03, 2007 at 09:04:51AM +0400, Manu Abraham ([EMAIL PROTECTED]) wrote: > On 7/31/07, Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > > TODO list currently includes following main items: > > * redundancy algorithm (drop me a request of your own, but it is highly > > unlikley

Re: [RFC 0/2][BNX2]: Add iSCSI support to BNX2 devices.

2007-08-04 Thread Michael Chan
Jeff Garzik wrote: > Michael Chan wrote: > > [BNX2]: Add iSCSI support to BNX2 devices. > > > > Modify bnx2 and add a cnic driver to support some offload functions > > needed by iSCSI. > > > > Add a new open-iscsi driver to support iSCSI offload on > bnx2 devices. > > > > Signed-off-by: Anil V

Re: strange tcp behavior

2007-08-04 Thread Evgeniy Polyakov
On Fri, Aug 03, 2007 at 02:17:17PM -0700, David Miller ([EMAIL PROTECTED]) wrote: > From: Evgeniy Polyakov <[EMAIL PROTECTED]> > Date: Fri, 3 Aug 2007 12:22:42 +0400 > > > Maybe recvmsg should be changed too for symmetry? > > I took a look at this, and it's not %100 trivial. > > Let's do this l

Re: strange tcp behavior

2007-08-04 Thread Evgeniy Polyakov
On Fri, Aug 03, 2007 at 01:04:51PM -0700, David Miller ([EMAIL PROTECTED]) wrote: > From: Evgeniy Polyakov <[EMAIL PROTECTED]> > Date: Fri, 3 Aug 2007 12:22:42 +0400 > > > On Thu, Aug 02, 2007 at 07:21:34PM -0700, David Miller ([EMAIL PROTECTED]) > > wrote: > > > What in the world are we doing a

Re: Distributed storage.

2007-08-04 Thread Evgeniy Polyakov
Hi Daniel. > On Tuesday 31 July 2007 10:13, Evgeniy Polyakov wrote: > > * storage can be formed on top of remote nodes and be exported > > simultaneously (iSCSI is peer-to-peer only, NBD requires device > > mapper and is synchronous) > > In fact, NBD has nothing to do with device mappe

Re: Distributed storage.

2007-08-04 Thread Evgeniy Polyakov
On Fri, Aug 03, 2007 at 06:19:16PM -0700, Daniel Phillips ([EMAIL PROTECTED]) wrote: > It depends on the characteristics of the physical and virtual block > devices involved. Slow block devices can produce surprising effects. > Ddsnap still qualifies as "slow" under certain circumstances (big

Re: Linksys Gigabit USB2.0 adapter (asix) regression

2007-08-04 Thread Erik Slagter
David Hollis wrote: >> They are either garbled are they are not passed on the wire. The >> transmitted packets are shown by tshark, but a tshark run on "the other >> end of the line" does not show them. >> >> Platform is indeed x86, to be precise: fedora 7, kernel 2.6.22-rc6, cpu >> pentium M, del

Re: strange tcp behavior

2007-08-04 Thread Evgeniy Polyakov
On Fri, Aug 03, 2007 at 07:29:58PM +0100, Simon Arlott ([EMAIL PROTECTED]) wrote: > On 03/08/07 18:39, Evgeniy Polyakov wrote: > > On Fri, Aug 03, 2007 at 05:51:42PM +0100, Simon Arlott ([EMAIL PROTECTED]) > > wrote: > > > >> 17:38:03.533589 IP 192.168.7.4.50550 > 192.168.7.8.2500: R > >> 82517

Re: [PATCH 00/23] per device dirty throttling -v8

2007-08-04 Thread Ray Lee
(adding netdev cc:) On 8/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Sat, 4 Aug 2007, Ingo Molnar wrote: > > > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > >> There are positive reports in the never-ending "my system crawls like > >> an XT when copying large files" bugzilla entry: >

Re: [RFC 0/2][BNX2]: Add iSCSI support to BNX2 devices.

2007-08-04 Thread Jeff Garzik
Michael Chan wrote: [BNX2]: Add iSCSI support to BNX2 devices. Modify bnx2 and add a cnic driver to support some offload functions needed by iSCSI. Add a new open-iscsi driver to support iSCSI offload on bnx2 devices. Signed-off-by: Anil Veerabhadrappa <[EMAIL PROTECTED]> Signed-off-by: Michae