DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2] aesni_mb: fix control issues in aesni pmd
       [not found] <1463644891-12521-1-git-send-email-deepak.k.jain@intel.com>
@ 2016-06-07  9:34 ` Jain, Deepak K
  2016-06-07 11:09   ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 3+ messages in thread
From: Jain, Deepak K @ 2016-06-07  9:34 UTC (permalink / raw)
  To: dev; +Cc: declan.doherty, deepak.k.jain

Fix wrong indentation for return value

Coverity ID: 126585
Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto")

Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
---
v2: Corrected PMD in commit message

 drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c b/drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c
index 3415ac1..9c42f88 100644
--- a/drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c
+++ b/drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c
@@ -560,7 +560,7 @@ aesni_mb_pmd_enqueue_burst(void *queue_pair, struct rte_crypto_op **ops,
 		goto flush_jobs;
 	else
 		qp->stats.enqueued_count += processed_jobs;
-		return i;
+	return i;
 
 flush_jobs:
 	/*
-- 
2.5.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH v2] aesni_mb: fix control issues in aesni pmd
  2016-06-07  9:34 ` [dpdk-dev] [PATCH v2] aesni_mb: fix control issues in aesni pmd Jain, Deepak K
@ 2016-06-07 11:09   ` De Lara Guarch, Pablo
  2016-06-07 14:33     ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2016-06-07 11:09 UTC (permalink / raw)
  To: Jain, Deepak K, dev; +Cc: Doherty, Declan, Jain, Deepak K



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jain, Deepak K
> Sent: Tuesday, June 07, 2016 10:35 AM
> To: dev@dpdk.org
> Cc: Doherty, Declan; Jain, Deepak K
> Subject: [dpdk-dev] [PATCH v2] aesni_mb: fix control issues in aesni pmd
> 
> Fix wrong indentation for return value
> 
> Coverity ID: 126585
> Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto")
> 
> Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH v2] aesni_mb: fix control issues in aesni pmd
  2016-06-07 11:09   ` De Lara Guarch, Pablo
@ 2016-06-07 14:33     ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-06-07 14:33 UTC (permalink / raw)
  To: Jain, Deepak K; +Cc: dev, De Lara Guarch, Pablo, Doherty, Declan

> > Fix wrong indentation for return value
> > 
> > Coverity ID: 126585
> > Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto")
> > 
> > Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-07 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1463644891-12521-1-git-send-email-deepak.k.jain@intel.com>
2016-06-07  9:34 ` [dpdk-dev] [PATCH v2] aesni_mb: fix control issues in aesni pmd Jain, Deepak K
2016-06-07 11:09   ` De Lara Guarch, Pablo
2016-06-07 14:33     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).