Re: [PATCH 0/3] myri10ge Large Receive Offload

2006-09-30 Thread Brice Goglin
Evgeniy Polyakov a écrit : > On Sat, Sep 30, 2006 at 12:16:44AM +0200, Brice Goglin ([EMAIL PROTECTED]) > wrote: > >> Jeff Garzik a écrit : >> >>> Brice Goglin wrote: >>> The complete driver code in our CVS actually also supports high-order allocations instead of single ph

Re: [PATCH 0/3] myri10ge Large Receive Offload

2006-09-30 Thread Brice Goglin
Brice Goglin a écrit : > Could we get patch #1 merged anyway (page-based skb allocation)? > Oops, actually, one hunk has to be dropped (it reverts const'ification of ethtool_ops by mistake). If it is ok to merge the patch apart from this hunk, will resend an updated patch. Brice - To unsubsc

Re: [PATCH 0/3] myri10ge Large Receive Offload

2006-09-30 Thread Evgeniy Polyakov
On Sat, Sep 30, 2006 at 12:16:44AM +0200, Brice Goglin ([EMAIL PROTECTED]) wrote: > Jeff Garzik a écrit : > > Brice Goglin wrote: > >> This is a complete rework of the myri10ge receive path. The first > >> patch converts skb allocation to use physical pages. The second one > >> adds a software imp

Re: [PATCH 0/3] myri10ge Large Receive Offload

2006-09-29 Thread Brice Goglin
Jeff Garzik a écrit : > Brice Goglin wrote: >> This is a complete rework of the myri10ge receive path. The first >> patch converts skb allocation to use physical pages. The second one >> adds a software implementation of Large Receive Offload. The third >> one updates the driver version to 1.1.0. >

Re: [PATCH 0/3] myri10ge Large Receive Offload

2006-09-27 Thread Jeff Garzik
Brice Goglin wrote: This is a complete rework of the myri10ge receive path. The first patch converts skb allocation to use physical pages. The second one adds a software implementation of Large Receive Offload. The third one updates the driver version to 1.1.0. The complete driver code in our CV

Re: [PATCH 0/3] myri10ge Large Receive Offload

2006-09-27 Thread Herbert Xu
Brice Goglin <[EMAIL PROTECTED]> wrote: > This is a complete rework of the myri10ge receive path. The first > patch converts skb allocation to use physical pages. The second one > adds a software implementation of Large Receive Offload. The third > one updates the driver version to 1.1.0. If this

[PATCH 0/3] myri10ge Large Receive Offload

2006-09-27 Thread Brice Goglin
This is a complete rework of the myri10ge receive path. The first patch converts skb allocation to use physical pages. The second one adds a software implementation of Large Receive Offload. The third one updates the driver version to 1.1.0. The complete driver code in our CVS actually also suppor