From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B9B841B1C1 for ; Sat, 7 Oct 2017 01:47:14 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 06 Oct 2017 16:47:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,486,1500966000"; d="scan'208";a="1228017872" Received: from unknown (HELO [10.241.225.2]) ([10.241.225.2]) by fmsmga002.fm.intel.com with ESMTP; 06 Oct 2017 16:47:10 -0700 To: John Miller , dev@dpdk.org Cc: ed.czeck@atomicrules.com, shepard.siegel@atomicrules.com References: <1507313007-4081-1-git-send-email-john.miller@atomicrules.com> From: Ferruh Yigit Message-ID: Date: Sat, 7 Oct 2017 00:47:09 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1507313007-4081-1-git-send-email-john.miller@atomicrules.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ark: repair incorrect loop counter 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: , X-List-Received-Date: Fri, 06 Oct 2017 23:47:15 -0000 On 10/6/2017 7:03 PM, John Miller wrote: > Change loop counter that should be based on the number > of rx queues, not tx queues. This only affects debug > output. > > Signed-off-by: John Miller Applied to dpdk-next-net/master, thanks.