From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 986F8A0679 for ; Fri, 5 Apr 2019 14:42:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 943651B4D2; Fri, 5 Apr 2019 14:42:42 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 880651B4C9; Fri, 5 Apr 2019 14:42:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2019 05:42:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,312,1549958400"; d="scan'208";a="334090451" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.103]) ([10.237.220.103]) by fmsmga006.fm.intel.com with ESMTP; 05 Apr 2019 05:42:38 -0700 To: Akhil Goyal , "dev@dpdk.org" Cc: "thomas@monjalon.net" , "stable@dpdk.org" References: <20190327111318.12347-1-akhil.goyal@nxp.com> <20190327112348.12785-1-akhil.goyal@nxp.com> From: "Burakov, Anatoly" Message-ID: <71236476-0e26-81a0-38a1-ccc7de8d004b@intel.com> Date: Fri, 5 Apr 2019 13:42:37 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190327112348.12785-1-akhil.goyal@nxp.com> Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] examples/multi_process/symmetric_mp: fix link check 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190405124237.-LqPDTrJ2rRcdk8oBo2Y7VNdD3tjI4LZvDSPzL90C-0@z> On 27-Mar-19 11:33 AM, Akhil Goyal wrote: > link check is done for primary process for the ports > which are given in the port mask and not the complete > set of ports. > > Fixes: d3641ae86313 ("examples: update link status checks") > Cc: stable@dpdk.org > > Signed-off-by: Akhil Goyal > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly