> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Erik Gabriel Carrillo > Sent: Wednesday, September 13, 2017 11:05 PM > To: [email protected] > Cc: [email protected]; Ananyev, Konstantin <[email protected]>; > [email protected]; Wiles, Keith <[email protected]>; Vangati, > Narender <[email protected]> > Subject: [dpdk-dev] [PATCH v3 3/3] doc: update timer lib docs > > This change updates the timer library documentation to reflect a change to > the organization of the skiplists in the implementation. > > Signed-off-by: Erik Gabriel Carrillo <[email protected]>
> +Each skiplist data structure has ten levels and each entry in the table > appears in each level with probability ΒΌ^level. Probably best not to use that Unicode, or otherwise, 1/4 character since it can mess up the PDF output. Use "0.25^level" instead. Apart from that: Acked-by: John McNamara <[email protected]>

