[dpdk-dev] [PATCH v3 1/4] net/tap: move private elements to external header

Pascal Mazon pascal.mazon at 6wind.com
Fri Mar 10 10:40:35 CET 2017


On Thu, 9 Mar 2017 15:28:31 +0000
Ferruh Yigit <ferruh.yigit at intel.com> 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 <pascal.mazon at 6wind.com>
> > Acked-by: Olga Shern <olgas at mellanox.com>
> > ---
> >  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.


More information about the dev mailing list