Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-08 Thread Neil Horman
:17 PM > > > To: Doherty, Declan > > > Cc: Richardson, Bruce ; Thomas Monjalon > > > ; Zhang, Roy Fan ; > > > dev@dpdk.org > > > Subject: Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto > > > pmd > > > > >

Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-07 Thread Declan Doherty
] Scheduler: add driver for scheduler crypto pmd On Wed, Dec 07, 2016 at 12:42:15PM +, Declan Doherty wrote: On 05/12/16 15:12, Neil Horman wrote: On Fri, Dec 02, 2016 at 04:22:16PM +, Declan Doherty wrote: On 02/12/16 14:57, Bruce Richardson wrote: On Fri, Dec 02, 2016 at 03:31:24PM +0100

Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-07 Thread Richardson, Bruce
> -Original Message- > From: Neil Horman [mailto:nhor...@tuxdriver.com] > Sent: Wednesday, December 7, 2016 2:17 PM > To: Doherty, Declan > Cc: Richardson, Bruce ; Thomas Monjalon > ; Zhang, Roy Fan ; > dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] Scheduler:

Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-07 Thread Neil Horman
On Wed, Dec 07, 2016 at 12:42:15PM +, Declan Doherty wrote: > On 05/12/16 15:12, Neil Horman wrote: > > On Fri, Dec 02, 2016 at 04:22:16PM +, Declan Doherty wrote: > > > On 02/12/16 14:57, Bruce Richardson wrote: > > > > On Fri, Dec 02, 2016 at 03:31:24PM +0100, Thomas Monjalon wrote: > > >

Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-07 Thread Declan Doherty
On 05/12/16 15:12, Neil Horman wrote: On Fri, Dec 02, 2016 at 04:22:16PM +, Declan Doherty wrote: On 02/12/16 14:57, Bruce Richardson wrote: On Fri, Dec 02, 2016 at 03:31:24PM +0100, Thomas Monjalon wrote: 2016-12-02 14:15, Fan Zhang: This patch provides the initial implementation of the

Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-05 Thread Neil Horman
On Fri, Dec 02, 2016 at 04:22:16PM +, Declan Doherty wrote: > On 02/12/16 14:57, Bruce Richardson wrote: > > On Fri, Dec 02, 2016 at 03:31:24PM +0100, Thomas Monjalon wrote: > > > 2016-12-02 14:15, Fan Zhang: > > > > This patch provides the initial implementation of the scheduler poll > > > >

Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-02 Thread Declan Doherty
On 02/12/16 14:57, Bruce Richardson wrote: On Fri, Dec 02, 2016 at 03:31:24PM +0100, Thomas Monjalon wrote: 2016-12-02 14:15, Fan Zhang: This patch provides the initial implementation of the scheduler poll mode driver using DPDK cryptodev framework. Scheduler PMD is used to schedule and enqueu

Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-02 Thread Bruce Richardson
On Fri, Dec 02, 2016 at 03:31:24PM +0100, Thomas Monjalon wrote: > 2016-12-02 14:15, Fan Zhang: > > This patch provides the initial implementation of the scheduler poll mode > > driver using DPDK cryptodev framework. > > > > Scheduler PMD is used to schedule and enqueue the crypto ops to the > > h

Re: [dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-02 Thread Thomas Monjalon
2016-12-02 14:15, Fan Zhang: > This patch provides the initial implementation of the scheduler poll mode > driver using DPDK cryptodev framework. > > Scheduler PMD is used to schedule and enqueue the crypto ops to the > hardware and/or software crypto devices attached to it (slaves). The > dequeue

[dpdk-dev] [PATCH] Scheduler: add driver for scheduler crypto pmd

2016-12-02 Thread Fan Zhang
This patch provides the initial implementation of the scheduler poll mode driver using DPDK cryptodev framework. Scheduler PMD is used to schedule and enqueue the crypto ops to the hardware and/or software crypto devices attached to it (slaves). The dequeue operation from the slave(s), and the pos