> This patch fixes cipher data length, in the event of algorithm > chaining. When enqueuing crypto op to vhost backend > cipher.data.length is set correctly which is in > virtqueue_crypto_sym_pkt_header_arrange(). This field is computed > and assigned wrongly instead of using passed value. This is > rectified and using correct cipher data length in vhost crypto. > > Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") Cc: stable@dpdk.org > > Signed-off-by: Rajesh Mudimadugula Acked-by: Akhil Goyal