summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ovs-dpdk/ovs-dpdk_2.10.bb
Commit message (Collapse)AuthorAgeFilesLines
* ovs-dpdk: Upgrade 2.10 -> 2.11Chunrong Guo2019-07-121-49/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *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>
* ovs-dpdk: Upgrade version to 2.10Chunrong Guo2019-04-111-0/+49
*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>