summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev-offload-tc: Conntrack ALGs are not supported with tc.Eelco Chaudron2023-02-091-0/+4
* netdev-offload-tc: Fix tc conntrack force commit support.Eelco Chaudron2023-02-091-2/+11
* tests: Include working system-traffic tests into the system-offloads-testsuite.Eelco Chaudron2023-02-081-1/+1
* hash: Avoid 64bit crc intrinsics on 32bit aligned data.Mike Pattrick2023-02-031-1/+64
* dp-packet: Allocate on cacheline boundary with DPDK.Mike Pattrick2023-02-032-0/+8
* netdev-dummy: Allocate dummy_packet_stream on cacheline boundary.Mike Pattrick2023-02-031-5/+5
* netdev-offload-tc: Preserve tc statistics when flow gets modified.Eelco Chaudron2023-02-032-16/+84
* dpctl: Add support to count upcall packets.wangchuanlei2023-01-314-11/+36
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-304-13/+22
* netdev-offload-tc: Fix misaligned access to ct label.Ilya Maximets2023-01-271-10/+11
* dpif-netdev-perf: Add metric averages when no iterations.Kevin Traynor2023-01-271-23/+26
* dpif-netdev-perf: Remove not a number stat value.Kevin Traynor2023-01-271-3/+5
* netdev-dpdk: Free mbufs in bulk.Ilya Maximets2023-01-271-10/+3
* ovsdb-types: Add functions to compare types for equality.Ilya Maximets2023-01-272-0/+64
* dpif-netdev: Set PMD load based sleep start/inc to 1 us.Kevin Traynor2023-01-231-2/+1
* dpif-netdev: Set timer slack for PMD threads.David Marchand2023-01-233-0/+21
* netdev-dpdk: Fix deadlock due to virtqueue stats retrieval.David Marchand2023-01-191-20/+102
* ovsdb-idl: Provide API to disable set_db_change_aware request.Han Zhou2023-01-164-1/+34
* openflow: Add extension to flush CT by generic match.Ales Musil2023-01-164-0/+218
* ofp, dpif: Allow CT flush based on partial match.Ales Musil2023-01-166-140/+444
* dpif-netdev: Add PMD load based sleeping.Kevin Traynor2023-01-123-10/+84
* util: Add non quiesce xnanosleep.Kevin Traynor2023-01-122-4/+18
* netdev-offload-dpdk: Fix transfer flows.David Marchand2023-01-111-1/+1
* netdev-dpdk: Drop coverage counter for vhost IRQs.David Marchand2023-01-091-9/+0
* netdev-dpdk: Add per virtqueue statistics.David Marchand2023-01-091-128/+319
* tc: Add support for TCA_STATS_PKT64.Mike Pattrick2023-01-061-41/+69
* dpif: Fix tunnel key set for IPv6 tunnels with SLOW_ACTION.Eelco Chaudron2023-01-061-1/+1
* netdev-afxdp: Hide too large memset from sparse.Ilya Maximets2023-01-031-0/+4
* netdev-afxdp: Allow building with libxdp and newer libbpf.Ilya Maximets2023-01-035-15/+33
* netdev-afxdp: Disable -Wfree-nonheap-object on receive.Ilya Maximets2023-01-031-0/+13
* dpif-netdev: Calculate per numa variance.Cheng Li2022-12-211-44/+43
* dpif-netdev: Rename pmd_info_show_rxq variables.Kevin Traynor2022-12-211-15/+15
* dpif-netdev: Make pmd-rxq-show time configurable.Kevin Traynor2022-12-212-24/+76
* dpif-netdev/mfex: Add AVX512 NVGRE traffic profiles.Cian Ferriter2022-12-214-16/+101
* dpif-netdev/dpcls: Specialize 8, 1 and 5, 2 signatures.Cian Ferriter2022-12-212-0/+8
* odp-execute: Add ISA implementation of set_masked IPv6 actionEmma Finn2022-12-215-1/+240
* lldp: Fix bugs when parsing malformed AutoAttach.Qian Chen2022-12-201-0/+2
* ovs-thread: Detect changes in number of CPUs.Adrian Moreno2022-12-201-24/+43
* dpif-netdev: Use unmasked key when adding datapath flows.Eelco Chaudron2022-12-201-4/+29
* odp-execute: Add check for L4 header size.Emma Finn2022-12-141-2/+4
* ovsdb-cs: Consider default conditions implicitly acked.Dumitru Ceara2022-12-131-1/+1
* odp-execute: Fix ipv4 missing clearing of connection tracking fields.Emma Finn2022-12-072-0/+14
* rculist: Use rculist_back_protected to access prev.Adrian Moreno2022-12-061-3/+5
* db-ctl-base: Use partial map/set updates for last add/set commands.Ilya Maximets2022-12-062-25/+70
* dpdk: Update to use v22.11.1.Ian Stokes2022-12-061-16/+8
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-306-37/+101
* odp-util: Fix reporting unknown keys as keys with bad length.Ilya Maximets2022-11-301-2/+9
* netdev: Assume default link speed to be 10 Gbps instead of 100 Mbps.Ilya Maximets2022-11-304-6/+6
* netdev-dpdk: Cleanup mempool selection code.David Marchand2022-11-301-11/+10
* netdev-dpdk: Move DPDK netdev related configuration.David Marchand2022-11-304-137/+94