Re: [dpdk-dev] [PATCH] net/af_xdp: simplify meson build specification

2019-04-05 Thread Ferruh Yigit
On 4/5/2019 4:33 PM, Bruce Richardson wrote: > The build spec has lots of levels of indentation, which can be reduced by > not explicitly checking for linux, but for the needed header and library > files needed for the driver. > > Signed-off-by: Bruce Richardson Squashed into relevant commit in

Re: [dpdk-dev] [PATCH] net/af_xdp: simplify meson build specification

2019-04-05 Thread Ferruh Yigit
On 4/5/2019 4:33 PM, Bruce Richardson wrote: > The build spec has lots of levels of indentation, which can be reduced by > not explicitly checking for linux, but for the needed header and library > files needed for the driver. > > Signed-off-by: Bruce Richardson > --- > drivers/net/af_xdp/meson.

[dpdk-dev] [PATCH] net/af_xdp: simplify meson build specification

2019-04-05 Thread Bruce Richardson
The build spec has lots of levels of indentation, which can be reduced by not explicitly checking for linux, but for the needed header and library files needed for the driver. Signed-off-by: Bruce Richardson --- drivers/net/af_xdp/meson.build | 25 +++-- 1 file changed, 11 in