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 8F2CFA04AF; Fri, 21 Aug 2020 18:40:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E33A5F12; Fri, 21 Aug 2020 18:40:03 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5D03AA3 for ; Fri, 21 Aug 2020 18:40:02 +0200 (CEST) IronPort-SDR: 7pPFdMXahZ7d0ntw8mUlBYIHAGxQZyFWoxH4PJG4ZRtXcUODYJ0CYuXZCz+hjWgn+YUnKjy6Oh TVkOANqRgMFw== X-IronPort-AV: E=McAfee;i="6000,8403,9719"; a="155563145" X-IronPort-AV: E=Sophos;i="5.76,337,1592895600"; d="scan'208";a="155563145" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2020 09:40:01 -0700 IronPort-SDR: qptJykHe6R1f65TvAN3u3dpbLzjT7z75JsANK5goymgv+gq4suaPZexhBUM0KpBxhTjcFNg4Ab iovdYr1OAdPw== X-IronPort-AV: E=Sophos;i="5.76,337,1592895600"; d="scan'208";a="473109095" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.0.70]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 21 Aug 2020 09:39:59 -0700 Date: Fri, 21 Aug 2020 17:39:56 +0100 From: Bruce Richardson To: dev@dpdk.org Cc: cheng1.jiang@intel.com, patrick.fu@intel.com, ping.yu@intel.com, kevin.laatz@intel.com Message-ID: <20200821163956.GA845@bricha3-MOBL.ger.corp.intel.com> References: <20200721095140.719297-1-bruce.richardson@intel.com> <20200821162944.29840-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200821162944.29840-1-bruce.richardson@intel.com> Subject: Re: [dpdk-dev] [PATCH v2 00/18] raw/ioat: enhancements and new hardware support 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" On Fri, Aug 21, 2020 at 05:29:26PM +0100, Bruce Richardson wrote: > This patchset adds some small enhancements, some rework and also support > for new hardware to the ioat rawdev driver. Most rework and enhancements > are largely self-explanatory from the individual patches. > > The new hardware support is for the Intel(R) DSA accelerator which will be > present in future Intel processors. A description of this new hardware is > covered in [1]. Functions specific to the new hardware use the "idxd" > prefix, for consistency with the kernel driver. *** SUBJECT HERE *** > > [1] https://01.org/blogs/2019/introducing-intel-data-streaming-accelerator > > --- > V2: > * Included documentation additions in the set > * Split off the rawdev unit test changes to a separate patchset for easier > review > * General code improvements and cleanups > > Forgot to add that this patchset is based on top of the proposed rawdev API changes: http://patches.dpdk.org/project/dpdk/list/?series=11639