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

2017-03-06 Thread Wiles, Keith
> On Mar 6, 2017, at 8:18 AM, Pascal Mazon wrote: > > On Fri, 3 Mar 2017 15:38:11 + > "Wiles, Keith" wrote: > >> >>> On Mar 3, 2017, at 4:45 AM, Pascal Mazon >>> wrote: >>> >>> In the next patch, access to struct pmd_internals will be necessary >>> in tap_flow.c to store the flows. >>>

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

2017-03-06 Thread Pascal Mazon
On Fri, 3 Mar 2017 15:38:11 + "Wiles, Keith" wrote: > > > On Mar 3, 2017, at 4:45 AM, 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 >

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

2017-03-03 Thread Wiles, Keith
> On Mar 3, 2017, at 4:45 AM, 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 | 3

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

2017-03-03 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 | 34 ++-- drivers/net/tap/tap.h | 73 ++