[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20070131.124925.85416509.davem@davemloft.net>
Date: Wed, 31 Jan 2007 12:49:25 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: baruch@...en.org
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 2/3] Seperate DSACK from SACK fast path
From: Baruch Even <baruch@...en.org>
Date: Mon, 29 Jan 2007 09:13:44 +0200
> + for (i = 0; i < num_sacks; i++) {
> + __be32 start_seq = sp[i].start_seq;
> + __be32 end_seq = sp[i].end_seq;
This is not sufficient, you have to also fix up the type
of the recv_sack_cache[] array entries in struct tcp_sock
to be struct tcp_sack_block_wire.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists