Re: [dpdk-dev] [PATCH 01/13] crypto: replace rte_panic instances in crypto driver

2018-04-04 Thread Arnon Warshavsky
Cool.I assumed worst than needed when the checkpatches lady was not satisfied. Will fix that. On Wed, Apr 4, 2018 at 4:10 PM, Bruce Richardson wrote: > On Wed, Apr 04, 2018 at 02:27:25PM +0300, Arnon Warshavsky wrote: > > Signed-off-by: Arnon Warshavsky > > --- > > drivers/crypto/dpaa2_sec/dpa

Re: [dpdk-dev] [PATCH 01/13] crypto: replace rte_panic instances in crypto driver

2018-04-04 Thread Bruce Richardson
On Wed, Apr 04, 2018 at 02:27:25PM +0300, Arnon Warshavsky wrote: > Signed-off-by: Arnon Warshavsky > --- > drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 8 +--- > drivers/crypto/dpaa_sec/dpaa_sec.c | 8 +--- > 2 files changed, 10 insertions(+), 6 deletions(-) > > diff --git a/d

[dpdk-dev] [PATCH 01/13] crypto: replace rte_panic instances in crypto driver

2018-04-04 Thread Arnon Warshavsky
Signed-off-by: Arnon Warshavsky --- drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 8 +--- drivers/crypto/dpaa_sec/dpaa_sec.c | 8 +--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c b/drivers/crypto/dpaa2_sec/dpaa2_sec