> -----Original Message----- > From: Ori Kam <[email protected]> > Sent: Thursday, May 07, 2020 12:46 PM > To: Jerin Jacob Kollanukkaran <[email protected]>; > [email protected] > Cc: Guy Kaneti <[email protected]>; [email protected]; Pavan Nikhilesh > Bhagavatula <[email protected]>; [email protected]; > [email protected]; [email protected]; [email protected]; > Dovrat Zifroni <[email protected]>; Prasun Kapoor > <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; Parav Pandit > <[email protected]> > Subject: [EXT] [PATCH v3 3/4] regexdev: add regexdev core functions > > External Email > > ---------------------------------------------------------------------- > This commit introduce the API that is needed by the RegEx devices in order > to work with the RegEX lib. > > During the probe of a RegEx device, the device should configure itself, and > allocate the resources it requires. > On completion of the device init, it should call the rte_regex_dev_register in > order to register itself as a RegEx device. > > Signed-off-by: Ori Kam <[email protected]> > Signed-off-by: Parav Pandit <[email protected]> Acked-by: Guy Kaneti <[email protected]>

