From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 00/10] enic PMD patchset Date: Fri, 9 Mar 2018 16:00:55 +0000 Message-ID: <57bd7578-e29b-694d-8170-1899b17de08b@intel.com> References: <20180306014634.28398-2-johndale@cisco.com> <20180308024702.25974-1-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: John Daley Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 049EA5F21 for ; Fri, 9 Mar 2018 17:00:57 +0100 (CET) In-Reply-To: <20180308024702.25974-1-johndale@cisco.com> Content-Language: en-US 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 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)