From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 292112C55
 for <dev@dpdk.org>; Thu, 10 Mar 2016 12:12:39 +0100 (CET)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by orsmga102.jf.intel.com with ESMTP; 10 Mar 2016 03:12:38 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,315,1455004800"; d="scan'208";a="906897160"
Received: from ugavish-mobl1.ger.corp.intel.com ([10.252.20.226])
 by orsmga001.jf.intel.com with SMTP; 10 Mar 2016 03:12:36 -0800
Received: by  (sSMTP sendmail emulation); Thu, 10 Mar 2016 11:12:35 +0025
Date: Thu, 10 Mar 2016 11:12:35 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <20160310111234.GE14712@bricha3-MOBL3>
References: <1456500415-27416-1-git-send-email-ferruh.yigit@intel.com>
 <1456505889-5861-1-git-send-email-ferruh.yigit@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1456505889-5861-1-git-send-email-ferruh.yigit@intel.com>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Cc: dev@dpdk.org, =?iso-8859-1?Q?Nicol=E1s?= Pernas Maradei
 <nicolas.pernas.maradei@emutex.com>
Subject: Re: [dpdk-dev] [PATCH v4 0/3] clean-up on virtual PMDs
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: Thu, 10 Mar 2016 11:12:39 -0000

On Fri, Feb 26, 2016 at 04:58:06PM +0000, Ferruh Yigit wrote:
> This is a clean-up patch, no defect fixed, no functional difference 
> expected.
> 
> Patch removes duplicated fields between data->dev_private
> and data (struct rte_eth_dev_data) for pcap and null PMDs.
> For ring, renames some variables and does code cleanup.
> 
> Also for pcap: move a common code into a function
> 
> v4:
> * ring: Commit message updated to mention from code cleanup,
> no code update.
> 
> v3:
> * ring: Add fields in internal data struct back, rename them
> these fields required to keep max configured queue number
> 
> v2:
> * ring: Add memory allocation and queue assignment back, 
> these are to make rte_eth_from_ring() work without 
> rte_eth_dev_configure() or rte_eth_rx/tx_queue_setup() calls
> 
> 
> Ferruh Yigit (3):
>   pcap: remove duplicate fields in internal data struct
>   ring: variable rename and code cleanup
>   null: remove duplicate fields in internal data struct
>
Applied to dpdk-next-net/rel_16_04

/Bruce