From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D55532BF7 for ; Sun, 8 Oct 2017 06:03:34 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 07 Oct 2017 21:03:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,492,1500966000"; d="scan'208";a="907820150" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.55.108]) ([10.254.55.108]) by FMSMGA003.fm.intel.com with ESMTP; 07 Oct 2017 21:03:33 -0700 To: Jingjing Wu , Yuanhan Liu References: <1499407333-1682-1-git-send-email-yliu@fridaylinux.org> <9BB6961774997848B5B42BEC655768F810DC0DF6@SHSMSX103.ccr.corp.intel.com> Cc: DPDK From: Ferruh Yigit Message-ID: Date: Sun, 8 Oct 2017 05:03:32 +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: <9BB6961774997848B5B42BEC655768F810DC0DF6@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] testpmd: allow to query any RETA size 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: Sun, 08 Oct 2017 04:03:35 -0000 On 7/10/2017 2:17 AM, jingjing.wu at intel.com (Wu, Jingjing) wrote: >> -----Original Message----- >> From: Yuanhan Liu [mailto:yliu at fridaylinux.org] >> Sent: Friday, July 7, 2017 2:02 PM >> To: dev at dpdk.org >> Cc: Wu, Jingjing ; Yuanhan Liu >> Subject: [PATCH 1/2] testpmd: allow to query any RETA size >> >> Currently, testpmd just allows to query the RETA info only when the >> required size equals to configured RETA size. >> >> This patch allows to query any RETA size <= the configured size. This >> helps when the RETA size is big (say 512) and when I just want to peak >> few RETA entries. >> >> Signed-off-by: Yuanhan Liu > > Acked-by: Jingjing Wu Series applied to dpdk-next-net/master, thanks.