From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 86F962C6E
 for <dev@dpdk.org>; Fri, 18 Mar 2016 18:19:32 +0100 (CET)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by fmsmga101.fm.intel.com with ESMTP; 18 Mar 2016 10:19:32 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,356,1455004800"; d="scan'208";a="671995263"
Received: from akolekta-mobl1.ger.corp.intel.com ([10.252.6.121])
 by FMSMGA003.fm.intel.com with SMTP; 18 Mar 2016 10:19:29 -0700
Received: by  (sSMTP sendmail emulation); Fri, 18 Mar 2016 17:19:29 +0025
Date: Fri, 18 Mar 2016 17:19:28 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: Jan =?utf-8?Q?M=C4=99dala?= <jan@semihalf.com>
Cc: dev@dpdk.org, Alexander Matushevsky <matua@amazon.com>
Message-ID: <20160318171928.GD13720@bricha3-MOBL3>
References: <1458225078-17105-1-git-send-email-jan@semihalf.com>
 <20160318170411.GB13720@bricha3-MOBL3>
 <CANw_3Zei-crwUhj9hZV9HJeMKsgFk8sCXgQhrHo4LOyf=baOjA@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <CANw_3Zei-crwUhj9hZV9HJeMKsgFk8sCXgQhrHo4LOyf=baOjA@mail.gmail.com>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH v8 0/4] DPDK polling-mode driver for Amazon
 Elastic Network Adapters (ENA)
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 18 Mar 2016 17:19:32 -0000

On Fri, Mar 18, 2016 at 06:11:29PM +0100, Jan Mędala wrote:
> Great news!
> We are going to extend functionality of the ENA PMD, so from now I will
> send patches based on v8 version.
> 
More specifically, please base any further patches on the code on
dpdk-next-net/rel_16_04 branch. At this stage in the release cycle for 16.04,
no new feature patches can be accepted, only bug-fixes. Feel free to send
RFC patches for 16.07 release though, to add any new features.

/Bruce

> Thanks,
> 
>   Jan
> 
> 2016-03-18 18:04 GMT+01:00 Bruce Richardson <bruce.richardson@intel.com>:
> 
> > 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 <rte_branch_prediction.h> 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
> >