From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v4 0/3] clean-up on virtual PMDs Date: Thu, 10 Mar 2016 11:12:35 +0000 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 Cc: dev@dpdk.org, =?iso-8859-1?Q?Nicol=E1s?= Pernas Maradei To: Ferruh Yigit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 292112C55 for ; Thu, 10 Mar 2016 12:12:39 +0100 (CET) Content-Disposition: inline In-Reply-To: <1456505889-5861-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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