Re: [PATCH v2] regexdev: add maximum number of mbuf segments field

2022-10-09 Thread Thomas Monjalon
07/10/2022 10:04, Gerry Gribbon: > Allows application to query maximum number of mbuf segments that can > be chained together. > > Signed-off-by: Gerry Gribbon > Acked-by: Ori Kam Applied, thanks.

[PATCH v2] regexdev: add maximum number of mbuf segments field

2022-10-07 Thread Gerry Gribbon
Allows application to query maximum number of mbuf segments that can be chained together. Signed-off-by: Gerry Gribbon Acked-by: Ori Kam --- v2: * Moved max_num_mbuf_segs field in the sparse rte_regexdev_info struct to reuse an existing hole. * Renamed max_num_mbuf_segs to max_segs. drivers/