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

2017-03-10 Thread Pascal Mazon
On Thu, 9 Mar 2017 15:28:31 + 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/t

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

2017-03-09 Thread Ferruh Yigit
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 ++