aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2022-10-28linux-dpdk: pool: use correct event indices for external buffersMatias Elo
2022-10-28Port e10feab32 "linux-gen: sched: add configuration options for per queue typ...Matias Elo
2022-10-28Port 9fde80a00 "linux-gen: packet: inline odp_packet_buf_from_head() implemen...Matias Elo
2022-10-28Port 414827cd9 "linux-gen: packet: inline odp_packet_buf_data_set() implement...Matias Elo
2022-10-28Port 117e155bf "linux-gen: packet: inline odp_packet_buf_data_offset() implem...Matias Elo
2022-10-28Port 29f112c6a "linux-gen: packet: inline odp_packet_buf_head() implementation"Matias Elo
2022-10-28Port 2838c738b "linux-gen: packet: inline odp_packet_buf_size() implementation"Matias Elo
2022-10-28Port 8238d7e42 "linux-gen: packet: inline odp_packet_buf_data_len() implement...Matias Elo
2022-10-28Port 79ae35bde "linux-gen: packet: inline odp_packet_input_set() implementation"Matias Elo
2022-10-28Port b1930c526 "linux-gen: print: add _odp_snprint()"Matias Elo
2022-10-28Port 2d65efab9 "linux-gen: vector: implement user flag functions"Matias Elo
2022-10-28Port b45f4814f "linux-gen: packet: implement user flag functions"Matias Elo
2022-10-28Port e9126fe57 "linux-gen: timer: implement new user area"Matias Elo
2022-10-28Port 8290a6a2f "linux-gen: buffer: implement user area"Matias Elo
2022-10-28Port 35a968a8c "linux-gen: pool: implement user area"Matias Elo
2022-10-18Merge tag 'v1.38.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
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-30linux-gen: vector: implement user flag functionsPetri Savolainen
2022-09-30linux-gen: packet: implement user flag functionsPetri Savolainen
2022-09-30linux-gen: timer: implement new user areaPetri Savolainen
2022-09-30linux-gen: vector: implement new user areaPetri Savolainen
2022-09-30linux-gen: buffer: implement user areaPetri Savolainen
2022-09-30linux-gen: pool: implement user areaPetri Savolainen
2022-09-29linux-gen: stash: implement new batch functionsMatias Elo
2022-09-29linux-gen: ring: add batch dequeue operationMatias Elo
2022-09-28linux-gen: crypto: reuse input packet as output packet if possibleJanne Peltonen
2022-09-28linux-gen: crypto: fix pool checking before metadata copyingJanne Peltonen
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