mbox series

[0/3] cfgfile: cleanup patches

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

Message

Stephen Hemminger July 16, 2019, 5:27 p.m. UTC
  Some small patches for the cfgfile library

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

 lib/librte_cfgfile/rte_cfgfile.c        | 42 ++++++++++++++-----------
 lib/librte_eal/common/include/rte_log.h |  1 +
 2 files changed, 24 insertions(+), 19 deletions(-)
  

Comments

Bruce Richardson July 17, 2019, 1:38 p.m. UTC | #1
On Tue, Jul 16, 2019 at 10:27:38AM -0700, Stephen Hemminger wrote:
> Some small patches for the cfgfile library
> 
> Stephen Hemminger (3):
>   cfgfile: remove unnecessary initialization
>   cfgfile: use RTE_LOG for errors
>   cfgfile: use calloc
> 
Looks ok to me, and compile testing showed no issues on my system.

Series-Acked-by: Bruce Richardson <bruce.richardson@intel.com>