> -----Original Message----- > From: Medvedkin, Vladimir <[email protected]> > Sent: Monday, April 19, 2021 5:00 PM > To: [email protected] > Cc: Ananyev, Konstantin <[email protected]>; Chilikin, Andrey > <[email protected]>; Kinsella, Ray <[email protected]>; Wang, > Yipeng1 <[email protected]>; Gobriel, Sameh > <[email protected]>; Richardson, Bruce <[email protected]>; > Mcnamara, John <[email protected]> > Subject: [PATCH v5 4/5] doc: add thash documentation > > Adds documentation for the Toeplitz hash library > > Signed-off-by: Vladimir Medvedkin <[email protected]> > Reviewed-by: Konstantin Ananyev <[email protected]> > Reviewed-by: John McNamara <[email protected]>
> +Thash context > +~~~~~~~~~~~~~ > + > +The function ``rte_thash_init_ctx()`` initializes the context struct > +associated with a particular NIC or a set of NICs > + > +It expects: Missing full spot at the end of the line. Could also be merged with the following line: > +The function ``rte_thash_init_ctx()`` initializes the context struct > +associated with a particular NIC or a set of NICs. It expects: Apart from that, it looks good, so: Acked-by: John McNamara <[email protected]>

