diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-05 15:16:31 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-07-12 17:18:34 -0300 |
commit | 5a80dd02dd672c57a02622f4508be258638c1fdc (patch) | |
tree | 3c17dfbc98990f9814cae61f66ee50a791a8761a /recipes-extended/ovs-dpdk | |
parent | 8324dbe927858867883a7f0cea14bc8370a9c009 (diff) | |
download | meta-freescale-5a80dd02dd672c57a02622f4508be258638c1fdc.tar.gz |
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 <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended/ovs-dpdk')
-rw-r--r-- | recipes-extended/ovs-dpdk/ovs-dpdk_2.11.bb (renamed from recipes-extended/ovs-dpdk/ovs-dpdk_2.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.10.bb b/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 | |||
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \ | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \ |
11 | " | 11 | " |
12 | SRCREV = "4d82df36993ca502d33afa305fbd2a41a950106d" | 12 | SRCREV = "abc80ef87a8786050f27afb2a797cadd14e2a6bd" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||