Re: [dpdk-dev] [PATCH] doc: announce extension of crypto data-unit length

2021-08-02 Thread Matan Azrad
From: Thomas Monjalon > The struct member dataunit_len is introduced in DPDK 21.05. > It is limited to 16 bits to fit a padding hole in 32-bit build. > This means the maximum data-unit length is 64 KB. > Some use cases may benefit of a bigger size as the proposed 32 bits. > > Signed-off-by: Tho

Re: [dpdk-dev] [PATCH] doc: announce extension of crypto data-unit length

2021-08-02 Thread Thomas Monjalon
14/04/2021 22:15, Thomas Monjalon: > The struct member dataunit_len is introduced in DPDK 21.05. > It is limited to 16 bits to fit a padding hole in 32-bit build. > This means the maximum data-unit length is 64 KB. > Some use cases may benefit of a bigger size as the proposed 32 bits. > > Signed-o

Re: [dpdk-dev] [PATCH] doc: announce extension of crypto data-unit length

2021-07-31 Thread Ajit Khaparde
On Wed, Apr 14, 2021 at 1:15 PM Thomas Monjalon wrote: > > The struct member dataunit_len is introduced in DPDK 21.05. > It is limited to 16 bits to fit a padding hole in 32-bit build. > This means the maximum data-unit length is 64 KB. > Some use cases may benefit of a bigger size as the proposed

[dpdk-dev] [PATCH] doc: announce extension of crypto data-unit length

2021-04-14 Thread Thomas Monjalon
The struct member dataunit_len is introduced in DPDK 21.05. It is limited to 16 bits to fit a padding hole in 32-bit build. This means the maximum data-unit length is 64 KB. Some use cases may benefit of a bigger size as the proposed 32 bits. Signed-off-by: Thomas Monjalon --- doc/guides/rel_not