From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 321A27F4D for ; Fri, 7 Nov 2014 16:06:08 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 07 Nov 2014 07:09:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,333,1413270000"; d="scan'208";a="618887309" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga001.fm.intel.com with ESMTP; 07 Nov 2014 07:15:23 -0800 Received: from irsmsx105.ger.corp.intel.com (163.33.3.28) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 7 Nov 2014 15:15:22 +0000 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.25]) by IRSMSX105.ger.corp.intel.com ([169.254.7.56]) with mapi id 14.03.0195.001; Fri, 7 Nov 2014 15:15:22 +0000 From: "Wodkowski, PawelX" To: "De Lara Guarch, Pablo" , "Jastrzebski, MichalX K" Thread-Topic: [dpdk-dev] [PATCH v3 0/2] bond: mode 4 support Thread-Index: AQHP+nq9+DGdv6q7JU237/mBCIaVzJxVLaAAgAAP7uCAAAelIA== Date: Fri, 7 Nov 2014 15:15:21 +0000 Message-ID: References: <1415358270-12523-1-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 0/2] bond: mode 4 support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 15:06:08 -0000 Pawe=B3 > -----Original Message----- > From: Wodkowski, PawelX > Sent: Friday, November 07, 2014 16:05 > To: De Lara Guarch, Pablo; Jastrzebski, MichalX K > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 0/2] bond: mode 4 support >=20 > > Since Declan sent a v6 for link bonding changes, maybe it is a good ide= a > > to send another version, as v5 will not be merged. > > > > Pablo > Hi Pablo >=20 > I compared v6 patches vs patches produced by git rebase v5 patches > on top which I used to produce mode 4 v3 patches and I think they are > compatible. There is one difference is in unit tests but, fortunately I > do not touch unit tests yet so they are be applicable. I can't fully veri= fy > that as I am unable to apply patches in v6. > If you think this is insufficient perhaps I should wait for Declan's patc= hes > be merged into master branch. >=20 > $ git apply d_v6/0007*.patch -v > Checking patch app/test-pmd/cmdline.c... > Checking patch app/test/test.h... > Checking patch app/test/test_link_bonding.c... > Checking patch app/test/virtual_pmd.c... > Checking patch app/test/virtual_pmd.h... > Checking patch doc/guides/testpmd_app_ug/testpmd_funcs.rst... > error: doc/guides/testpmd_app_ug/testpmd_funcs.rst: No such file or direc= tory > Checking patch lib/librte_pmd_bond/rte_eth_bond.h... > Checking patch lib/librte_pmd_bond/rte_eth_bond_api.c... > Checking patch lib/librte_pmd_bond/rte_eth_bond_args.c... > Checking patch lib/librte_pmd_bond/rte_eth_bond_pmd.c... > Checking patch lib/librte_pmd_bond/rte_eth_bond_private.h... >=20 Ok, I did manage to apply v6 patches after pulling latest commits. Mode 4 patches are applicable also for Declan's v6 patches. Pawel