Re: [dpdk-dev] [PATCH v2 4/6] net/tap: fix multi-queue support

2017-02-06 Thread Wiles, Keith
> On Feb 6, 2017, at 9:45 AM, Pascal Mazon wrote: > > On Sun, 5 Feb 2017 10:05:07 -0600 > Keith Wiles wrote: > >> At the same time remove the code which created the first device queue >> at probe time. Now all queues are created during queue setup calls. >> >> Signed-off-by: Keith Wiles >>

Re: [dpdk-dev] [PATCH v2 4/6] net/tap: fix multi-queue support

2017-02-06 Thread Pascal Mazon
On Sun, 5 Feb 2017 10:05:07 -0600 Keith Wiles wrote: > At the same time remove the code which created the first device queue > at probe time. Now all queues are created during queue setup calls. > > Signed-off-by: Keith Wiles > --- > drivers/net/tap/rte_eth_tap.c | 104 > ++---

[dpdk-dev] [PATCH v2 4/6] net/tap: fix multi-queue support

2017-02-05 Thread Keith Wiles
At the same time remove the code which created the first device queue at probe time. Now all queues are created during queue setup calls. Signed-off-by: Keith Wiles --- drivers/net/tap/rte_eth_tap.c | 104 ++ 1 file changed, 34 insertions(+), 70 deletions(