From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 94CD11B660 for ; Wed, 4 Oct 2017 16:13:21 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2017 07:12:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,477,1500966000"; d="scan'208";a="159316017" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga006.fm.intel.com with ESMTP; 04 Oct 2017 07:12:50 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.180]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Wed, 4 Oct 2017 15:12:50 +0100 From: "Van Haaren, Harry" To: "Eads, Gage" , "dev@dpdk.org" CC: "jerin.jacob@caviumnetworks.com" Thread-Topic: [PATCH 0/3] Extend port and queue attribute get functions Thread-Index: AQHTMiQ9aCu8GUGnnkKOdsuV/Cwo96LT0Smw Date: Wed, 4 Oct 2017 14:12:50 +0000 Message-ID: References: <1505920863-14826-1-git-send-email-gage.eads@intel.com> In-Reply-To: <1505920863-14826-1-git-send-email-gage.eads@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDgyYWUzYjEtMDhlNC00YTRkLWE0M2EtNzMyMDM1OWFkMjA4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im5NMHlYSW9yMWVNQVNacXhYUnVlV3lsa212QUFZelpBa2Z0ZHRuXC9UazdjPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] Extend port and queue attribute get functions 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: Wed, 04 Oct 2017 14:13:23 -0000 > From: Eads, Gage > Sent: Wednesday, September 20, 2017 4:21 PM > To: dev@dpdk.org > Cc: jerin.jacob@caviumnetworks.com; Van Haaren, Harry > > Subject: [PATCH 0/3] Extend port and queue attribute get functions >=20 > This patchset makes the full queue and port configuration structures > accessible > through the attribute get functions, adds tests for the new attributes, a= nd > fixes one bug in a port attribute get test. >=20 > This patchset is based on patches 29019 through 29023. >=20 > Gage Eads (3): > eventdev: extend queue attribute get function > eventdev: extend port attribute get function > test/eventdev: fix bug in port enqueue depth test >=20 > lib/librte_eventdev/rte_eventdev.c | 125 ++++++++++++-------------- > lib/librte_eventdev/rte_eventdev.h | 26 ++++-- > test/test/test_eventdev.c | 179 > +++++++++++++++++++++++++++++++++++-- > 3 files changed, 245 insertions(+), 85 deletions(-) Thanks - good to see the attrs API get more value! Series-Reviewed-by: Harry van Haaren