12/04/2020 16:40, jer...@marvell.com: > From: Jerin Jacob <jer...@marvell.com> > > Globbing is the word used on fnmatch man page. Use globing > terminology accross dpdk repo for shell pattern. > > Signed-off-by: Jerin Jacob <jer...@marvell.com> [...] > --- a/lib/librte_eal/include/rte_log.h > +++ b/lib/librte_eal/include/rte_log.h > - * Set the log level for a given type based on shell pattern. > + * Set the log level for a given type based on globbing. > * > * @param pattern > * The match pattern identifying the log type.
"match pattern" can be replaced with "globbing pattern". I think there are few other places which can be improved. I see this one in lib/librte_eal/common/eal_common_log.c: glob (file match) pattern I suggest "globbing pattern" And "Glob match string option" -> "Globbing pattern option"