> -----Original Message----- > From: Zhang, Roy Fan > Sent: Tuesday, April 18, 2017 3:49 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; sta...@dpdk.com > Subject: [PATCH v3] app/test-crypto-perf: fix crypto operation resubmission > > This patch fixes the crypto operation resubmission problem in crypto > perferformance test. Originally, when needed crypto ops amount is > smaller than the enqueued crypto ops in the last round, one or more > processed crypto operations will be re-enqueued. > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") > > Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com> > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo