From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] examples/qos_sched: fix copy-paste error Date: Mon, 16 May 2016 18:16:17 +0200 Message-ID: <2073820.rIF6IQjRlm@xps13> References: <1461244093-2008-1-git-send-email-michalx.k.jastrzebski@intel.com> <1461244093-2008-2-git-send-email-michalx.k.jastrzebski@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126479A6ED9@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" , "Jastrzebski, MichalX K" , "Zhang, Roy Fan" , "Singh, Jasvinder" To: "Mrozowicz, SlawomirX" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 955EE8D8E for ; Mon, 16 May 2016 18:16:19 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id a17so144318032wme.0 for ; Mon, 16 May 2016 09:16:19 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126479A6ED9@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" copy-paste is the cause of this error. The headline should show which error is fixed (or briefly its impact area). Here: "fix error message" > > Fix issue reported by Coverity. > > > > Coverity ID 30699: Copy-paste error; > > rx_port in pconf->rx_port looks like a copy-paste error. > > > > Fixes: de3cfa2c9823 ("sched: initial import") > > > > Signed-off-by: Slawomir Mrozowicz > > Acked-by: Cristian Dumitrescu Applied, thanks