[dpdk-stable] patch 'eal: remove useless makefiles' has been queued to LTS release 18.11.11
Ali Alnubani
alialnu at nvidia.com
Sun Oct 25 12:53:15 CET 2020
Hi,
> -----Original Message-----
> From: stable <stable-bounces at dpdk.org> On Behalf Of Kevin Traynor
> Sent: Tuesday, October 6, 2020 3:08 PM
> To: NBU-Contact-Thomas Monjalon <thomas at monjalon.net>
> Cc: Bruce Richardson <bruce.richardson at intel.com>; David Marchand
> <david.marchand at redhat.com>; dpdk stable <stable at dpdk.org>
> Subject: [dpdk-stable] patch 'eal: remove useless makefiles' has been
> queued to LTS release 18.11.11
>
> Hi,
>
> FYI, your patch has been queued to LTS release 18.11.11
>
<removed>
> ---
> From 4a2be43591df63d55d9665389ff41fcba19db85a Mon Sep 17 00:00:00
> 2001
> From: Thomas Monjalon <thomas at monjalon.net>
> Date: Fri, 27 Mar 2020 02:15:33 +0100
> Subject: [PATCH] eal: remove useless makefiles
>
> [ upstream commit 4448a202b61e1a373c647aa4638093d092b3f5de ]
>
> When moving files to the directory kernel/, the file BSDmakefile.meson was
> left in eal/.
>
> Also the intermediate makefiles in linuxapp/ and bsdapp/ became useless.
>
> Fixes: acaa9ee991b5 ("move kernel modules directories")
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: David Marchand <david.marchand at redhat.com>
>
<removed>
Backporting this patch to 18.11 started causing the following build failure with older gcc versions on RHEL and CentOS with make:
"""
...
SYMLINK-FILE include/rte_pci_dev_features.h
CC eal_memory.o
CC eal_thread.o
SYMLINK-FILE include/rte_malloc.h
CC eal_log.o
CC eal_vfio.o
SYMLINK-FILE include/rte_keepalive.h
lib/librte_eal/linuxapp/eal/eal_cpuflags.c:19:26: fatal error: rte_cpuflags.h: No such file or directory
#include <rte_cpuflags.h>
^
compilation terminated.
SYMLINK-FILE include/rte_time.h
lib/librte_eal/linuxapp/eal/eal_thread.c:16:24: fatal error: rte_atomic.h: No such file or directory
#include <rte_atomic.h>
^
compilation terminated.
In file included from x86_64-native-linuxapp-gcc/include/rte_eal_memconfig.h:12:0,
from lib/librte_eal/linuxapp/eal/eal.c:35:
x86_64-native-linuxapp-gcc/include/rte_malloc_heap.h:10:26: fatal error: rte_spinlock.h: No such file or directory
#include <rte_spinlock.h>
^
compilation terminated.
...
"""
gcc version: 4.8.5
Regards,
Ali
More information about the stable
mailing list