[dpdk-dev] [PATCH v7 07/10] qat_crypto_pmd: Addition of a new QAT DPDK PMD.

2015-11-25 Thread Thomas Monjalon
2015-11-13 18:58, Declan Doherty: > +Crypto Device Drivers > + It is a quite long underlining :) It raise a question to me: John, have you reviewed the crypto docs?

[dpdk-dev] [PATCH 2/2] lib/librte_eal: Remove unnecessary hugepage zero-filling

2015-11-25 Thread Wang, Zhihong
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, November 25, 2015 7:04 AM > To: Stephen Hemminger > Cc: Wang, Zhihong ; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/2] lib/librte_eal: Remove unnecessary > hugepage zero-filling

[dpdk-dev] [PATCH] sched: remove unused debug functions

2015-11-25 Thread Thomas Monjalon
clang warns about unused functions when debug is enabled. Signed-off-by: Thomas Monjalon --- lib/librte_sched/rte_sched.c | 31 --- 1 file changed, 31 deletions(-) diff --git a/lib/librte_sched/rte_sched.c b/lib/librte_sched/rte_sched.c index 9f0b458..d47cfc2 100644

[dpdk-dev] [PATCH v7 05/10] cryptodev: Initial DPDK Crypto APIs and device framework release

2015-11-25 Thread Thomas Monjalon
2015-11-13 18:58, Declan Doherty: > lib/librte_cryptodev/rte_crypto.h | 613 + > lib/librte_cryptodev/rte_cryptodev.c | 1092 > > lib/librte_cryptodev/rte_cryptodev.h | 649 ++ Doxygen reports some errors:

[dpdk-dev] [PATCH v2 00/10] rte_sched: enhancements and cleanups

2015-11-25 Thread Thomas Monjalon
2015-11-13 09:58, Stephen Hemminger: > Hierarchal scheduler changes (resend) > > Most of these are cleanups for existing code to make it more compatiable > with coding style, and eliminate #ifdefs. > > The only substantive change is to allow more subports per scheduler > instance. This was

[dpdk-dev] [PATCH 2/2] lib/librte_eal: Remove unnecessary hugepage zero-filling

2015-11-25 Thread Thomas Monjalon
2015-11-24 14:44, Stephen Hemminger: > On Tue, 24 Nov 2015 22:13:28 +0100 > Thomas Monjalon wrote: > > > 2015-11-22 18:28, Stephen Hemminger: > > > On Sun, 22 Nov 2015 14:13:35 -0500 > > > Zhihong Wang wrote: > > > > > > > The kernel fills new allocated (huge) pages with zeros. > > > > DPDK

<    1   2