From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v8 0/4] DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA) Date: Fri, 18 Mar 2016 17:04:11 +0000 Message-ID: <20160318170411.GB13720@bricha3-MOBL3> References: <1458225078-17105-1-git-send-email-jan@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, matua@amazon.com To: Jan Medala Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B5ECF5590 for ; Fri, 18 Mar 2016 18:04:15 +0100 (CET) Content-Disposition: inline In-Reply-To: <1458225078-17105-1-git-send-email-jan@semihalf.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Mar 17, 2016 at 03:31:14PM +0100, Jan Medala wrote: > v3: > Additional features for Amazon ENA: > * Low Latenycy Queue (LLQ) for Tx > * RSS > v4: > * Improved doc > * Improved style according to checkpatch script > * Fixed build problems on: i686, clang, +shared, +debug > v5: > * Removed 'cvos' environment code from ena Makefile > * Driver symbol version fixed to DPDK_16.04 > * Max MTU is read from device attributes > v6: > * Updated ENA communication layer > * Added check if DPDK queue size is supported by device > * Checkpatch results: 6 warns >80, 0 warns >90, no whitespace issues > * defined likely/unlikely (can compile with ARM toolchain) > * Updated doc/guides/nics/overview.rst w/ ENA > * Removed metioned #pragma for "-Wcast-qual" > v7: > * Resolved Thomas's comments: > - included instead of own definition of > likely/unlikely > - used RTE_MIN/RTE_MAX macros > v8: > * Fixed init (error) logging to be always available > > Jan Medala (4): > ena: Amazon ENA documentation > ena: Amazon ENA communication layer > ena: Amazon ENA communication layer for DPDK platform > ena: DPDK polling-mode driver for Amazon Elastic Network Adapters > (ENA) > Applied to dpdk-next-net/rel_16_04. Thanks for the contribution of a new PMD. /Bruce