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 0A9077CE5 for ; Wed, 20 Sep 2017 17:22:09 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2017 08:22:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,421,1500966000"; d="scan'208";a="153561573" Received: from txasoft-yocto.an.intel.com (HELO txasoft-yocto.an.intel.com.) ([10.123.72.111]) by fmsmga005.fm.intel.com with ESMTP; 20 Sep 2017 08:22:08 -0700 From: Gage Eads To: dev@dpdk.org Cc: jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com Date: Wed, 20 Sep 2017 10:21:00 -0500 Message-Id: <1505920863-14826-1-git-send-email-gage.eads@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [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, 20 Sep 2017 15:22:11 -0000 This patchset makes the full queue and port configuration structures accessible through the attribute get functions, adds tests for the new attributes, and fixes one bug in a port attribute get test. This patchset is based on patches 29019 through 29023. Gage Eads (3): eventdev: extend queue attribute get function eventdev: extend port attribute get function test/eventdev: fix bug in port enqueue depth test 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(-) -- 2.7.4