[dpdk-stable] patch 'net/avp: disable in FreeBSD build with meson' has been queued to stable release 18.08.1
Kevin Traynor
ktraynor at redhat.com
Thu Nov 22 17:49:56 CET 2018
Hi,
FYI, your patch has been queued to stable release 18.08.1
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/28/18. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.
Thanks.
Kevin Traynor
---
>From 88963b80e4a22389db827ad33e26b5c6b3a3c4e5 Mon Sep 17 00:00:00 2001
From: Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan at intel.com>
Date: Thu, 4 Oct 2018 15:10:00 +0100
Subject: [PATCH] net/avp: disable in FreeBSD build with meson
[ upstream commit dbb7952d11e6f99023569531f59f8db9e484a3ed ]
Disabled avp build in FreeBSD because it is not supported.
Added changes to enable avp build if it is Linux OS and
disable in FreeBSD.
Fixes: ed71204dd06c ("net/avp: add to meson build")
Signed-off-by: Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan at intel.com>
Acked-by: Allain Legacy <allain.legacy at windriver.com>
---
drivers/net/avp/meson.build | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/avp/meson.build b/drivers/net/avp/meson.build
index 6076c31b9..b7ffdfc80 100644
--- a/drivers/net/avp/meson.build
+++ b/drivers/net/avp/meson.build
@@ -2,4 +2,7 @@
# Copyright(c) 2018 Intel Corporation
+if host_machine.system() != 'linux'
+ build = false
+endif
sources = files('avp_ethdev.c')
install_headers('rte_avp_common.h', 'rte_avp_fifo.h')
--
2.19.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2018-11-22 16:47:33.944223005 +0000
+++ 0064-net-avp-disable-in-FreeBSD-build-with-meson.patch 2018-11-22 16:47:32.000000000 +0000
@@ -1,14 +1,15 @@
-From dbb7952d11e6f99023569531f59f8db9e484a3ed Mon Sep 17 00:00:00 2001
+From 88963b80e4a22389db827ad33e26b5c6b3a3c4e5 Mon Sep 17 00:00:00 2001
From: Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan at intel.com>
Date: Thu, 4 Oct 2018 15:10:00 +0100
Subject: [PATCH] net/avp: disable in FreeBSD build with meson
+[ upstream commit dbb7952d11e6f99023569531f59f8db9e484a3ed ]
+
Disabled avp build in FreeBSD because it is not supported.
Added changes to enable avp build if it is Linux OS and
disable in FreeBSD.
Fixes: ed71204dd06c ("net/avp: add to meson build")
-Cc: stable at dpdk.org
Signed-off-by: Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan at intel.com>
Acked-by: Allain Legacy <allain.legacy at windriver.com>
More information about the stable
mailing list