aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/pktio
AgeCommit message (Expand)Author
2023-05-30linux-gen: pktio: remove common capability functionMatias Elo
2023-05-08linux-gen: dpdk: simplify mbuf to packet conversion functionMatias Elo
2023-05-08linux-gen: dpdk: add simplified pkt to mbuf conversion function variantMatias Elo
2023-05-08linux-gen: pktio: enqueue packets to destination queues from pktio devicesMatias Elo
2023-05-04linux-gen: socket_xdp: check input/output queue index validityTuomas Taipale
2023-05-04linux-gen: socket_xdp: try to detect XDP shadow queue using drivers at startupTuomas Taipale
2023-05-04linux-gen: socket_xdp: setup NIC queues and RSS according to queue configurationTuomas Taipale
2023-05-04linux-gen: socket_xdp: move UMEM creation and deletion to start and stop func...Tuomas Taipale
2023-05-04linux-gen: socket_xdp: move socket creation and deletion to start and stop fu...Tuomas Taipale
2023-05-04linux-gen: socket_xdp: adjust queue count capability reportingTuomas Taipale
2023-04-13linux-gen: dpdk: remove usage of odp_errnoMatias Elo
2023-04-13linux-gen: remove usage of odp_errnoMatias Elo
2023-03-17linux-gen: pktio: remove netmap pktioMatias Elo
2023-03-09linux-gen: dpdk: handle dpdk ethdev namespace updateMatias Elo
2023-03-07linux-gen: loop: fix use of stale pkt_hdr after inline ipsecJanne Peltonen
2023-02-20linux-gen: pktio: ipc: fix potentially unterminated stringJere Leppänen
2023-02-07api: pktio: remove deprecated in_unknown_protos statistics counterMatias Elo
2023-01-18linux-gen: loop: add support for flow hashingTuomas Taipale
2023-01-18linux-gen: loop: refactor statisticsTuomas Taipale
2023-01-18linux-gen: loop: add multi-queue supportTuomas Taipale
2022-12-29linux-gen: dpdk: fix zero-copy mode with vfio-pci driverMatias Elo
2022-11-30linux-gen: dpdk: implement new packet input queue size parameterMatias Elo
2022-11-30linux-gen: loop: implement new packet input queue size parameterMatias Elo
2022-11-30linux-gen: pktio: use ODP_PKTIN_MAX_QUEUES and ODP_PKTOUT_MAX_QUEUESMatias Elo
2022-10-13linux-gen: socket_xdp: fix potential undefined behaviorTuomas Taipale
2022-10-07linux-gen: debug: prefix implementation internal debug macrosMatias Elo
2022-10-07linux-gen: dpdk: remove libm dependencyMatias Elo
2022-07-14linux-gen: pcap: promisc mode disabled by defaultPetri Savolainen
2022-07-14linux-gen: socket_xdp: add miscellaneous bug fixesTuomas Taipale
2022-07-04linux-gen: null: remove promisc mode set supportPetri Savolainen
2022-07-04linux-gen: loop: remove promisc mode set supportPetri Savolainen
2022-07-04linux-gen: loop: remove extra UNUSED attributesPetri Savolainen
2022-06-27linux-gen: dpdk: header include clean-upMatias Elo
2022-06-27linux-gen: dpdk: pack pkt_dpdk_t control path dataMatias Elo
2022-06-27linux-gen: dpdk: group pkt_dpdk_t fast path flagsMatias Elo
2022-06-27linux-gen: dpdk: reduce pkt_cache_t memory footprintMatias Elo
2022-06-27linux-gen: dpdk: refactor pkt_dpdk_t structMatias Elo
2022-06-27linux-gen: dpdk: copy pktout capabilities for fast path accessMatias Elo
2022-06-23linux-gen: event: use pool handle in event headerMatias Elo
2022-06-23linux-gen: pool: use pool entry pointer as pool handleMatias Elo
2022-06-21linux-gen: pktio: netmap: remove an extra level of hierarchy from netmap_ring_tJere Leppänen
2022-06-21linux-gen: pktio: netmap: use unsigned int rather than bare unsignedJere Leppänen
2022-06-21linux-gen: pktio: dpdk: remove an extra level of hierarchy from pkt_cache_tJere Leppänen
2022-06-21linux-gen: remove an extra level of hierarchy from pktio_entry_tJere Leppänen
2022-06-21linux-gen: pktio: loop, pcap: use atomic in_errorsJere Leppänen
2022-06-21linux-gen: pktio: increment in_errors counter on parse errorsJere Leppänen
2022-06-21linux-gen: pktio: dpdk: increment in_discards when failing to move packet to ...Jere Leppänen
2022-06-21linux-gen: pktio: increment in_discards when packet cannot be classifiedJere Leppänen
2022-06-21linux-gen: pktio: stats: fix error handling for socket type pktioJere Leppänen
2022-06-21linux-gen: pktio: remove redundant memset preceding _odp_sock_stats_reset_fd()Jere Leppänen