From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Mazon Subject: Re: [PATCH v3 1/4] net/tap: move private elements to external header Date: Fri, 10 Mar 2017 10:40:35 +0100 Message-ID: <20170310104035.05ef6326@paques.dev.6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: keith.wiles@intel.com, dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 75575374F for ; Fri, 10 Mar 2017 10:41:12 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id v186so6312939wmd.0 for ; Fri, 10 Mar 2017 01:41:12 -0800 (PST) In-Reply-To: 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 Thu, 9 Mar 2017 15:28:31 +0000 Ferruh Yigit wrote: > 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. > > <...> I'm ok with that. I'll change it in my next version.