From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 049EA5F21
 for <dev@dpdk.org>; Fri,  9 Mar 2018 17:00:57 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga004.jf.intel.com ([10.7.209.38])
 by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 09 Mar 2018 08:00:56 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.47,446,1515484800"; d="scan'208";a="181347279"
Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62])
 ([10.237.221.62])
 by orsmga004.jf.intel.com with ESMTP; 09 Mar 2018 08:00:55 -0800
To: John Daley <johndale@cisco.com>
Cc: dev@dpdk.org
References: <20180306014634.28398-2-johndale@cisco.com>
 <20180308024702.25974-1-johndale@cisco.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <57bd7578-e29b-694d-8170-1899b17de08b@intel.com>
Date: Fri, 9 Mar 2018 16:00:55 +0000
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
 Thunderbird/52.6.0
MIME-Version: 1.0
In-Reply-To: <20180308024702.25974-1-johndale@cisco.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v3 00/10] enic PMD patchset
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 09 Mar 2018 16:00:58 -0000

On 3/8/2018 2:46 AM, John Daley wrote:
> V2: rebase, submit as patchset instead of individual patches so they
> apply correctly.
> V3: try again submitting patches one at a time so they are applied
> in order (tester seems to be applying patches in order received
> instead of looking at patch ID).
> 
> Hyong Youb Kim (9):
>   net/enic: allow the user to change RSS settings
>   net/enic: heed the requested max Rx packet size
>   net/enic: remove the VLAN filter handler
>   net/enic: add Rx/Tx queue configuration getters
>   net/enic: allocate stats DMA buffer upfront during probe
>   net/enic: support Rx queue interrupts
>   doc: describe Rx bytes counter behavior for enic
>   net/enic: use memcpy to avoid strict aliasing warnings
>   net/enic: support for meson
> 
> John Daley (1):
>   net/enic: remove 'extern' in .h file function declarations

Series applied to dpdk-next-net/master, thanks.

(typo in 2/10 fixed while applying)