aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk
AgeCommit message (Expand)Author
2022-02-08README: update DPDK-20.11 installation instructionsMalvika Gupta
2022-01-31linux-dpdk: packet: implement static references nativelyMatias Elo
2021-12-17linux-dpdk: pool: optimize _odp_event_alloc/free() implementationsMatias Elo
2021-12-17linux-dpdk: m4: remove symbolic links to deleted filesMatias Elo
2021-12-17Port 0ab07705f "linux-gen: shm: add capability for supported shared memory fl...Matias Elo
2021-12-17Port 824145bff "linux-gen: init: detect calling odp_init_local() twice"Matias Elo
2021-12-17Port dc154a908 "linux-gen: timer: implement odp_timer_pool_param_init()"Matias Elo
2021-12-17Port f4f659750 "linux-gen: random: implement crypto random and true random da...Matias Elo
2021-12-17Port b84e9d18f "linux-gen: pool: use common event header for all pool types"Matias Elo
2021-12-17Port 720823e61 "linux-gen: dma: implement the new DMA API"Matias Elo
2021-12-17Port a993eda8b "api: timer: split timer types into separate file"Matias Elo
2021-12-17Port e6ac302e9 "linux-gen: buffer: use common event header"Matias Elo
2021-12-17Port 1ad2f380e "linux-gen: packet: use common event header"Matias Elo
2021-12-17Port d59962b5a "linux-gen: packet_vector: use common event header"Matias Elo
2021-12-17Port d345eb174 "linux-gen: timer: use common event header"Matias Elo
2021-12-17Port 02e0de2f0 “linux-gen: pool: add internal functions for processing events"Matias Elo
2021-12-17Port d964432cc "configure: move openssl options under linux-gen platform"Matias Elo
2021-12-17Port 7d4100d0e "linux-gen: add pool type agnostic _odp_event_hdr_t header"Matias Elo
2021-12-16linux-dpdk: fix linux-generic configuration errorMatias Elo
2021-12-09linux-dpdk: pool: round up packet segment sizes to multiples of 1024Matias Elo
2021-12-09linux-dpdk: pool: add capability for maximum packet data lengthMatias Elo
2021-12-03linux-dpdk: replace CONFIG_PACKET_HEADROOM with RTE_PKTMBUF_HEADROOMMatias Elo
2021-12-03linux-dpdk: pool: increase maximum possible segment lengthMatias Elo
2021-12-03linux-dpdk: pool: remove packet buffer size round upMatias Elo
2021-12-03linux-dpdk: pool: check alignment validity in check_params()Matias Elo
2021-11-26linux-dpdk: cpu: add configuration option to use static cpu frequencyMatias Elo
2021-11-24Port c2d07272a "linux-gen: ring: add internal 64-bit ring implementation"Matias Elo
2021-11-24Port 2c8ada58b "linux-gen: pool: add pool type checks to alloc functions"Matias Elo
2021-11-24Port f27010066 "linux-gen: timer: use internal functions for timeout alloc/free"Matias Elo
2021-11-24Port 8fa8cbfc7 "linux-gen: packet: add missing asserts for invalid event defi...Matias Elo
2021-11-24Port 458620fbf "linux-gen: sysinfo: move compile-time cpu flags to cpu_flags.c"Matias Elo
2021-11-24Port 52fd8c1bd "linux-gen: packet: fix false packet parsing error"Matias Elo
2021-11-24Port 3c07d8a98 "linux-gen: configure: ignore gnu-variable-sized-type-not-at-e...Matias Elo
2021-11-24Port 75c6565ec "linux-gen: fix invalid use of structure with flexible array m...Matias Elo
2021-11-24Port b744475aa "linux-gen: fix print format build errors"Matias Elo
2021-11-24Port 1b1dc2bf9 "linux-gen: packet: fix static assert integer constant build e...Matias Elo
2021-11-24Port bf6da7872 "linux-gen: fix return with expression build errors"Matias Elo
2021-11-24Port 3def5dd8a "linux-gen: pool: implement new odp_pool_print_all() function"Matias Elo
2021-11-24Port bd25b311d "linux-gen: init: implement odp_instance() function"Matias Elo
2021-11-24Port 9dac56af1 "linux-gen: stash: make maximum number of stashes configurable"Matias Elo
2021-11-24linux-dpdk: pool: move and rename internal buffer alloc functionMatias Elo
2021-11-23Port 6ab34287f "linux-gen: crypto: send completion events to the correct queue"Janne Peltonen
2021-11-11linux-dpdk: pool: move user area from buffer to shmJere Leppänen
2021-11-08linux-dpdk: pktio: add additional eal args using config fileVijay Ram Inavolu
2021-11-01linux-dpdk: align: use RTE_CACHE_LINE_SIZE as ODP_CACHE_LINE_SIZEMatias Elo
2021-11-01linux-dpdk: link to arch specific source files individuallyMatias Elo
2021-11-01linux-dpdk: build: add missing cpu cycles source file to arm buildMatias Elo
2021-10-11Port a369bcd19 "linux-gen: cpu: refactor inlining code"Matias Elo
2021-10-11Port 6b93469a7 "linux-gen: packet: fix parsing of segmented packets in odp_pa...Matias Elo
2021-10-11Port b70771a1d “linux-gen: packet: fix SCTP checksum check with multi-segme...Matias Elo