summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ovs-dpdk
Commit message (Collapse)AuthorAgeFilesLines
* ovs-dpdk: set DPAA_VER = "dpaa"Chunrong Guo2018-12-131-2/+1
| | | | | | | *dpdk do not support 32bit target Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ovs-dpdk: update to version 2.9Chunrong Guo2018-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Following changes are included: 24eec41 - Merge pull request #11 in DQNS/ovs-dpdk from ~NXA20386/ovs-dpdk-nxa20386:branch-2.9-qoriq to branch-2.9-qoriq 821dd5d - Merge remote-tracking branch 'upstream/branch-2.9' into branch-2.9-qoriq a34504b - Revert "netdev-dpdk: toggle descriptor size for ports" 1909a65 - Revert "netdev-dpdk: fix incorrect exclude mbuf configuration" 5cb8d0f - Prepare for 2.9.3. 7e61467 - Set release date for 2.9.2. c16e265 - ovn pacemaker: Fix promotion issue when the master node is reset 418be3d - dpif-netdev: Free packets on TUNNEL_PUSH if may_steal. adeda41 - netdev-dpdk: fix check for "net_nfp" driver 3e417c8 - netdev-dpdk: Don't use PMD driver if not configured successfully 9fc83bf - netdev-dpdk: Remove use of rte_mempool_ops_get_count. 2a3ee45 - datapath: compat: Fix ndo_size in RHEL 7.5 backport f26b724 - Prepare for 2.9.2. f8b6477 - Set release date for 2.9.1. bd4b503 - conntrack-tcp: Handle tcp session reuse. d5176ed - ovn: Set proper Neighbour Adv flag when replying for NS request for router IP 9260243 - datapath: compat: Fix build on RHEL 7.5 72a73e4 - sparse: Support newer GCC/glibc versions. c00f0c2 - tunnel: make tun_key_to_attr aware of tunnel type. 00e56c5 - netdev-dpdk: Fixed netdev_dpdk structure alignment db136da - Configurable Link State Change (LSC) detection mode Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ovs-dpdk: update to 907f652C.R. Guo2018-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *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>
* ovs-dpdk: update SRC_URLC.R. Guo2018-03-061-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ovs-dpdk: update to 5c67e9cChunrong Guo2018-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | *include the following changes: 5c67e9c - Set release date for 2.8.1. 5f3bd11 - connmgr: Fix violation of flow monitoring protocol description. c6825a6 - ovn/actions: Improve OVN load-balancing performance. fb805ee - datapath-windows: Fix bugs in cleaner threads eb078f4 - dpif-netdev: Fix a zero-rate bug for meter 45c7b48 - conntrack: Tighten handling of alg reverse conns. 99ae061 - conntrack: Add function ct_print_conn_info(). 664a67e - conntrack: Create nat_conn_keys_insert(). 35ab152 - netdev-dpdk: reset packet_type for reused dp_packets. b9ba6b4 - dp-packet: Refactor DPDK packet initialization. d14a88e - docs: Use DPDK 17.05.2 release. d366c02 - Documentation: Also define install-man-rst when Sphinx is not available. ec0b301 - Debian: Update package dependency Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ovs-dpdk: update recipesChunrong Guo2017-10-181-3/+3
| | | | | | | | | | | *update SRC_URL *include the following changes 626a260 - Merge pull request #8 in DQNS/ovs-dpdk from ~B10814/ovs-dpdk:branch-2.7-qoriq to branch-2.7-qoriq * update COMPATIBLE_MACHINE for ls1088a Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ovs-dpdk: Add missing dep on coreutils-nativeChunrong Guo2017-08-071-1/+1
| | | | | | | | Fixes |./build-aux/calculate-schema-cksum: cksum: not found |Makefile:4958: recipe for target 'all-recursive' failed Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dpdk/dpdk-extras/ovs-dpdk: add recipeChunrong Guo2017-03-171-0/+49
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>