aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2018-10-15linux-gen: pool: ring size must be larger than num itemsPetri Savolainen
2018-10-15linux-gen: sched: remove unnecessary queue null indexPetri Savolainen
2018-10-11linux-gen: dpdk: improved zero-copy implementationMatias Elo
2018-10-11linux-gen: dpdk: prefix visible internal parse functions with _odp_Matias Elo
2018-10-11linux-gen: dpdk: fix running multiple odp instances simulaneuslyMatias Elo
2018-10-10linux-gen: ipsec: make IPv4 ID allocator scale better to multiple threadsJanne Peltonen
2018-10-10linux-gen: ipsec: use global IPv4 ID allocator for all tunnel SAsJanne Peltonen
2018-10-10linux-gen: ipsec: use sequence number counter for counter based IVJanne Peltonen
2018-10-10linux-gen: ipsec: separate hot r/w data from r/o data in an SAJanne Peltonen
2018-10-10linux-gen: ipsec: remove SA reference counting from outbound processingJanne Peltonen
2018-10-10linux-gen: ipsec: speed up random IV generation by thread-local bufferingJanne Peltonen
2018-10-09linux-gen: do not use huge pages for internal allocationsMaxim Uvarov
2018-10-09linux-gen: shm: do not print map errorMaxim Uvarov
2018-10-09linux-gen: queue: use queue size parameterPetri Savolainen
2018-10-09linux-gen: pool: decrease minimum segment size to 2kPetri Savolainen
2018-10-04linux-gen: test: configuration file for running process mode testsMatias Elo
2018-10-04test: mmap_vlan_ins: allocate global data from shmMatias Elo
2018-10-04test: ring: allocate global data from shmMatias Elo
2018-10-04linux-gen: socket_mmap: reserve memory from shmMatias Elo
2018-10-04linux-gen: pcap: allocate tx buffer from stackMatias Elo
2018-10-04linux-gen: hash: allocate crc table memory from shmMatias Elo
2018-10-04linux-gen: ipsec: allocate memory from shmMatias Elo
2018-10-04linux-gen: timer: move global variables into timer_global_tMatias Elo
2018-10-04linux-gen: timer: move global variable 'locks' into timer_global_tMatias Elo
2018-10-04linux-gen: timer: allocate global memory from shmMatias Elo
2018-10-04linux-gen: dpdk: move dpdk_initialized global var into odp_global_data_rw_tMatias Elo
2018-10-04linux-gen: pcapng: move global data into odp_global_data_rw_tMatias Elo
2018-10-04linux-gen: split global data into RO and RW structsMatias Elo
2018-10-03linux-gen: dpdk: prefetch packet data earlyPetri Savolainen
2018-10-03linux-gen: dpdk: prefetch pkt_hdr before packet initPetri Savolainen
2018-09-28test: ipc: reduce interface start poll frequencyPetri Savolainen
2018-09-28linux-gen: queue: fix error print formatPetri Savolainen
2018-09-28linux-gen: shm: reserve internal shms using single VA flagMatias Elo
2018-09-28linux-gen: shm: increase pre-reserved virtual address space sizeMatias Elo
2018-09-28linux-gen: shm: add option for allocating internal shm using single VAMatias Elo
2018-09-28linux-gen: pktin: use enqueue multi for dst_queue packetsPetri Savolainen
2018-09-28linux-gen: sched: pack global data structPetri Savolainen
2018-09-28linux-gen: sched: per priority burst size configurationPetri Savolainen
2018-09-28linux-gen: config: add array lookup functionPetri Savolainen
2018-09-28linux-gen: config: print config file namePetri Savolainen
2018-09-12linux-gen: ipsec: reject SA creation with ESN flag setDmitry Eremin-Solenikov
2018-09-12linux-gen: ipsec: fix sliding window shiftsDmitry Eremin-Solenikov
2018-09-12linux-gen: ishm: make huge page cache size dynamicJosep Puigdemont
2018-09-12linux-gen: ishm: implement huge page cacheJosep Puigdemont
2018-09-12linux-gen: fix pktio private size on 128-byte cache machinesDmitry Eremin-Solenikov
2018-09-12linux-gen: abi: set ODP_CACHE_LINE_SIZE to 128 on ppc64leDmitry Eremin-Solenikov
2018-09-12linux-gen: ring: change ring_deq return valuePetri Savolainen
2018-09-12linux-gen: sched: stash ring pointerPetri Savolainen
2018-09-12linux-gen: sched: remove queue_destroy_finalize callbackPetri Savolainen
2018-09-12linux-gen: sched: single variable for sync context statusPetri Savolainen