From 5a80dd02dd672c57a02622f4508be258638c1fdc Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 5 Jul 2019 15:16:31 +0800 Subject: [PATCH] ovs-dpdk: Upgrade 2.10 -> 2.11 *Update to lsdk 1906 tag include the following changes: abc80ef - netdev-dpdk: have env based configurable number of packet buffers 2410fad - rhel: Use PIDFile on forking systemd service files a631ef7 - dpif-netdev: fix meter at high packet rate. 6b14ed0 - dpif-netdev: Fix double parsing of packets when EMC disabled. 0118706 - dpif-netdev: Update comment about flow installation race. 3c54cf1 - netlink linux: fix to append the netnsid netlink attr. 9a72286 - conntrack: Fix minimum connections to clean. 9b2e4ff - datapath: Revert "datapath: Fix template leak in error cases." 62c7a9d - compiler: Fix compilation when using VStudio 2015/2017 2560908 - datapath: fix flow actions reallocation fae3311 - Docs: fix conntrack flow ct_state input daeab19 - netdev-dpdk: Fix printing masks with wrong byte order. 24909e6 - Prepare for 2.11.2. 022c173 - Set release date for 2.11.1. 044a61d - netdev-tc-offloads: Fix probe tc block support 434ffa9 - rhel: Include all header files in the Fedora's devel package 359a7d2 - reconnect.c: Don't transition back to ACTIVE when forced to RECONNECT. 2924b48 - OVN: Make periodic RAs consistent with RA responder. 54f2d11 - OVN: Always send prefix option in RAs 76f2c3b - OVN: Use offset instead of pointer into ofpbuf 6ffb917 - ofproto: fix the bug of bucket counter is not updated b1f9b4e - netdev-dpdk: Print netdev name for txq mapping. 9068a55 - dpif-netdev-perf: Fix millisecond stats precision with slower TSC. 3c440c2 - ifupdown.sh: Add missing "--may-exist" option b88dafd - dpif-netdev-perf: Fix double update of perf histograms. a55b827 - dpdk: Stop dumping memzones to stdout. 68b2304 - dpctl: Drop parser debug information. 5dea53a - netdev-tc-offloads: Properly get the block id on flow del/get 4c26dfd - netdev-tc-offloads: Improve log message for icmpv6 offload not supported d8bb89f - conntrack: Replace structure copy by memcpy(). Signed-off-by: Chunrong Guo --- .../ovs-dpdk/{ovs-dpdk_2.10.bb => ovs-dpdk_2.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-extended/ovs-dpdk/{ovs-dpdk_2.10.bb => ovs-dpdk_2.11.bb} (96%) diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.10.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb similarity index 96% rename from recipes-extended/ovs-dpdk/ovs-dpdk_2.10.bb rename to recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb index 3ffa9a07..fd9d3a61 100644 --- a/recipes-extended/ovs-dpdk/ovs-dpdk_2.10.bb +++ b/recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb @@ -9,7 +9,7 @@ inherit pythonnative SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \ " -SRCREV = "4d82df36993ca502d33afa305fbd2a41a950106d" +SRCREV = "abc80ef87a8786050f27afb2a797cadd14e2a6bd" S = "${WORKDIR}/git" -- 2.40.1