Re: [dpdk-dev] [EXT] [PATCH] cryptodev: extend data-unit length field

2021-10-16 Thread Akhil Goyal
> As described in [1] and as announced in [2], The field ``dataunit_len`` > of the ``struct rte_crypto_cipher_xform`` moved to the end of the > structure and extended to ``uint32_t``. > > In this way, sizes bigger than 64K bytes can be supported for data-unit > lengths. > > [1] commit d014dddb2d6

Re: [dpdk-dev] [EXT] [PATCH] cryptodev: extend data-unit length field

2021-10-16 Thread Akhil Goyal
> As described in [1] and as announced in [2], The field ``dataunit_len`` > of the ``struct rte_crypto_cipher_xform`` moved to the end of the > structure and extended to ``uint32_t``. > > In this way, sizes bigger than 64K bytes can be supported for data-unit > lengths. > > [1] commit d014dddb2d6