From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7F6568E80 for ; Tue, 14 Jun 2016 15:00:51 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 14 Jun 2016 06:00:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,470,1459839600"; d="scan'208";a="987170804" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga001.fm.intel.com with ESMTP; 14 Jun 2016 06:00:42 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX102.ger.corp.intel.com ([169.254.2.10]) with mapi id 14.03.0248.002; Tue, 14 Jun 2016 14:00:42 +0100 From: "De Lara Guarch, Pablo" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH v4 4/9] app/testpmd: remove fwd_config_setup from fwd_config_display Thread-Index: AQHRxjhPWsARcLbZq0a9BqBPxjzBpp/o7EBA Date: Tue, 14 Jun 2016 13:00:41 +0000 Message-ID: References: <1465744997-15487-1-git-send-email-bernard.iremonger@intel.com> <1465907296-27117-1-git-send-email-bernard.iremonger@intel.com> <1465907296-27117-5-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1465907296-27117-5-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjlhNDg1MWQtNDYyNi00YzI2LTkyN2UtMDBlYWNhNjQ1ZmY0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjZuOXI5YlZabVRlMTBRdUZ1QmhHMXJTWWJFVWN1VEZGSE9NTlFsK1FCbnM9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 4/9] app/testpmd: remove fwd_config_setup from fwd_config_display 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, 14 Jun 2016 13:00:52 -0000 Hi Bernard, > -----Original Message----- > From: Iremonger, Bernard > Sent: Tuesday, June 14, 2016 1:28 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Iremonger, Bernard > Subject: [PATCH v4 4/9] app/testpmd: remove fwd_config_setup from > fwd_config_display >=20 > Add call to fwd_config_setup to init_config. > Remove fwd_config_setup from fwd_config_display. > Add call to fwd_config_setup for corelist, coremask and nbcore setup. > Add call to fwd_config_setup for portlist, portmask and nbport setup. > Add call to fwd_config_setup for rxq, txq, rxd and txd setup. >=20 > Signed-off-by: Bernard Iremonger Apologies for misleading here, but I think we should drop this patch for th= e moment. It is conflicting with another patch and it is not really necessary for you= r changes (am I right here?), so I would say best thing to do is to drop it and discuss if we want this c= hange separately.