Re: [PATCH v3 3/3] doc: update timer lib docs
From: Carrillo, Erik G <hidden>
Date: 2017-09-19 17:04:39
Thanks for the review, John. I've submitted the change you suggest in a new patch series. Regards, Gabriel
-----Original Message----- From: Mcnamara, John Sent: Monday, September 18, 2017 11:20 AM To: Carrillo, Erik G <redacted>; rsanford@akamai.com Cc: dev@dpdk.org; Ananyev, Konstantin <redacted>; stephen@networkplumber.org; Wiles, Keith [off-list ref]; Vangati, Narender [off-list ref] Subject: RE: [dpdk-dev] [PATCH v3 3/3] doc: update timer lib docsquoted
-----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Erik Gabriel Carrillo Sent: Wednesday, September 13, 2017 11:05 PM To: rsanford@akamai.com Cc: dev@dpdk.org; Ananyev, Konstantin[off-list ref];quoted
stephen@networkplumber.org; Wiles, Keith [off-list ref]; Vangati, Narender [off-list ref] 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 <redacted>quoted
+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 <redacted>