From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D3AD0C2FA for ; Thu, 18 Feb 2016 12:26:55 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 18 Feb 2016 03:26:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,464,1449561600"; d="scan'208";a="888580761" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 18 Feb 2016 03:26:54 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u1IBQqVG005085; Thu, 18 Feb 2016 11:26:52 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id u1IBQqDJ020490; Thu, 18 Feb 2016 11:26:52 GMT Received: (from fyigit@localhost) by sivswdev02.ir.intel.com with id u1IBQpeC020486; Thu, 18 Feb 2016 11:26:51 GMT From: Ferruh Yigit To: dev@dpdk.org Date: Thu, 18 Feb 2016 11:26:40 +0000 Message-Id: <1455794803-20383-1-git-send-email-ferruh.yigit@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1454087782-15085-1-git-send-email-ferruh.yigit@intel.com> References: <1454087782-15085-1-git-send-email-ferruh.yigit@intel.com> Cc: =?UTF-8?q?Nicol=C3=A1s=20Pernas=20Maradei?= Subject: [dpdk-dev] [PATCH v2 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2016 11:26:56 -0000 This is a clean-up patch, no defect fixed, no functional difference expected. Patch mainly removes duplicated fields between data->dev_private and data (struct rte_eth_dev_data). Also pcap has minor update: pcap: move a common code into a function Ferruh Yigit (3): pcap: remove duplicate fields in internal data struct ring: remove duplicate fields in internal data struct null: remove duplicate fields in internal data struct drivers/net/null/rte_eth_null.c | 36 ++++------- drivers/net/pcap/rte_eth_pcap.c | 130 +++++++++++++++++++--------------------- drivers/net/ring/rte_eth_ring.c | 57 ++++++++---------- 3 files changed, 98 insertions(+), 125 deletions(-) -- 2.5.0