aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/pktio/dpdk.c
AgeCommit message (Expand)Author
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
2021-02-08linux-gen: pktio: rename pktio_if_ops_t mtu_get to maxlen_getMatias Elo
2020-12-23linux-gen: rename some global symbols in the static libraryJere Leppänen
2020-11-16linux-gen: unify ODP_ALIGNED usageMatias Elo
2020-11-02linux-gen: pktio: dpdk: add support for tx timestampingMatias Elo
2020-11-02linux-gen: pktio: pack pktio_entry_t enable flags into a bit fieldMatias Elo
2020-11-02linux-gen: pktio: update rx and tx timestamp implementationNithin Dabilpuram
2020-07-03linux-gen: dpdk: read correct field in odp_pktio_link_info()Matias Elo
2020-07-02linux-gen: pktio: use enum as odp_pktio_link_status() return valueMatias Elo
2020-07-02linux-gen: dpdk: pktio: implement odp_pktio_link_info()Matias Elo
2020-01-07linux-gen: dpdk: fix rx/tx checksum offloadMatias Elo
2020-01-07linux-gen: dpdk: add support for setting interface default mac addressMatias Elo
2019-12-20linux-gen: dpdk: print DPDK versionPetri Savolainen
2019-12-20linux-gen: dpdk: set MEMPOOL_F_NO_IOVA_CONTIG flagPetri Savolainen
2019-12-20linux-gen: dpdk: remove lcore role initPetri Savolainen
2019-12-20linux-gen: dpdk: improve check of promisc mode supportPetri Savolainen
2019-12-20linux-gen: dpdk: DPDK renamed protocol structsPetri Savolainen
2019-11-27linux-gen: pktio: always check pktio state before recv/sendMatias Elo
2019-11-26linux-gen: dpdk: implement frame offset configPetri Savolainen
2019-11-13linux-gen: pktio: reset all flags on packet inputPetri Savolainen
2019-10-23linux-gen: dpdk: optimize performanceMatias Elo
2019-10-23linux-gen: dpdk: make storing packet flow hash configurableMatias Elo
2019-10-23linux-gen: packet: reimplement segmentation using linked listMatias Elo
2019-10-22linux-gen: dpdk: check supported ptypes in L2 parsePetri Savolainen
2019-10-07linux-gen: rename implementation internal autoheader definesMatias Elo
2019-10-07linux-gen: include only ODP defines in autogenerated header filesMatias Elo
2019-10-07linux-gen: rename ODP implementation internal configure definesMatias Elo
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2019-08-16linux-gen: dpdk: clean up unnecessary pool_alloc() functionMatias Elo
2019-08-16linux-gen: dpdk: allow memory channel spreadMatias Elo
2019-08-16linux-gen: dpdk: set zero-copy pool mbuf private size correctlyMatias Elo