From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 07DD4A00C5; Mon, 6 Jul 2020 12:44:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 606861DA43; Mon, 6 Jul 2020 12:44:09 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C9F001DA2A for ; Mon, 6 Jul 2020 12:44:07 +0200 (CEST) IronPort-SDR: PMNAuVeVgItrqIJxNqHPVwpeVnjE7e2/NY8K6WlzZ6WNeMaVavUZRGIyyhrfBoY3RE3So0djdU O2BQj3Zx0R3w== X-IronPort-AV: E=McAfee;i="6000,8403,9673"; a="127462595" X-IronPort-AV: E=Sophos;i="5.75,318,1589266800"; d="scan'208";a="127462595" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 03:44:05 -0700 IronPort-SDR: 9AzNABjaGPX5Sz6XnJDe+ACB+zC7KvfJNyyVrOV35hh5yDGWuo8iSlNSxKdOuL1brGRk2Uxhht iWnd8RQX7zog== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,318,1589266800"; d="scan'208";a="296966746" Received: from silpixa00399126.ir.intel.com ([10.237.222.36]) by orsmga002.jf.intel.com with ESMTP; 06 Jul 2020 03:44:05 -0700 From: Bruce Richardson To: nipun.gupta@nxp.com, hemant.agrawal@nxp.com Cc: dev@dpdk.org, Bruce Richardson Date: Mon, 6 Jul 2020 11:31:29 +0100 Message-Id: <20200706103132.7691-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/3] Minor rawdev fixes and enhancements 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Improve the rawdev info_get function to return the numa socket id value to the user, and to allow querying basic info of an unknown device by allowing generic info to be returned without having to know the device type. Also add in the missing dump function to the map file. Bruce Richardson (3): rawdev: allow calling info function for unknown rawdevs rawdev: return NUMA socket id to the user rawdev: fix missing dump function in map file lib/librte_rawdev/rte_rawdev.c | 14 +++++++------- lib/librte_rawdev/rte_rawdev.h | 8 +++++++- lib/librte_rawdev/rte_rawdev_version.map | 1 + 3 files changed, 15 insertions(+), 8 deletions(-) -- 2.25.1