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

2017-03-14 Thread Wiles, Keith
> On Mar 14, 2017, at 4:29 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 Acked-by: Keith Wiles Regards, Keith

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

2017-03-14 Thread Pascal Mazon
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 | 35 ++-- drivers/net/tap/rte_eth_tap.h | 74 ++