aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk
AgeCommit message (Expand)Author
2023-08-08linux-dpdk: pktio: optimize packet receive codeMatias Elo
2023-08-08linux-dpdk: packet: move event subtype to _odp_event_hdr_int_tMatias Elo
2023-08-08Port c23a39c69 "linux-gen: dma: implement completion event user area"Matias Elo
2023-08-08Port 5cfbf7b26 "linux-gen: init: implement odp_term_abnormal()"Matias Elo
2023-08-08Port 1780ca316 "linux-gen: packet: implement free control functions"Matias Elo
2023-08-08Port 5db00aaa7 "linux-gen: packet: dummy implementation of TX completion poll"Matias Elo
2023-08-08Port c972ee43d "linux-gen: pktio: use new definitions"Matias Elo
2023-08-08Port 7ac1fd5e6 "linux-gen: pool: implement new odp_pool_stats_selected() func...Matias Elo
2023-08-08Port 3ea19c8cb "linux-gen: timer: implement odp_timer_sample_ticks()"Matias Elo
2023-08-08Port 875d5bb72 "api: time: split header files"Matias Elo
2023-08-08Port b7128b352 "linux-gen: timer: use new timer cancel return values"Matias Elo
2023-08-08Port 45ac01d90 "linux-gen: timer: check capability limits in odp_timer_res_ca...Matias Elo
2023-08-08Port 04a3262ea "linux-gen: pool: correctly print DMA completion pool"Matias Elo
2023-08-08Port 2118ba7c9 "linux-gen: timer: fix periodic timer drift"Matias Elo
2023-08-08Port 13918e69c "linux-gen: timer: fix odp_timeout_fresh() crash"Matias Elo
2023-08-08Port 7fb172232 "linux-gen: dpdk: simplify mbuf to packet conversion function"Matias Elo
2023-08-08Port 451455aa1 "linux-gen: dpdk: add simplified pkt to mbuf conversion functi...Matias Elo
2023-08-08Port d989083e7 "linux-gen: pktio: enqueue packets to destination queues from ...Matias Elo
2023-06-29linux-dpdk: pool: modify buffer maximum size capabilityTuomas Taipale
2023-06-29linux-dpdk: remove rte_mbuf from common event headerTuomas Taipale
2023-06-29linux-dpdk: pool: move external memory object constructor functionTuomas Taipale
2023-06-29linux-dpdk: pool: refactor internal pool creation functionTuomas Taipale
2023-05-02linux-dpdk: crypto: re-enable AES-CCMJanne Peltonen
2023-05-02linux-dpdk: crypto: add CHACHA20-POLY1305Janne Peltonen
2023-05-02linux-dpdk: crypto: use a session flag to distinguish aead sessionsJanne Peltonen
2023-04-24linux-dpdk: crypto: partially re-enable aes-cmac with aesni_mbv1.41.0.0_DPDK_22.11Janne Peltonen
2023-04-24linux-dpdk: crypto: partially re-enable aes-xcbc-mac with aesni_mbJanne Peltonen
2023-04-24linux-dpdk: crypto: improve returned session creation error codesJanne Peltonen
2023-04-24linux-dpdk: crypto: deduplicate some capability matching codeJanne Peltonen
2023-04-24linux-dpdk: crypto: fix capability query to ignore asymmetric algsJanne Peltonen
2023-04-18linux-dpdk: test: wrapper: increase number of allocated huge pagesMatias Elo
2023-04-18Port 482a09995 "linux-gen: dpdk: remove usage of odp_errno"Matias Elo
2023-04-18Port 83593b790 "linux-gen: crypto: fix uninitialized variable access"Matias Elo
2023-04-18Port e6bf7195c "linux-gen: stash: add support for odp_stash_param_t.strict_si...Matias Elo
2023-04-18Port 1b92a6a21 "linux-gen: sched: implement power saving sleep in schedule loop"Matias Elo
2023-04-18Port f7e4f5526 "linux-gen: sched: add power saving config file options"Matias Elo
2023-04-18Port 14f8e6637 "linux-gen: sched: add function which returns the scheduler's ...Matias Elo
2023-04-18linux-dpdk: crypto: set more accurate error status codesJanne Peltonen
2023-04-18Port 10b36be0d "linux-gen: crypto: remove deprecated odp_crypto_operation()"Janne Peltonen
2023-04-18Port 18931e32a "linux-gen: crypto: do not set odp_crypto_packet_result_t::ok"Janne Peltonen
2023-04-18Port 495704e41 "linux-gen: crypto: set hw_err status only if deprecated API e...Janne Peltonen
2023-04-13linux-dpdk: crypto: fail crypto op if hash result is in cipher rangeJanne Peltonen
2023-04-05linux-dpdk: pktio: add configuration option for enabling multi segment txMatias Elo
2023-03-27linux-dpdk: change recommended dpdk version to v22.11Matias Elo
2023-03-23linux-dpdk: crypto: accept AES-GMAC only with non-null cipherJanne Peltonen
2023-03-23linux-dpdk: crypto: do not use broken SGL of the aesni_mb deviceJanne Peltonen
2023-03-02README.DPDK: list dpdk v22.11 as supportedMatias Elo
2023-03-02linux-dpdk: pktio: handle dpdk namespace updateMatias Elo
2023-03-02linux-dpdk: crypto: handle dpdk v22.11 crypto session changesMatias Elo
2023-03-02linux-dpdk: packet: add missing include for isdigit()Matias Elo