[dpdk-stable] [18.11 0/7] Build fixes for 18.11 branch

Kevin Traynor ktraynor at redhat.com
Thu Jan 9 14:34:26 CET 2020


Fixes for various build configurations.

Ali Alnubani (1):
  net/mlx: fix build with clang 9

^ what it says

Kevin Traynor (2):
  kni: fix ethtool build for gcc 9
  pmdinfogen: fix freebsd build

^ 18.11 branch specific

Stephen Hemminger (3):
  eal: drop unused macros for primary process check
  eventdev: use same log macro for all unsupported calls
  eal: remove legacy PMD log macro

^ Removes unused code that was causing build failure with clang 9

Thomas Monjalon (1):
  net/mlx: allow build only on Linux

^ As libmnl requirement was removed, mlx4 build was being attempted on FreeBSD with meson

Ali Alnubani (1):
  net/mlx: fix build with clang 9

Kevin Traynor (2):
  kni: fix ethtool build for gcc 9
  pmdinfogen: fix freebsd build

Stephen Hemminger (3):
  eal: drop unused macros for primary process check
  eventdev: use same log macro for all unsupported calls
  eal: remove legacy PMD log macro

Thomas Monjalon (1):
  net/mlx: allow build only on Linux

 buildtools/pmdinfogen/meson.build             |  5 ++
 drivers/net/mlx4/meson.build                  | 11 +++-
 drivers/net/mlx4/mlx4_utils.h                 |  5 +-
 drivers/net/mlx5/meson.build                  | 10 +++-
 drivers/net/mlx5/mlx5_utils.h                 |  5 +-
 kernel/linux/kni/ethtool/igb/e1000_82575.c    |  3 +-
 kernel/linux/kni/ethtool/igb/e1000_mbx.c      |  1 +
 kernel/linux/kni/ethtool/igb/e1000_phy.c      |  1 +
 kernel/linux/kni/ethtool/igb/igb_ethtool.c    |  4 ++
 kernel/linux/kni/ethtool/igb/igb_main.c       |  4 ++
 kernel/linux/kni/ethtool/igb/igb_param.c      |  1 +
 kernel/linux/kni/ethtool/ixgbe/ixgbe_82599.c  |  2 +
 kernel/linux/kni/ethtool/ixgbe/ixgbe_common.c |  1 +
 .../linux/kni/ethtool/ixgbe/ixgbe_ethtool.c   |  1 +
 kernel/linux/kni/ethtool/ixgbe/ixgbe_main.c   |  4 ++
 lib/librte_eal/common/include/rte_dev.h       | 56 +------------------
 lib/librte_eventdev/rte_eventdev.c            |  4 +-
 17 files changed, 54 insertions(+), 64 deletions(-)

-- 
2.21.1



More information about the stable mailing list