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 BFECB1F7 for ; Tue, 17 Mar 2015 02:20:43 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 16 Mar 2015 18:18:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,412,1422950400"; d="scan'208";a="681069284" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by fmsmga001.fm.intel.com with ESMTP; 16 Mar 2015 18:20:41 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 17 Mar 2015 09:18:12 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.198]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.149]) with mapi id 14.03.0224.002; Tue, 17 Mar 2015 09:18:11 +0800 From: "Ouyang, Changchun" To: "Liu, Yong" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] app/testpmd: Fix not set need_reconfig flag when port id is RTE_PORT_ALL Thread-Index: AQHQXTbcQOXkIPHffEGi/n7vjpqrCJ0f5ciA Date: Tue, 17 Mar 2015 01:18:10 +0000 Message-ID: References: <1426214303-12207-1-git-send-email-yong.liu@intel.com> In-Reply-To: <1426214303-12207-1-git-send-email-yong.liu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: Fix not set need_reconfig flag when port id is RTE_PORT_ALL 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, 17 Mar 2015 01:20:44 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yong Liu > Sent: Friday, March 13, 2015 10:38 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] app/testpmd: Fix not set need_reconfig flag > when port id is RTE_PORT_ALL >=20 > When port id is RTE_PORT_ALL, port_id_is_invalid will also return zero. > So this function will only set ports[255] need_reconfig flag, other ports= will be > skipped. >=20 > Signed-off-by: Marvin liu >=20 Acked-by: Changchun Ouyang