Re: [dpdk-dev] [RFC] net/tap: add queues when attaching from secondary process

2018-06-12 Thread Raslan Darawsheh
aslan Darawsheh Cc: Thomas Monjalon ; dev@dpdk.org Subject: Re: [dpdk-dev] [RFC] net/tap: add queues when attaching from secondary process > On Jun 7, 2018, at 6:24 PM, Raslan Darawsheh wrote: > > Hi, > > As you know that currently TAP pmd support attaching a secondary process to

Re: [dpdk-dev] [RFC] net/tap: add queues when attaching from secondary process

2018-06-12 Thread Wiles, Keith
> On Jun 7, 2018, at 6:24 PM, Raslan Darawsheh wrote: > > Hi, > > As you know that currently TAP pmd support attaching a secondary process to a > primary process. > But, it's still lacking the ability to do Rx/Tx burst since it's lacking the > necessary fds for RX/TX queues, > And the setti

Re: [dpdk-dev] [RFC] net/tap: add queues when attaching from secondary process

2018-06-07 Thread Wiles, Keith
Darawsheh mailto:rasl...@mellanox.com>> Cc: Thomas Monjalon mailto:tho...@monjalon.net>>; dev@dpdk.org<mailto:dev@dpdk.org> Subject: Re: [dpdk-dev] [RFC] net/tap: add queues when attaching from secondary process On Jun 7, 2018, at 5:29 AM, Raslan Darawsheh mailto:rasl...@mella

Re: [dpdk-dev] [RFC] net/tap: add queues when attaching from secondary process

2018-06-07 Thread Raslan Darawsheh
wi...@intel.com] Sent: Thursday, June 7, 2018 10:10 PM To: Raslan Darawsheh Cc: Thomas Monjalon ; dev@dpdk.org Subject: Re: [dpdk-dev] [RFC] net/tap: add queues when attaching from secondary process > On Jun 7, 2018, at 5:29 AM, Raslan Darawsheh wrote: > > In the case where the device i

Re: [dpdk-dev] [RFC] net/tap: add queues when attaching from secondary process

2018-06-07 Thread Wiles, Keith
> On Jun 7, 2018, at 5:29 AM, Raslan Darawsheh wrote: > > In the case where the device is created by the primary process. > Currently, secondary process only contains the eth dev without being > able to do any Rx/Tx. > > When attaching the device from secondary process this patch adds queues

[dpdk-dev] [RFC] net/tap: add queues when attaching from secondary process

2018-06-07 Thread Raslan Darawsheh
In the case where the device is created by the primary process. Currently, secondary process only contains the eth dev without being able to do any Rx/Tx. When attaching the device from secondary process this patch adds queues info got from IPC massaging. Signed-off-by: Raslan Darawsheh --- dri