Re: [dpdk-dev] [PATCH v2 00/20] add Mellanox RegEx PMD

2020-07-15 Thread Thomas Monjalon
Some typos to fix: WARNING:TYPO_SPELLING: 'IDENTIFER' may be misspelled - perhaps 'IDENTIFIER'? WARNING:TYPO_SPELLING: 'dissabling' may be misspelled - perhaps 'disabling'? WARNING:TYPO_SPELLING: 'thsi' may be misspelled - perhaps 'this'? WARNING:TYPO_SPELLING: 'interations' may be misspelled - per

[dpdk-dev] [PATCH v2 00/20] add Mellanox RegEx PMD

2020-07-12 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/ v2: * Rebase. * Add