> @@ -326,7 +641,9 @@ uadk_cryptodev_probe(struct rte_vdev_device *vdev) > dev->driver_id = uadk_cryptodev_driver_id; > dev->dequeue_burst = uadk_crypto_dequeue_burst; > dev->enqueue_burst = uadk_crypto_enqueue_burst; > - dev->feature_flags = RTE_CRYPTODEV_FF_HW_ACCELERATED; > + dev->feature_flags = RTE_CRYPTODEV_FF_HW_ACCELERATED | > + RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO | > + RTE_CRYPTODEV_FF_SYM_SESSIONLESS;
It seems the driver is not supporting session-less operations, but here you have added it. Please remove this until it is supported. And once it is supported, update uadk.ini file as well. > priv = dev->data->dev_private; > priv->version = version; > > -- > 2.38.1