On Sat, 21 Jun 2014 00:34:30 +0100
Bruce Richardson <bruce.richardson at intel.com> wrote:

> +                     (int)(strnlen(buf, sizeof(buf)) - sizeof("_config")),

minor nit, paren not needed here
                        (int)strnlen(buf, sizeof...)

better yet change rte_snprintf() to take a size_t to make it compatiable with 
snprintf

Reply via email to