Re: [dpdk-dev] [PATCH 3/7] net/sfc: disable for 32-bit builds

2018-06-08 Thread Andrew Rybchenko
On 06/08/2018 07:38 PM, Bruce Richardson wrote: The sfc driver is not supported on 32-bit so disable in meson in those cases. Signed-off-by: Bruce Richardson Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH 3/7] net/sfc: disable for 32-bit builds

2018-06-08 Thread Bruce Richardson
The sfc driver is not supported on 32-bit so disable in meson in those cases. Signed-off-by: Bruce Richardson --- drivers/net/sfc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/sfc/meson.build b/drivers/net/sfc/meson.build index 3aa14c7bd..2d34e869d 1