RE: [EXTERNAL] [PATCH] crypto/mlx5: add max segment assert

2024-03-04 Thread Akhil Goyal
> Currently, for multi-segment mbuf, before crypto WQE an extra > UMR WQE will be introduced to build the contiguous memory space. > Crypto WQE uses that contiguous memory space key as input. > > This commit adds assert for maximum supported segments in debug > mode in case the segments exceed UMR

Re: [PATCH] crypto/mlx5: add max segment assert

2024-03-01 Thread Patrick Robb
The Community Lab had an infra failure this morning and some patches including yours were affected with false failures. The issue is now resolved and we are rerunning the tests in question for all patches submitted today. On Fri, Mar 1, 2024 at 7:43 AM Suanming Mou wrote: > Currently, for multi-

[PATCH] crypto/mlx5: add max segment assert

2024-03-01 Thread Suanming Mou
Currently, for multi-segment mbuf, before crypto WQE an extra UMR WQE will be introduced to build the contiguous memory space. Crypto WQE uses that contiguous memory space key as input. This commit adds assert for maximum supported segments in debug mode in case the segments exceed UMR's limitatio