From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bonding: fix reordering of IP fragments Date: Mon, 14 Dec 2015 22:45:16 +0100 Message-ID: <3608687.yd6xri2dS9@xps13> References: <1449586023-22623-1-git-send-email-aber@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Andriy Berestovskyy Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 807BA37A6 for ; Mon, 14 Dec 2015 22:46:32 +0100 (CET) Received: by wmnn186 with SMTP id n186so140375396wmn.0 for ; Mon, 14 Dec 2015 13:46:32 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-12-14 16:02, Andriy Berestovskyy: > On Tue, Dec 8, 2015 at 3:47 PM, Andriy Berestovskyy wrote: > > Fragmented IPv4 packets have no TCP/UDP headers, so we hashed > > random data introducing reordering of the fragments. > > Signed-off-by: Andriy Berestovskyy Applied, thanks