Re: [dpdk-dev] [PATCH v4 0/3] AVF build improvements

2018-09-21 Thread Zhang, Qi Z
> -Original Message- > From: Richardson, Bruce > Sent: Wednesday, September 19, 2018 6:04 PM > To: Wu, Jingjing ; Lu, Wenzhuo > > Cc: dev@dpdk.org; Zhang, Qi Z ; Yigit, Ferruh > ; Richardson, Bruce > Subject: [PATCH v4 0/3] AVF build improvements > > This set adds a number of build im

[dpdk-dev] [PATCH v4 0/3] AVF build improvements

2018-09-19 Thread Bruce Richardson
This set adds a number of build improvements for AVF driver. It adds support for building with meson, and adds in the $(WERROR) flags for the make build. To fix both these cases, a number of fixes for compiler warnings are also made. V4: Including meson build patch into set. Added in missing revie