On Wed, Nov 10, 2021 at 1:16 PM Harold Huang <[email protected]> wrote: > > Hi, Maximets, > > I have found this build error message in both dpdk 20.11.3 and > 20.11.1. I did not make any change to dpdk. I use the following > command to build dpdk: > > meson builddir && cd builddir && meson configure > --prefix=/usr/local -Dexamples='' -Dtests=false -Denable_kmods=false > -Denable_docs=false > -Ddisable_drivers=event/*,crypto/*,net/mlx4,net/mlx5 && ninja && > ninja install > > I am also puzzled because DPDK is built successfully and it does not > need libibverbs.
The common/mlx5 driver is still enabled with this configuration. Try: -Ddisable_drivers=event/*,crypto/*,net/mlx4,*/mlx5 -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
