app/crypto-perf: overwrite mbuf when verifying
[dpdk.git] / app / test-crypto-perf / cperf_options_parsing.c
index 0d4d679..3974c81 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)) {