From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH] bonding: fix reordering of IP fragments Date: Mon, 14 Dec 2015 13:54:30 +0000 Message-ID: <566ECA16.9040403@intel.com> References: <1449586023-22623-1-git-send-email-aber@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Andriy Berestovskyy , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 5F6BF37B2 for ; Mon, 14 Dec 2015 14:55:44 +0100 (CET) In-Reply-To: <1449586023-22623-1-git-send-email-aber@semihalf.com> 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" On 08/12/15 14:47, Andriy Berestovskyy wrote: > Fragmented IPv4 packets have no TCP/UDP headers, so we hashed > random data introducing reordering of the fragments. Acked-by: Declan Doherty