* [dpdk-stable] [PATCH] examples/l2fwd-crypto: fix wrong array index
@ 2017-04-25 15:32 Pablo de Lara
2017-04-27 13:35 ` [dpdk-stable] [dpdk-dev] " De Lara Guarch, Pablo
0 siblings, 1 reply; 2+ messages in thread
From: Pablo de Lara @ 2017-04-25 15:32 UTC (permalink / raw)
To: dev; +Cc: Pablo de Lara, stable
Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented")
Cc: stable@dpdk.org
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
examples/l2fwd-crypto/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c
index d7db55d..9492193 100644
--- a/examples/l2fwd-crypto/main.c
+++ b/examples/l2fwd-crypto/main.c
@@ -788,7 +788,7 @@ l2fwd_main_loop(struct l2fwd_crypto_options *options)
ops_burst, nb_rx) !=
nb_rx) {
for (j = 0; j < nb_rx; j++)
- rte_pktmbuf_free(pkts_burst[i]);
+ rte_pktmbuf_free(pkts_burst[j]);
nb_rx = 0;
}
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-stable] [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix wrong array index
2017-04-25 15:32 [dpdk-stable] [PATCH] examples/l2fwd-crypto: fix wrong array index Pablo de Lara
@ 2017-04-27 13:35 ` De Lara Guarch, Pablo
0 siblings, 0 replies; 2+ messages in thread
From: De Lara Guarch, Pablo @ 2017-04-27 13:35 UTC (permalink / raw)
To: De Lara Guarch, Pablo, dev; +Cc: stable
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Tuesday, April 25, 2017 4:33 PM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo; stable@dpdk.org
> Subject: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix wrong array index
>
> Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op
> oriented")
> Cc: stable@dpdk.org
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Applied to dpdk-next-crypto.
Pablo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-27 13:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 15:32 [dpdk-stable] [PATCH] examples/l2fwd-crypto: fix wrong array index Pablo de Lara
2017-04-27 13:35 ` [dpdk-stable] [dpdk-dev] " De Lara Guarch, Pablo
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).