From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 66BDB1B211 for ; Fri, 6 Oct 2017 18:02:52 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 86E4E20CC1; Fri, 6 Oct 2017 12:02:51 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 06 Oct 2017 12:02:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=5/K3+bmlbYFcLr2 BnqkK2BwfpUW/ooU2upO4vVdz2vg=; b=HOnJiRVTAPpavws0XWdhuveoqRGJB5P OOfCFWvUOUcCsT5LIriBwnrGRhkdvvgfB/SaLRGhA6B6V5uYJKJn1Pu2kgXX0sin iH5ybmIqxtvKlqS1HM3i0WgStSIuLD1v9V/bneQJ85yMcUP7/uRXGTeHdQAr3HyC FaDPzfB+B+2c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=5/K3+bmlbYFcLr2BnqkK2BwfpUW/ooU2upO4vVdz2vg=; b=Y641A76c shOVZGo5VvT9H38m1Z4Gq5sYnVBO9VN+IQ5/OiqKux5Y/IOxMFsmJMYr4PI91Dsb q0g15wkP8i1QEdLd9JWNXERfCqAt1eo1S0xG+T9IhVcYbwUUomhNT/OUEcHFH9mP BuatA4wrHe1+wk/ILG2w42aaScaDJ7xlFyQbKHtfMdtFu5szuQLUMlnYFgZhji1L P2dqnuvARImDB0QFjYylt02oBqxkhZ9SoM+dSdNT7RzLom/bNgrmndnRGcYTPVWr 2AEO1Bs/hwd7kNS712Tc/9K+6MtdQv9E3hP5bAl8O3FR2z3nkaHIvFLIilP6fcR9 4sNRlN/29JSegQ== X-ME-Sender: X-Sasl-enc: kW8BMf3xKTk2VpDlbdfo4QurWKvujJWwwn4YM0pU6vvH 1507305771 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2140B7E65B; Fri, 6 Oct 2017 12:02:51 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit , Nelio Laranjeiro Cc: dev@dpdk.org, Zhiyong Yang , Gaetan Rivet , Declan Doherty Date: Fri, 06 Oct 2017 18:02:50 +0200 Message-ID: <1695817.2qOcCKBBMU@xps> In-Reply-To: References: <20170925032231.72897-1-zhiyong.yang@intel.com> <20170929071727.21618-1-zhiyong.yang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 0/5] increase port_id range X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 16:02:52 -0000 06/10/2017 04:15, Ferruh Yigit: > On 9/29/2017 8:17 AM, Zhiyong Yang wrote: > > Zhiyong Yang (5): > > net/bonding: remove bonding APIs using ABI versioning > > ethdev: increase port_id range > > examples: increase port_id range > > test: increase port_id range > > librte_mbuf: modify port initialization value > > Series applied to dpdk-next-net/master, thanks. > > There was merge conflict for: > rte_eth_bond_pmd.c > failsafe_private.h > mlx5_rxtx.h > > Maintainers of these files cc'ed, can you please double check latest > files in next-net? I have re-done the merge of this series in master because it was wrong for mlx5, as notified by Nelio.