mbox series

[v3,0/3] cfgfile: cleanup patches

Message ID 20190718171812.3209-1-stephen@networkplumber.org (mailing list archive)
Headers
Series cfgfile: cleanup patches |

Message

Stephen Hemminger July 18, 2019, 5:18 p.m. UTC
  Small cleanups to cfgfile library.

Stephen Hemminger (3):
  cfgfile: remove unnecessary initialization
  cfgfile: use RTE_LOG for errors
  cfgfile: use calloc

 lib/Makefile                     |  1 +
 lib/librte_cfgfile/rte_cfgfile.c | 55 +++++++++++++++++++++-----------
 2 files changed, 37 insertions(+), 19 deletions(-)

v3 - cfgfile now depends on rte_log from eal so fix Makefile
v2 - use dynamic logtype instead of introducing new static value
  

Comments

Thomas Monjalon July 18, 2019, 10:44 p.m. UTC | #1
18/07/2019 19:18, Stephen Hemminger:
> Small cleanups to cfgfile library.
> 
> Stephen Hemminger (3):
>   cfgfile: remove unnecessary initialization
>   cfgfile: use RTE_LOG for errors
>   cfgfile: use calloc
> 
>  lib/Makefile                     |  1 +
>  lib/librte_cfgfile/rte_cfgfile.c | 55 +++++++++++++++++++++-----------
>  2 files changed, 37 insertions(+), 19 deletions(-)
> 
> v3 - cfgfile now depends on rte_log from eal so fix Makefile
> v2 - use dynamic logtype instead of introducing new static value

Applied with a fix in Makefile, thanks