From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4748E282 for ; Tue, 13 Jan 2015 12:08:48 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 13 Jan 2015 03:05:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,749,1413270000"; d="scan'208";a="661042482" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga002.fm.intel.com with ESMTP; 13 Jan 2015 03:08:46 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.213]) by IRSMSX153.ger.corp.intel.com ([169.254.9.109]) with mapi id 14.03.0195.001; Tue, 13 Jan 2015 11:08:44 +0000 From: "Wodkowski, PawelX" To: Vlad Zolotarov , "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/2] testpmd: fix dcb in vt mode Thread-Index: AQHQLn/pOtgc5wHIvE2nai5vpeEja5y91tQAgAAM+AA= Date: Tue, 13 Jan 2015 11:08:43 +0000 Message-ID: References: <1421077843-8492-1-git-send-email-michalx.k.jastrzebski@intel.com> <1421077843-8492-3-git-send-email-michalx.k.jastrzebski@intel.com> <54B4F05A.90006@cloudius-systems.com> In-Reply-To: <54B4F05A.90006@cloudius-systems.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.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] testpmd: fix dcb in vt mode 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: Tue, 13 Jan 2015 11:08:48 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Vlad Zolotarov > Sent: Tuesday, January 13, 2015 11:16 AM > To: Jastrzebski, MichalX K; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/2] testpmd: fix dcb in vt mode >=20 >=20 > On 01/12/15 17:50, Michal Jastrzebski wrote: > > From: Pawel Wodkowski > > > > This patch incorporate fixes to support DCB in SRIOV mode for testpmd. > > It also clean up some old code that is not needed or wrong. >=20 > The same here: could u, pls., separate the "cleanup" part of the patch > from the "fixes" part into separate patches? >=20 Maybe little confusion I introduced by saying cleanups. Some code became obsolete (like enum dcb_mode_enable) when I fixed DCV in VT mode, so removing those parts I called "cleanups". Please consider them to be a fixe= s. Pawel