> -----Original Message----- > From: Medvedkin, Vladimir <vladimir.medved...@intel.com> > Sent: Monday, April 19, 2021 5:00 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin <konstantin.anan...@intel.com>; Chilikin, Andrey > <andrey.chili...@intel.com>; Kinsella, Ray <ray.kinse...@intel.com>; Wang, > Yipeng1 <yipeng1.w...@intel.com>; Gobriel, Sameh > <sameh.gobr...@intel.com>; Richardson, Bruce <bruce.richard...@intel.com>; > Mcnamara, John <john.mcnam...@intel.com> > Subject: [PATCH v5 4/5] doc: add thash documentation > > Adds documentation for the Toeplitz hash library > > Signed-off-by: Vladimir Medvedkin <vladimir.medved...@intel.com> > Reviewed-by: Konstantin Ananyev <konstantin.anan...@intel.com> > Reviewed-by: John McNamara <john.mcnam...@intel.com>
> +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 <john.mcnam...@intel.com>