patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [18.11 0/7] Build fixes for 18.11 branch
@ 2020-01-09 13:34 Kevin Traynor
  2020-01-09 13:34 ` [dpdk-stable] [18.11 1/7] eal: drop unused macros for primary process check Kevin Traynor
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Kevin Traynor @ 2020-01-09 13:34 UTC (permalink / raw)
  To: stable; +Cc: ktraynor

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-01-14 14:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09 13:34 [dpdk-stable] [18.11 0/7] Build fixes for 18.11 branch Kevin Traynor
2020-01-09 13:34 ` [dpdk-stable] [18.11 1/7] eal: drop unused macros for primary process check Kevin Traynor
2020-01-09 13:34 ` [dpdk-stable] [18.11 2/7] eventdev: use same log macro for all unsupported calls Kevin Traynor
2020-01-09 13:34 ` [dpdk-stable] [18.11 3/7] eal: remove legacy PMD log macro Kevin Traynor
2020-01-09 13:34 ` [dpdk-stable] [18.11 4/7] net/mlx: fix build with clang 9 Kevin Traynor
2020-01-09 13:34 ` [dpdk-stable] [18.11 5/7] kni: fix ethtool build for gcc 9 Kevin Traynor
2020-01-09 13:34 ` [dpdk-stable] [18.11 6/7] pmdinfogen: fix freebsd build Kevin Traynor
2020-01-09 15:50   ` Neil Horman
2020-01-09 15:53   ` Neil Horman
2020-01-09 16:53     ` Kevin Traynor
2020-01-09 13:34 ` [dpdk-stable] [18.11 7/7] net/mlx: allow build only on Linux Kevin Traynor
2020-01-13 16:16 ` [dpdk-stable] [18.11 0/7] Build fixes for 18.11 branch Kevin Traynor
2020-01-14 14:29   ` Kevin Traynor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).