Re: [dpdk-dev] [PATCH v6 00/13] add Mellanox RegEx PMD

2020-07-21 Thread Thomas Monjalon
20/07/2020 08:26, Ori Kam: > This patch series introduce the Mellanox BF2 RegEx PMD. > > Mellanox BF2 RegEx PMD implement the API defined in the > regexdev lib [1]. > > This PMD allows a DPDK application to offload the RegEx functionality > to Mellanox BF2 RegEx engine. [...] > Francis Kelly (1):

[dpdk-dev] [PATCH v6 00/13] add Mellanox RegEx PMD

2020-07-19 Thread Ori Kam
This patch series introduce the Mellanox BF2 RegEx PMD. Mellanox BF2 RegEx PMD implement the API defined in the regexdev lib [1]. This PMD allows a DPDK application to offload the RegEx functionality to Mellanox BF2 RegEx engine. [1] https://patches.dpdk.org/cover/72792/ v6: * Address ML comm