summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* ovs-dpdk: Upgrade version to 2.10Chunrong Guo2019-04-111-50/+0
| | | | | | | | | | | | | | | | | | | | | | | | | *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>
* ovs-dpdk: remove static key wordChunrong Guo2019-01-311-1/+3
| | | | | | | | | fix the below error: |lib/dhparams.c:2:12: error: static declaration of 'get_dh1024' follows non-static declaration | static DH *get_dh1024(void) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* 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-0/+49
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>