]> git.droids-corp.org - dpdk.git/blobdiff - app/test-crypto-perf/cperf_options_parsing.c
app/crypto-perf: overwrite mbuf when verifying
[dpdk.git] / app / test-crypto-perf / cperf_options_parsing.c
index 0d4d679d77ff2ae1b4e84c5115d3c074327ff874..3974c8173e6dbe354d96141b2d6f9ebf4a87b01b 100644 (file)
@@ -955,13 +955,6 @@ cperf_options_check(struct cperf_options *options)
                return -EINVAL;
        }
 
-       if (options->test == CPERF_TEST_TYPE_VERIFY &&
-                       options->total_ops > options->pool_sz) {
-               RTE_LOG(ERR, USER1, "Total number of ops must be less than or"
-                               " equal to the pool size.\n");
-               return -EINVAL;
-       }
-
        if (options->test == CPERF_TEST_TYPE_VERIFY &&
                        (options->inc_buffer_size != 0 ||
                        options->buffer_size_count > 1)) {