From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jan@semihalf.com>
Received: from mail-vk0-f41.google.com (mail-vk0-f41.google.com
 [209.85.213.41]) by dpdk.org (Postfix) with ESMTP id B20D02BB9
 for <dev@dpdk.org>; Wed, 29 Jun 2016 13:31:13 +0200 (CEST)
Received: by mail-vk0-f41.google.com with SMTP id c2so61695210vkg.1
 for <dev@dpdk.org>; Wed, 29 Jun 2016 04:31:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=semihalf-com.20150623.gappssmtp.com; s=20150623;
 h=mime-version:in-reply-to:references:from:date:message-id:subject:to
 :cc; bh=aVaDQ6Wgnj/U8bJG+KRoeaUo2oENRFE1C/pWBnqTLic=;
 b=hg9rbWUdd2/qQomnwJjgrA1Ip+ENQKrV08uZxuv5YIX+gnvJVM9duhoXRz8aV/WuSK
 t5TySvvJ6aL8A9mKRUBs5+qMrMRyJqPS+ZRfGi1Q89IpZvubK+iOEiPlPCZ95ORFT///
 Ew80oghs28gC3FpaQwQVNx+qvbK1psDCo27WKD7mbHeboTkhv/bOYeFQAY5+dXMtP+mH
 Xxj8DNNS88ern9kBGUu/VKLwAC6boSPGbJuiDSoxEEsylftCIqZOHMDi5EmrMJsQQ2Za
 wTInQMg897XQTdXJT1FKkZDAbwJ0Im4D65bWLDBF314zHNYZ5n1kidGpodsoGhVMELNG
 u/tQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:in-reply-to:references:from:date
 :message-id:subject:to:cc;
 bh=aVaDQ6Wgnj/U8bJG+KRoeaUo2oENRFE1C/pWBnqTLic=;
 b=h7nl9o6KlngYq6EA2ZqHp99P9CrrD0D3OF2ARXa0aXFLP/1SaDXUCiDDCW25k4+/I4
 1m5ZIUQUVN6mBaiKt6YMfPX0dOaBMzl3LK9wK8Ibs/A16GpwTtOfliLYGzZZL98sclDQ
 zH3//EqCkChGSDvSRREVPdT7CSr+7QGrU7cuOVT+IPWRYm3u0sJRhK1D0vtPguqgBT8R
 UylffvAm4/4jMQzxgU+qAJAHtqXSNlKMnVgFcTN+T4Pf4nfrgNVbbjj5+2rPQsf9cI5R
 KRQsk2mSc6f5piztzsjW4td3rd6TR6XMH0brVu9PhJifir9BCidF5xzktzX5u8e7iwDy
 mdaw==
X-Gm-Message-State: ALyK8tIKO53ryBK70LKbhDhbP4/HGfLnsoYiqY4L6Qb1hkKgfVCX9rBopBZEPwjAakmooARWXV1miccK18+ETw==
X-Received: by 10.31.67.65 with SMTP id q62mr3386297vka.22.1467199873045; Wed,
 29 Jun 2016 04:31:13 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.159.36.106 with HTTP; Wed, 29 Jun 2016 04:31:12 -0700 (PDT)
In-Reply-To: <20160629110139.GC3624@bricha3-MOBL3>
References: <1466099690-28085-1-git-send-email-jan@semihalf.com>
 <1466510763-19569-1-git-send-email-jan@semihalf.com>
 <20160624115239.GI13456@bricha3-MOBL3>
 <20160629110139.GC3624@bricha3-MOBL3>
From: =?UTF-8?Q?Jan_M=C4=99dala?= <jan@semihalf.com>
Date: Wed, 29 Jun 2016 13:31:12 +0200
Message-ID: <CANw_3Zdwxe8DmvBK1hi-LS3GXTOWUGr=DO78TrOrVy5JaeGkVw@mail.gmail.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org, ferruh.yigit@intel.com, 
 Alexander Matushevsky <alex@annapurnalabs.com>
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [dpdk-dev] [PATCH v2 0/6] ena: update PMD to cooperate with
 latest ENA firmware
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: Wed, 29 Jun 2016 11:31:14 -0000

Bruce,

We've got a small minor fixes and we will create V3 version later this week
(targeting Friday).
What's final deadline for 16.07 integration?

Regards,

  Jan

2016-06-29 13:01 GMT+02:00 Bruce Richardson <bruce.richardson@intel.com>:

> On Fri, Jun 24, 2016 at 12:52:39PM +0100, Bruce Richardson wrote:
> > On Tue, Jun 21, 2016 at 02:05:57PM +0200, Jan Medala wrote:
> > > As requested, big patch splitted into logical pieces for easier review.
> > > Improved style and fixed icc compiler issues.
> > >
> >
> > Thanks for the patch split. However, many of the patches don't have a
> commit
> > message describing (at a high level), what the goal of that patch is and
> how
> > it goes about implementing the changes to achieve that goal. Can you add
> a
> > paragraph or two of commit message to each patch on the set to help
> anyone
> > looking at the code understand what is happening in each patch.
> >
> > Regards,
> > /Bruce
> >
>
> Any update on this set? Is a V3 coming for 16.07 timeframe?
>
> /Bruce
>
>