From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 68EDA568A for ; Mon, 10 Jul 2017 03:17:48 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jul 2017 18:17:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,337,1496127600"; d="scan'208";a="991051496" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 09 Jul 2017 18:17:46 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 9 Jul 2017 18:17:46 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 9 Jul 2017 18:17:46 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Mon, 10 Jul 2017 09:17:44 +0800 From: "Wu, Jingjing" To: Yuanhan Liu , "dev@dpdk.org" Thread-Topic: [PATCH 1/2] testpmd: allow to query any RETA size Thread-Index: AQHS9uawWn2zSY9xbEW6jI6Fm6k4yKJMRZ2w Date: Mon, 10 Jul 2017 01:17:44 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DC0DF6@SHSMSX103.ccr.corp.intel.com> References: <1499407333-1682-1-git-send-email-yliu@fridaylinux.org> In-Reply-To: <1499407333-1682-1-git-send-email-yliu@fridaylinux.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 10 Jul 2017 01:17:48 -0000 > -----Original Message----- > From: Yuanhan Liu [mailto:yliu@fridaylinux.org] > Sent: Friday, July 7, 2017 2:02 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Yuanhan Liu > Subject: [PATCH 1/2] testpmd: allow to query any RETA size >=20 > Currently, testpmd just allows to query the RETA info only when the > required size equals to configured RETA size. >=20 > This patch allows to query any RETA size <=3D the configured size. This > helps when the RETA size is big (say 512) and when I just want to peak > few RETA entries. >=20 > Signed-off-by: Yuanhan Liu Looks reasonable. Acked-by: Jingjing Wu