From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54])
 by dpdk.org (Postfix) with ESMTP id E90852C6A
 for <dev@dpdk.org>; Mon,  7 Mar 2016 22:58:39 +0100 (CET)
Received: by mail-wm0-f54.google.com with SMTP id p65so3795923wmp.0
 for <dev@dpdk.org>; Mon, 07 Mar 2016 13:58:39 -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;
 bh=cC6mY5tKQGTO0SpboOtczqwXg/DGJDBfVHAsfnTxhes=;
 b=cyXcJVmL1fpppYdMpL+h/QDlMzKFC2IU4UZv1/pfH+B4PFA7vVKt2xGYZ6t/+7PlVV
 H+iCik332L08tvV8ull4mp4x3SrLIfHv4dHMnKD16LDcFRC3pOoB6uEkxrkBVoHkCf7K
 WMOgqlhWSHGCbx1LOcv4lEZKQrBLP66QE8vCbzPcAc65n8dpQN8xqNv4AocKzybnqPFT
 PvvPIqu3g629D4G1udiRbH2POUbTa+PWYV/0xdu6hERn52SASKx3/26KX+T6J+ky9VWw
 YSuvIAK134mwixKFFBVOqnJMa8HAgLCmXImnaVPKw6h+Fir9tz5mz+xhR0JCyzcKg8pZ
 1jFQ==
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;
 bh=cC6mY5tKQGTO0SpboOtczqwXg/DGJDBfVHAsfnTxhes=;
 b=FFDgh1RCBH9TB5dm8xt53IDqiaVgW0lCEeQs11Jd9wp+Dbm1UhfFJEQvftYDbRJ67T
 osSfqnLqP3fB/tifuw/M+6CPjVMYtqHqcQ9sZIfx9VIuN9GmyEFbVRT6nTt7S3Ef2vqg
 KL1fNRptlBvRah9ea7bMEQsayT2jSvMigsLuFJl3IvO+c7rtcmAlrSUQWUeZZtMwOHCn
 h3jfI9O9lca4l20nciGL0pipXlfkcqcIje+tz+ZMeZnyb0qx07AocFdLwxUrSNOO7cfg
 7CT/o2e7ZgT+6G6/OR/8ZvtX85o7UMez4GU0/E50tpLfWMmywvuQ/q5N7nFccQ7HMvee
 2R1w==
X-Gm-Message-State: AD7BkJIMZjW04/elja6j9FoTFK+AcXZzEj1thYSksB+to5ius2HWeze+scDJh30a2Eqywwtn
X-Received: by 10.28.214.11 with SMTP id n11mr14581845wmg.31.1457387919774;
 Mon, 07 Mar 2016 13:58:39 -0800 (PST)
Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171])
 by smtp.gmail.com with ESMTPSA id c71sm221479wmd.4.2016.03.07.13.58.38
 (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 07 Mar 2016 13:58:38 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Date: Mon, 07 Mar 2016 22:57:01 +0100
Message-ID: <5536523.txHvVz7qm3@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1457346336-16808-1-git-send-email-ferruh.yigit@intel.com>
References: <1457346336-16808-1-git-send-email-ferruh.yigit@intel.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] doc: update number of supported bonding mode
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, 07 Mar 2016 21:58:40 -0000

2016-03-07 10:25, Ferruh Yigit:
> Document mentions from 4 bonding mode but there are more modes.
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks