aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/pktio/dpdk.c
AgeCommit message (Expand)Author
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: pktio: use ODP_PKTIN_MAX_QUEUES and ODP_PKTOUT_MAX_QUEUESMatias Elo
2022-10-07linux-gen: debug: prefix implementation internal debug macrosMatias Elo
2022-10-07linux-gen: dpdk: remove libm dependencyMatias Elo
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: pool: use pool entry pointer as pool handleMatias Elo
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: 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-06linux-gen: pktio: dpdk: remove pkt_dpdk_t::supported_ptypesJere Leppänen
2022-06-06linux-gen: pktio: dpdk: remove packet parse functionsJere Leppänen
2022-05-27linux-gen: pktio: dpdk: move reading pkt_dpdk_t::supported_ptypesJere Leppänen
2022-05-27linux-gen: pktio: move received packets to the pool indicated by CoSJere Leppänen
2022-05-02linux-gen: dpdk: adapt to new memory source operations interfaceTuomas Taipale
2022-05-02linux-gen: macros: prefix implementation internal macro namesMatias Elo
2022-03-31linux-gen: pktio: always call *_packet_parse_common()Jere Leppänen
2022-03-18linux-gen: dpdk: remove unsupported conditional codeTuomas Taipale
2022-03-16linux-gen: dpdk: check rte_eth_dev_info_get() return valueTuomas Taipale
2022-03-16linux-gen: dpdk: add support for DPDK 21.11Tuomas Taipale
2022-03-14linux-gen: dpdk: refactor zero-copy memory populationTuomas Taipale
2022-03-10linux-gen: cls: move parse call out of _odp_cls_classify_packet()Jere Leppänen
2022-03-10linux-gen: pktio: fix classification result handlingJere Leppänen
2022-03-02linux-gen: dpdk: implement new packet output queue size parameterMatias Elo
2022-02-21linux-gen: dpdk: fix potential undefined behavior with zero-copyTuomas Taipale
2022-02-04linux-gen: packet: rename internal classifier metadata copy functionMatias Elo
2021-11-23linux-gen: packet: use common event headerMatias Elo
2021-10-21linux-gen: fix extra semicolon build errorsMatias Elo
2021-08-16linux-gen: dpdk: fix invalid mbuf data offsetMatias Elo
2021-07-06linux-gen: pktio: fix DPDK 18.11 buildPetri Savolainen
2021-07-05linux-gen: dpdk: add configuration option for multicast frame receptionMatias Elo
2021-07-05linux-gen: pktio: use names other than index also as dpdk portsVijay Ram Inavolu
2021-06-23linux-gen: dpdk: implement extra statistics counters functionsMatias Elo
2021-06-23linux-gen: dpdk: add support for per queue statistics countersMatias Elo
2021-06-23linux-gen: dpdk: set per rx/tx queue statistics mappingsMatias Elo
2021-06-23linux-gen: pktio: implement statistics counters capabilitiesMatias Elo
2021-06-11linux-gen: dpdk: don't enable input hashing automaticallyMatias Elo
2021-06-11linux-gen: dpdk: don't fail on unsupported input hash protocolMatias Elo
2021-05-25linux-gen: fix print formatsJere Leppänen
2021-05-05linux-gen: pktio: implement in_packets/out_packets countersMatias Elo
2021-02-26linux-gen: rename remaining global symbols in the static libraryJere Leppänen
2021-02-08linux-gen: dpdk: implement odp_pktio_maxlen_set()Matias Elo
2021-02-08linux-gen: dpdk: reduce the number of info printsMatias Elo