X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fcryptodev.c;h=b0d9f3d217cc6f3d27402a54b0dc58fe9c91d53e;hb=186b14d6850654eb84a8ae9ea29b736f0ba5e093;hp=ab5e926471753bcf2e3b4e1a11318af7b7c22da9;hpb=8c7a31317b0ec128d25b30cd56db94c144ceaaa2;p=dpdk.git diff --git a/examples/ip_pipeline/cryptodev.c b/examples/ip_pipeline/cryptodev.c index ab5e926471..b0d9f3d217 100644 --- a/examples/ip_pipeline/cryptodev.c +++ b/examples/ip_pipeline/cryptodev.c @@ -90,8 +90,6 @@ cryptodev_create(const char *name, struct cryptodev_params *params) if (dev_info.max_nb_queue_pairs < params->n_queues) return NULL; - if (dev_info.feature_flags & RTE_CRYPTODEV_FF_HW_ACCELERATED) - return NULL; dev_conf.socket_id = socket_id; dev_conf.nb_queue_pairs = params->n_queues;