Re: [PATCH] ehea: Receive SKB Aggregation

2007-05-08 Thread Stephen Rothwell
On Tue, 8 May 2007 14:05:33 +0200 Thomas Klein <[EMAIL PROTECTED]> wrote: > > +struct ehea_lro { > + struct sk_buff *parent; > + struct sk_buff *last_skb; > +struct iphdr *iph; > +struct tcphdr *tcph; Spaces instead of tabs. Also in at least one other place in t

Re: [PATCH] ehea: Receive SKB Aggregation

2007-05-08 Thread Christoph Hellwig
On Tue, May 08, 2007 at 02:05:33PM +0200, Thomas Klein wrote: > This patch enables the receive side processing to aggregate TCP packets within > the HEA device driver. It analyses the packets already received after a > interrupt arrived and forwards these as a chains of SKBs for the same TCP > conn

[PATCH] ehea: Receive SKB Aggregation

2007-05-08 Thread Thomas Klein
This patch enables the receive side processing to aggregate TCP packets within the HEA device driver. It analyses the packets already received after a interrupt arrived and forwards these as a chains of SKBs for the same TCP connection with modified header field. We have seen a lower CPU load and i