From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2B89137B4 for ; Thu, 9 Mar 2017 16:28:35 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2017 07:28:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,136,1486454400"; d="scan'208";a="1140069679" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.86.60]) ([10.255.86.60]) by fmsmga002.fm.intel.com with ESMTP; 09 Mar 2017 07:28:33 -0800 To: Pascal Mazon , keith.wiles@intel.com References: Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Thu, 9 Mar 2017 15:28:31 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 1/4] net/tap: move private elements to external header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 15:28:36 -0000 On 3/7/2017 4:35 PM, Pascal Mazon wrote: > In the next patch, access to struct pmd_internals will be necessary in > tap_flow.c to store the flows. > > Signed-off-by: Pascal Mazon > Acked-by: Olga Shern > --- > drivers/net/tap/Makefile | 1 + > drivers/net/tap/rte_eth_tap.c | 34 ++------------------ > drivers/net/tap/tap.h | 73 +++++++++++++++++++++++++++++++++++++++++++ tap.h is a generic name, I think rte_eth_tap.h fits better here. <...>