> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Duszynski > Sent: Tuesday, October 17, 2017 8:18 AM > To: dev@dpdk.org > Cc: Tomasz Duszynski <t...@semihalf.com> > Subject: [dpdk-dev] [PATCH 0/3] crypto/mrvl: updates and bugfixes > > This patch series brings following changes: > > * A few fixes related to printing debug messages > * Extra debug message in case dma object has been already initialized > > Tomasz Duszynski (3): > crypto/mrvl: fix driver name in debug log > crypto/mrvl: use proper config option to enable debug logs > crypto/mrvl: print message if dma mem object is already initialized > > drivers/crypto/mrvl/rte_mrvl_pmd.c | 12 ++++++++---- > drivers/crypto/mrvl/rte_mrvl_pmd_private.h | 8 ++++---- > 2 files changed, 12 insertions(+), 8 deletions(-) > > -- > 2.7.4
I modified the last patch's title, as check-git-log.sh was complaining, so make sure to run it next time you send patches. Applied to dpdk-next-crypto. Thanks, Pablo