From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 62778A04C7; Mon, 14 Sep 2020 17:18:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4FD491C0D9; Mon, 14 Sep 2020 17:18:26 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 794BD1C0D7 for ; Mon, 14 Sep 2020 17:18:25 +0200 (CEST) IronPort-SDR: aFyRSuydPvTjIruBSWTkaA+8T6zHVbcpHXkrVKoASbX9WP9PY2E1/8HFWxBlDFnolrjGnVnp2o esKE8oCNmIeA== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="160025417" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="160025417" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 08:18:24 -0700 IronPort-SDR: vy9PlL11WqH1IJToXThopoZkjiMGPdiYSM09vnyy6BQpE7YAu9p18SEY8Dd7BXG0ekLPMI2Jao P2BJfpg3UNmg== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="482376185" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.251.82.108]) ([10.251.82.108]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 08:18:24 -0700 To: Stephen Hemminger , dev@dpdk.org References: <20200911190701.29171-1-stephen@networkplumber.org> <20200911190701.29171-14-stephen@networkplumber.org> From: "Burakov, Anatoly" Message-ID: <3c108082-d2d6-d449-c61d-a3a904a32f58@intel.com> Date: Mon, 14 Sep 2020 16:18:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200911190701.29171-14-stephen@networkplumber.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 13/15] examples/qos: replace references to master 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" On 11-Sep-20 8:06 PM, Stephen Hemminger wrote: > Use main instead of master in the QoS examples. > Replace the "mst" command line argument with "mnc" > > Signed-off-by: Stephen Hemminger > --- Missed instances: examples/qos_meter/main.c 458,20: RTE_LCORE_FOREACH_SLAVE(lcore_id) { examples/qos_sched/args.c 414,23: RTE_LOG(ERR, APP, "Master core index is not configured properly\n"); With above fixed, Acked-by: Anatoly Burakov -- Thanks, Anatoly