summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-03-21 16:32:51 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-02 10:30:13 -0300
commit0fb915d9d23dfde684ba8250171b9c093f3c95ca (patch)
tree67f26398383b46a906c1fa150b5d1c116f9cbf0d /recipes-extended
parent3344a53db1e823de9bff9c796ee26ec63691dfe2 (diff)
downloadmeta-freescale-0fb915d9d23dfde684ba8250171b9c093f3c95ca.tar.gz
ovs-dpdk: update to 907f652
*include the following changes: 907f652 - Merge pull request #10 in DQNS/ovs-dpdk from ~NXA20386/ovs-dpdk-nxa20386:fix/DPDK-1173-v2 to branch-2.9-qoriq e86541b - netdev-dpdk: fix incorrect exclude mbuf configuration 7f95f13 - Merge pull request #9 in DQNS/ovs-dpdk from ~NXA20386/ovs-dpdk-nxa20386:fix/DPDK-1173-OVS-toggleable-default-mbufs to branch-2.9-qoriq 4714980 - netdev-dpdk: toggle descriptor size for ports 092bc0f - OVN pacemaker: Fix issues when started as pacemaker container bundles bff7da4 - ovsdb: ovsdb-dot.in: Replace sys.maxint with sys.maxsize for Python3 9a0dbc7 - ovsdb: ovsdb-dot.in: Change exception semantics for Python3 6add8d7 - ovsdb: ovsdb-dot.in: Use print function for Python3 8106870 - ovsdb: Use items() instead of iteritems() for Python3 5905b28 - ovn-controller: Change duplicate flows trace from INFO to DBG a2fa542 - ovn-sb.xml: Correct statement on use of bit ranges. e92ef48 - doc: Fix mailing list addresses. 26509f8 - tests: Add dpctl test for conntrack nconns/maxconns. 875075b - dpctl conntrack: Add get number of connections. c92339a - dpctl conntrack: Add get and set maxconns command. a98d35a - ofproto-dpif: Remove variable length userdata probe. 52c57cb - ofp-errors: Send as much of a message as possible in an error reply. f59cb33 - nsh: rework NSH netlink keys and actions d3b8483 - ofproto: Delete all groups and meters when (un)configuring a controller. 7173efa - lex: Fix parsing of long tokens. 8b54e31 - rhel: add "force-reload-kmod" support in "ovs-systemd-reload" d922ebc - rhel: use the functions in ovs-lib.in in ovs-systemd-reload 3610943 - utilities: move some functions from ovs-ctl.in to ovs-lib.in 8e3a28c - AUTHORS: Add Brad Cowie. dcc3e70 - Documentation: Update Faucet tutorial. 6fefb7f - AUTHORS: Add Lorenzo Bianconi. eddb84a - OVN: remove useless ds_clear() on actions ds 17551f5 - datapath-windows: Add include directory to ovsext project bfe89c9 - datapath-windows: Change include type in Iphelper.h bb219a4 - datapath-windows: Add directory to .gitignore 2d071a3 - ofp-print: Include full hex dump of messages that fail decode. 4446661 - OVN: Add support for periodic router advertisements. 74c2eac - OVN: Add multicast local-only flag. 915cee2 - MSI: Use platform specific netcfg location 14f602b - tunnel: Add ofproto/list-tunnels command for troubleshooting. 9d31db0 - tunnel: Log sanely in tnl_port_receive(). 3194a79 - tunnel: Avoid flow_to_string() call when rate-limited. 77b7d23 - ofp-actions: Log version, vendor, and type of unknown actions being parsed. e9de6c0 - faq: Correct location of flow.h. bcc3a94 - ovn-nbctl: Add lrp's gateway chassis information in show command 34944e8 - Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEAD 3f33aa4 - MAINTAINERS: Update Pravin's email address. 46fc80c - tests: Kill the daemons at cleanup only if pidfile exists. 81ce803 - ovs-ofctl: Better document stack push and pop actions. 02f4f23 - log: Use absolute name of log file. 4cc9d1f - log: Replace ovsdb_log_get_offset() by a more abstract mechanism. d0c43b5 - ovsdb-client: Remove extraneous markup from man page. 30f8128 - ovsdb-server: Update description for "compact" command in man page. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb
index a6cc49cc..7e1d572d 100644
--- a/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb
+++ b/recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb
@@ -8,7 +8,7 @@ RDEPENDS_${PN} = "bash libcrypto libssl python"
8inherit pythonnative 8inherit pythonnative
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1" 10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1"
11SRCREV = "5c67e9cfc1eaab19187720c857841be6c8046c40" 11SRCREV = "907f652db3419aa3d9c0af7574dd13e332b71dc5"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14