aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2022-10-18linux-dpdk: crypto: process crypto operations in burstsJanne Peltonen
2022-10-18linux-dpdk: crypto: retry rte_cryptodev_dequeue_burst() indefinitelyJanne Peltonen
2022-10-11linux-dpdk: packet: optimize odp_packet_free_multi() implementationMatias Elo
2022-10-11linux-dpdk: buffer: optimize buffer free function implementationsMatias Elo
2022-10-11linux-dpdk: buffer: optimize buffer alloc function implementationsMatias Elo
2022-10-04linux-dpdk: pktio: check link status return valueMatias Elo
2022-10-04linux-dpdk: packet: remove unnecessary fast path checksMatias Elo
2022-10-04linux-dpdk: packet: add reset function for newly allocated packetsMatias Elo
2022-10-04linux-dpdk: packet: optimize odp_packet_alloc_multi() implementationMatias Elo
2022-09-23linux-dpdk: crypto: reuse input packet as output packet if possiblev1.37.2.0_DPDK_19.11Janne Peltonen
2022-09-23linux-dpdk: crypto: fix pool checking before metadata copyingJanne Peltonen
2022-09-23linux-dpdk: crypto: fix return status after pkt linearization failureJanne Peltonen
2022-09-23linux-dpdk: buffer: inline odp_buffer_size() implementationMatias Elo
2022-09-23linux-dpdk: buffer: optimize odp_buffer_alloc() implementationMatias Elo
2022-09-23linux-dpdk: buffer: inline buffer free functionsMatias Elo
2022-09-23linux-dpdk: packet: use internal packet_init() helperMatias Elo
2022-09-23linux-dpdk: packet: split odp_packet_reset() implementationMatias Elo
2022-09-23linux-dpdk: packet: inline odp_packet_buf_len() implementationMatias Elo
2022-09-23linux-dpdk: packet: handle different packet pools in odp_packet_concat()Matias Elo
2022-09-23linux-dpdk: packet: remove totsize member from _odp_event_hdr_tMatias Elo
2022-09-23linux-dpdk: pktio: use only native dpdk functions for promisc modeMatias Elo
2022-09-23linux-dpdk: eventdev: fix thread mask copyMatias Elo
2022-09-23linux-dpdk: packet: fix gcc-12 compilation errorMatias Elo
2022-09-23Port ea447d6dc "linux-gen: pktio: increment in_discards when packet cannot b...Matias Elo
2022-09-23Port 27c4310ad "linux-gen: packet: reorder packet header members"Matias Elo
2022-09-23Port 8460de0f6 "linux-gen: dpdk: pack pkt_dpdk_t control path data"Matias Elo
2022-09-23Port 68c8faeb9 "linux-gen: pool: implement odp_pool_stats_opt_t.thread.cache_...Matias Elo
2022-09-23Port 8829376e7 "api: stash: split header files"Matias Elo
2022-09-23Port 5bda02d46 "linux-gen: system: remove redundant cpu count code"Matias Elo
2022-09-23Port 21a5ce597 "linux-gen: event: use pool handle in event header"Matias Elo
2022-09-23Port 086cc5a07 "linux-gen: buffer: inline odp_buffer_pool()"Matias Elo
2022-09-23Port c497105d9 "linux-gen: pool: inline odp_pool_index()"Matias Elo
2022-09-23Port fa265bfb5 "linux-gen: pool: use pool entry pointer as pool handle"Matias Elo
2022-09-23Port 1f683c665 "linux-gen: queue: remove an extra level of hierarchy from que...Matias Elo
2022-09-23Port b24a8e736 "linux-gen: remove an extra level of hierarchy from pktio_entr...Matias Elo
2022-09-23Port 70ad66b41 "linux-gen: pktio: increment in_errors counter on parse errors"Matias Elo
2022-09-23Port b25c72382 "linux-gen: pktio: add in_errors counter to stats_extra"Matias Elo
2022-09-23Port 23d1f6a96 "linux-gen: drop packet on L4 checksum error if configured to ...Matias Elo
2022-09-23Port 44efb1d46 "linux-gen: pktio: dpdk: move _odp_dpdk_packet_parse_common()"Matias Elo
2022-09-23Port 330ec08b2 "linux-gen: pktio: dpdk: remove pkt_dpdk_t::supported_ptypes"Matias Elo
2022-09-23Port cdfad45f2 "linux-gen: pktio: dpdk: remove packet parse functions"Matias Elo
2022-09-08Merge tag 'v1.37.2.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2022-07-14linux-gen: pool: implement odp_pool_stats_opt_t.thread.cache_availableMatias Elo
2022-07-14api: pool: add thread local cache usage statistic countersMatias Elo
2022-07-14linux-gen: cpumask: return all CPUs with odp_cpumask_all_available()Petri Savolainen
2022-07-14linux-gen: cpumask: allow default CPU mask to be NULLPetri Savolainen
2022-07-14linux-gen: pcap: promisc mode disabled by defaultPetri Savolainen
2022-07-14linux-gen: stash: implement statistics countersPetri Savolainen
2022-07-14linux-gen: stash: implement debug printPetri Savolainen
2022-07-14api: stash: split header filesPetri Savolainen