mbox series

[0/2] Fix build with FreeBSD 13-CURRENT

Message ID 20200103115243.59502-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series Fix build with FreeBSD 13-CURRENT |

Message

Bruce Richardson Jan. 3, 2020, 11:52 a.m. UTC
  The FreeBSD CI system is reporting errors with DPDK on the current head
of the FreeBSD development branch for FreeBSD 13. Ahead of BSD 13's
release, we need to apply fixes to ensure DPDK continues to compile
on the various versions.

Bruce Richardson (2):
  eal/freebsd: update CPU macro for FreeBSD 13 support
  kernel/freebsd: update contigmem for FreeBSD 13

 kernel/freebsd/contigmem/contigmem.c        |  7 +++++--
 lib/librte_eal/freebsd/eal/include/rte_os.h | 12 ++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)
  

Comments

Thomas Monjalon Jan. 20, 2020, 4:47 p.m. UTC | #1
03/01/2020 12:52, Bruce Richardson:
> The FreeBSD CI system is reporting errors with DPDK on the current head
> of the FreeBSD development branch for FreeBSD 13. Ahead of BSD 13's
> release, we need to apply fixes to ensure DPDK continues to compile
> on the various versions.
> 
> Bruce Richardson (2):
>   eal/freebsd: update CPU macro for FreeBSD 13 support
>   kernel/freebsd: update contigmem for FreeBSD 13

Applied, thanks