Re: [dpdk-dev] [PATCH] crypto/dpaa2_sec: fix length retreived from hardware

2019-11-05 Thread Akhil Goyal
> FD retreived from SEC after crypto processing provides > an updated length of the buffer which need to be updated > in mbuf. The difference in length can be negative hence > changing diff to int32_t from uint32_t. > > Fixes: 0a23d4b6f4c2 ("crypto/dpaa2_sec: support protocol offload IPsec") >

[dpdk-dev] [PATCH] crypto/dpaa2_sec: fix length retreived from hardware

2019-11-05 Thread Akhil Goyal
FD retreived from SEC after crypto processing provides an updated length of the buffer which need to be updated in mbuf. The difference in length can be negative hence changing diff to int32_t from uint32_t. Fixes: 0a23d4b6f4c2 ("crypto/dpaa2_sec: support protocol offload IPsec") Cc: sta...@dpdk.o