]> code.ossystems Code Review - meta-freescale.git/commitdiff
ovs-dpdk: Upgrade version to 2.10
authorChunrong Guo <chunrong.guo@nxp.com>
Mon, 1 Apr 2019 05:53:24 +0000 (13:53 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 11 Apr 2019 12:00:13 +0000 (09:00 -0300)
*update to lsdk 1903 tag
include the following changes:
4d82df3 - netdev-dpdk: have env based configurable number of packet buffers
92d8a38 - travis: Remove 'sudo' configuration.
1a5ba65 - dpif-netlink: Free leaked ofpbuf by using ofpbuf_delete
d3ad005 - OVN: update RA next_announce according to {min, max}_interval
93a59ee - rconn: Avoid occasional immediate connection failures.
8896ba7 - dpdk: Fix case-sensitivity of dpdk-init knob.
a552f3a - ofp-actions: Make all actions a multiple of OFPACT_ALIGNTO bytes.
547e119 - conntrack: Fix L4 csum for V6 extension hdr pkts.
5b17e49 - packets: Change return type for 'packet_csum_upperlayer6()'.
b7478c8 - ovsdb-client: Fix typo.
5520531 - ofctl: break the loop if ovs_pcap_read returns error
8e02ed4 - Revert "ovs-tcpdump: Fix an undefined variable"
2a2ca07 - netlink: added check to prevent netlink attribute overflow
a508017 - conntrack: Keep Address Sanitizer happy.
6ecc5fc - Initialize the right database.
fc8e73f - monitor: Fix crash when monitor condition adds new columns.
bf94ce0 - conntrack: Exclude l2 padding in 'conn_key_extract()'.
057ac78 - dp-packet: Add 'dp_packet_l3_size()'.

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch [deleted file]
recipes-extended/ovs-dpdk/ovs-dpdk_2.10.bb [moved from recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb with 84% similarity]

diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch b/recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch
deleted file mode 100644 (file)
index e438e47..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-From 9327cc35bc9e7040d9de743caebd0fee72bbd619 Mon Sep 17 00:00:00 2001
-From: Chunrong Guo <chunrong.guo@nxp.com>
-Date: Fri, 12 Oct 2018 10:53:00 +0800
-Subject: [PATCH] automake: remove static key word
-
-Upstream-Status: Inappropriate [embedded specific]
-
-Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
----
- lib/automake.mk | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/automake.mk b/lib/automake.mk
-index 8ecad12..f9016a0 100644
---- a/lib/automake.mk
-+++ b/lib/automake.mk
-@@ -439,6 +439,7 @@ lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem
-        openssl dhparam -C -in $(srcdir)/lib/dh2048.pem -noout &&      \
-        openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout)        \
-       | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > lib/dhparams.c.tmp &&  \
-+        sed -i '/\(get_dh[0-9]*\)(void)/s/^static//' lib/dhparams.c.tmp && \
-       mv lib/dhparams.c.tmp lib/dhparams.c
- else
- lib_libopenvswitch_la_SOURCES += lib/stream-nossl.c
--- 
-2.7.4
-
similarity index 84%
rename from recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb
rename to recipes-extended/ovs-dpdk/ovs-dpdk_2.10.bb
index b1994c5c95a9d717386f3883527687bf48fcce8a..3ffa9a07089b1deb51f97c368d144df68c43b471 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "OVS DPDK"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab"
 
 DEPENDS = "dpdk python-six-native coreutils-native"
 RDEPENDS_${PN} = "bash libcrypto libssl python"
@@ -8,9 +8,8 @@ RDEPENDS_${PN} = "bash libcrypto libssl python"
 inherit pythonnative
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \
-    file://0001-automake-remove-static-key-word.patch \
 "
-SRCREV = "24eec4133f03b0a5a8f903577bc87603577150c0"
+SRCREV = "4d82df36993ca502d33afa305fbd2a41a950106d"
 
 S = "${WORKDIR}/git"
 
@@ -47,4 +46,4 @@ do_install() {
 ALLOW_EMPTY_${PN} = "1"
 INHIBIT_PACKAGE_STRIP = "1"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)"
+COMPATIBLE_MACHINE = "(qoriq-arm64)"