aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/pktio/dpdk.c
AgeCommit message (Expand)Author
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
2019-08-16linux-gen: dpdk: add functions for rte_mbuf / odp_packet_hdr_t conversionsMatias Elo
2019-08-16linux-dpdk: improve dpdk linkingMatias Elo
2019-08-08linux-gen: dpdk: rename mempool handler ops to avoid naming conflictMatias Elo
2019-06-24linux-gen: dpdk: reset getopt state after usagePetri Savolainen
2019-01-18linux-gen: dpdk: add a fallback value for the number of numa nodesMatias Elo
2018-12-17linux-gen: dpdk: support DPDK version up to v18.11Petri Savolainen
2018-10-18linux-gen: pool: increase minimum packet segment lengthMatias Elo
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-04linux-gen: dpdk: move dpdk_initialized global var into odp_global_data_rw_tMatias Elo
2018-10-03linux-gen: dpdk: prefetch packet data earlyPetri Savolainen
2018-10-03linux-gen: dpdk: prefetch pkt_hdr before packet initPetri Savolainen
2018-08-02linux-gen: dpdk: fix calling internal dpdk functionMatias Elo
2018-06-06linux-gen: pktio: move common code out of socket pktio filesBogdan Pricope
2018-06-01linux-gen: pktio: make dpdk use generic private data fieldDmitry Eremin-Solenikov
2018-05-31linux-gen: time: use inlined functions internallyPetri Savolainen
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-05-22linux-gen: packet: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-14linux-gen: pktio: dpdk: integrate csum with packet parserBogdan Pricope
2018-05-14linux-gen: pktio: dpdk: add specific packet parserBogdan Pricope
2018-05-14linux-gen: classification: permit packet parsing at pktio levelBogdan Pricope
2018-04-25linux-gen: dpdk: fix linking to libnumaDmitry Eremin-Solenikov
2018-04-17linux-gen: dpdk: allocate huge page memory for all numa nodesMatias Elo
2018-03-31linux-gen: dpdk: fix runtime/default config read orderBogdan Pricope
2018-03-29linux-gen: pktio: dpdk: fix IPv4 csum calculation when l4 offset is not setBogdan Pricope