Re: [dpdk-dev] [PATCH 0/2] regexdev: add new response flag

2021-01-12 Thread Thomas Monjalon
17/12/2020 11:37, Ori Kam: > The RegEx engine is using HW resources that may reach some limit for > different reasons. > In current API the RegEx can report only on max threads reached. > > This commit introduce a new flag to report to the app that some > HW resource limit has been reached. > >

[dpdk-dev] [PATCH 0/2] regexdev: add new response flag

2020-12-17 Thread Ori Kam
The RegEx engine is using HW resources that may reach some limit for different reasons. In current API the RegEx can report only on max threads reached. This commit introduce a new flag to report to the app that some HW resource limit has been reached. Ori Kam (2): regexdev: add resource limit