linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: linux support for TCP/IP Task Offload ....
@ 2000-11-03 23:19 sunol_handa
  2000-11-04  0:01 ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: sunol_handa @ 2000-11-03 23:19 UTC (permalink / raw)
  To: davem, sunol_handa; +Cc: linux-kernel

thanx for the information

this ftp site
ftp://ftp.inr.ac.ru/ip-routing/zerocopy-sendfile-*.dif
is password protected.

do you know what the password is ? or is there a site with same patch which
is not password protected.

- Sonal


-----Original Message-----
From: David S. Miller [mailto:davem@redhat.com]
Sent: Friday, November 03, 2000 2:46 PM
To: sunol_handa@non.agilent.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: linux support for TCP/IP Task Offload ....


   From: sunol_handa@non.agilent.com
   Date: 	Fri, 3 Nov 2000 15:50:48 -0700 

   Does Linux have any TCP/IP Task Offload support ?

   If a network adapter can offload some of the TCP/IP tasks, is there
   a support from Linux for such activity ?

Work for this is in progress.  Patches can be found at:

ftp://ftp.inr.ac.ru/ip-routing/zerocopy-sendfile-*.dif
ftp://ftp.inr.ac.ru/ip-routing/README.zerocopy-sendfile

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: linux support for TCP/IP Task Offload ....
  2000-11-03 23:19 linux support for TCP/IP Task Offload sunol_handa
@ 2000-11-04  0:01 ` Jeff Garzik
  2000-11-06 14:54   ` Pekka Pietikainen
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2000-11-04  0:01 UTC (permalink / raw)
  To: sunol_handa; +Cc: davem, linux-kernel

sunol_handa@non.agilent.com wrote:
> 
> thanx for the information
> 
> this ftp site
> ftp://ftp.inr.ac.ru/ip-routing/zerocopy-sendfile-*.dif
> is password protected.
> 
> do you know what the password is ? or is there a site with same patch which
> is not password protected.

This site is not password-protected, I just downloaded the referenced
diff.  Are you trying to download the above URL directly?  You cannot...
URLs do not have wildcards in them.  Download the following files:

ftp://ftp.inr.ac.ru/ip-routing/README.zerocopy-sendfile
ftp://ftp.inr.ac.ru/ip-routing/zerocopy-sendfile-001102.dif.gz

-- 
Jeff Garzik             | Dinner is ready when
Building 1024           | the smoke alarm goes off.
MandrakeSoft            |	-/usr/games/fortune
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: linux support for TCP/IP Task Offload ....
  2000-11-04  0:01 ` Jeff Garzik
@ 2000-11-06 14:54   ` Pekka Pietikainen
  0 siblings, 0 replies; 5+ messages in thread
From: Pekka Pietikainen @ 2000-11-06 14:54 UTC (permalink / raw)
  To: linux-kernel

On Fri, Nov 03, 2000 at 07:01:27PM -0500, Jeff Garzik wrote:
> sunol_handa@non.agilent.com wrote:
> > 
> > thanx for the information
> > 
> > this ftp site
> > ftp://ftp.inr.ac.ru/ip-routing/zerocopy-sendfile-*.dif
> > is password protected.
> > 

> This site is not password-protected, I just downloaded the referenced
> diff.  Are you trying to download the above URL directly?  You cannot...
> URLs do not have wildcards in them.  Download the following files:
The site also used to require the use of passive-mode ftp, which might
be your problem.

You might want to try 
ftp://ftp.funet.fi/pub/mirrors/ftp.inr.ac.ruk/ip-routing which is
probably a lot faster anyway.

great for me.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* linux support for TCP/IP Task Offload ....
@ 2000-11-03 22:50 sunol_handa
  2000-11-03 22:46 ` David S. Miller
  0 siblings, 1 reply; 5+ messages in thread
From: sunol_handa @ 2000-11-03 22:50 UTC (permalink / raw)
  To: linux-kernel

Hi all,

Does Linux have any TCP/IP Task Offload support ? 

If a network adapter can offload some of the TCP/IP tasks, is there a
support from Linux for such activity ?

- Sonal
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: linux support for TCP/IP Task Offload ....
  2000-11-03 22:50 sunol_handa
@ 2000-11-03 22:46 ` David S. Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David S. Miller @ 2000-11-03 22:46 UTC (permalink / raw)
  To: sunol_handa; +Cc: linux-kernel

   From: sunol_handa@non.agilent.com
   Date: 	Fri, 3 Nov 2000 15:50:48 -0700 

   Does Linux have any TCP/IP Task Offload support ?

   If a network adapter can offload some of the TCP/IP tasks, is there
   a support from Linux for such activity ?

Work for this is in progress.  Patches can be found at:

ftp://ftp.inr.ac.ru/ip-routing/zerocopy-sendfile-*.dif
ftp://ftp.inr.ac.ru/ip-routing/README.zerocopy-sendfile

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2000-11-06 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-03 23:19 linux support for TCP/IP Task Offload sunol_handa
2000-11-04  0:01 ` Jeff Garzik
2000-11-06 14:54   ` Pekka Pietikainen
  -- strict thread matches above, loose matches on Subject: below --
2000-11-03 22:50 sunol_handa
2000-11-03 22:46 ` David S. 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).