Re: [dpdk-dev] [PATCH 0/3] regex/mlx5: support scattered mbuf

2021-03-24 Thread Thomas Monjalon
> Suanming Mou (3): > common/mlx5: add user memory registration bits > regex/mlx5: add data path scattered mbuf process > app/test-regex: support scattered mbuf input Ori, could you review please?

[dpdk-dev] [PATCH 0/3] regex/mlx5: support scattered mbuf

2021-03-09 Thread Suanming Mou
The scattered mbuf was not supported in mlx5 RegEx driver. This patch set adds the support of scattered mbuf by UMR WQE. UMR WQE can convert multiple mkey's memory sapce to contiguous space. Take advantage of the UMR WQE, scattered mbuf in one operation can be converted to an indirect mkey. The Re