On 1/4/19 12:22 PM, Fan Zhang wrote:
This patch fixes a possible infinite loop caused by incorrect descriptor chain created by the driver. Cc: sta...@dpdk.org Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com> --- lib/librte_vhost/vhost_crypto.c | 121 +++++++++++++++++++++++++++------------- 1 file changed, 82 insertions(+), 39 deletions(-)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime