From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Mon, 14 Dec 2015 22:46:32 +0100 (CET)
Received: by wmnn186 with SMTP id n186so140375396wmn.0
 for <dev@dpdk.org>; Mon, 14 Dec 2015 13:46:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=F7xgHHXMTk+pylmsLNexvm/EwUJGxjQCU7QBNZz5ou4=;
 b=EjT4X/xnwNfSMY0PRV8DElfSaTu5+mBwDF1ZuhMO42F4xLzZA27zMXHeGs1vjo1Sgh
 1RvOro47tCiu7FlBrAuhWhOhgO2/bDNIxRhBKsz/4KZOCyhz8hZOdSXC92uwzyk12B+r
 UhCGVsPzX32p2Z6y4/6e/+tfDy41iZlJ+wg5uciB+K6U2f9B2YtlG2bbOOsHEKD/N3BF
 6Op3ErpBDyVIQOS06Bjdxi+v6FXdJjqaX0ILSvK8f+diz44CCoSMEIRYSQvlmI0gXJRJ
 Cm6WAMNQTPL7c0wyNbNF8OOWiVgm41EL+mp2mkbvJobKuLXj2n1aypLcF8nluN9zTZ6U
 x02w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=F7xgHHXMTk+pylmsLNexvm/EwUJGxjQCU7QBNZz5ou4=;
 b=PX6oWmyZlk8c0Cz87pFaWFiuIqrKltHK51g1ODE3t1b6EpRT19MuQ1huMGNM3IIiFp
 uCH36CTv+3pCnkJVbDOdY6m4Fawp4uQ+6+Xe0QUptogaYNO/QtJzRmbh4vnZ2qyFaD7p
 1ArC7G4JETm8CbJ3SvZfsKfgwhMdTBfXYYoG9CS7NQVGE7ySdxBwSdpreG9rqcjuL1uv
 45U1TKHYwLpDd+FFatTzdh+GQzuOenVzBOyUt0DoRx9PtHgNaEpS1+1GWa66dz/4pTax
 0D1UyWaluTlDYXYessZ5aIlHes7Wki9frvfHFa58D2BCdFUd5Y2D59wioAMRVw6Xw+Mw
 uE7w==
X-Gm-Message-State: ALoCoQka3IRsnMaSQXX57h+MiZ92OCRFaS3UL73OrZ5EJXX8UhuQeiEWz3T7ZrJ/hdFCNZZg2jMrozeVPO7SzE6upfSQ2lQ42g==
X-Received: by 10.28.98.213 with SMTP id w204mr455458wmb.78.1450129592326;
 Mon, 14 Dec 2015 13:46:32 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id l128sm17937235wmf.10.2015.12.14.13.46.31
 (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 14 Dec 2015 13:46:31 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Andriy Berestovskyy <aber@semihalf.com>
Date: Mon, 14 Dec 2015 22:45:16 +0100
Message-ID: <3608687.yd6xri2dS9@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <CAOysbxpUYn_YS-6wrajr+38CA9boJoShVw5_BZ344zy6ZR9dsA@mail.gmail.com>
References: <1449586023-22623-1-git-send-email-aber@semihalf.com>
 <CAOysbxpUYn_YS-6wrajr+38CA9boJoShVw5_BZ344zy6ZR9dsA@mail.gmail.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] bonding: fix reordering of IP fragments
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Dec 2015 21:46:32 -0000

2015-12-14 16:02, Andriy Berestovskyy:
> On Tue, Dec 8, 2015 at 3:47 PM, Andriy Berestovskyy <aber@semihalf.com> wrote:
> > Fragmented IPv4 packets have no TCP/UDP headers, so we hashed
> > random data introducing reordering of the fragments.
> 
> Signed-off-by: Andriy Berestovskyy <aber@semihalf.com>

Applied, thanks