summaryrefslogtreecommitdiff
path: root/lib/ethdev/rte_ethdev.c
AgeCommit message (Expand)Author
2024-10-13ethdev: verify queue ID in Tx done cleanupChengwen Feng
2024-10-12ethdev: add frequency adjustmentMingjin Ye
2024-10-11ethdev: restore config only when requestedDariusz Sosnowski
2024-10-11ethdev: rework config restoreDariusz Sosnowski
2024-09-30ethdev: fix overflow in descriptor countNiall Meade
2024-09-27ethdev: add link speed lanes configurationDamodharam Ammepalli
2024-09-27ethdev: add report of register names and filterJie Hai
2024-02-01drivers/net: return number of supported packet typesSivaramakrishnan Venkat
2023-12-04ethdev: get RSS hash algorithm by nameJie Hai
2023-12-21lib: replace logging helpersDavid Marchand
2023-12-21lib: simplify multilines log messagesDavid Marchand
2023-12-21lib: add newline in logsDavid Marchand
2023-11-08ethdev: account for smaller MTU when setting defaultJoshua Washington
2023-11-03ethdev: add maximum Rx buffer sizeHuisong Li
2023-11-03ethdev: get RSS algorithm namesJie Hai
2023-11-03ethdev: set and query RSS hash algorithmJie Hai
2023-11-02ethdev: clarify RSS related fields usageJie Hai
2023-10-30ethdev: use stdatomic APITyler Retzlaff
2023-10-11ethdev: cleanup shared data with the last portDavid Marchand
2023-10-11ethdev: avoid panicking in absence of ethdev shared dataDavid Marchand
2023-10-11ethdev: protect shared memory accesses under one lockDavid Marchand
2023-09-27ethdev: add API for mbuf recycle modeFeifei Wang
2023-09-22ethdev: validate reserved fieldsStephen Hemminger
2023-09-05use abstracted bit count functionsDavid Marchand
2023-06-27lib: remove blank line ending comment blocksThomas Monjalon
2023-06-21ethdev: advertise flow restore in mbufDavid Marchand
2023-06-20ethdev: rename functions checking queue validityThomas Monjalon
2023-06-19ethdev: check that at least one FEC mode is specifiedDenis Pryazhennikov
2023-06-13ethdev: prefer offload names in logsDavid Marchand
2023-06-07ethdev: extract telemetry code to a fileJie Hai
2023-06-07ethdev: fix calloc argumentsJie Hai
2023-06-06ethdev: add functions to check queue validityDengdui Huang
2023-05-19ethdev: fix MAC address occupies two entriesHuisong Li
2023-03-03ethdev: optimise parameter passing to xstats traceAnkur Dwivedi
2023-03-02ethdev: remove telemetry Rx mbuf alloc failed fieldFerruh Yigit
2023-03-02ethdev: add link speed 400GThomas Monjalon
2023-02-17ethdev: add Tx queue mapping of aggregated portsJiawei Wang
2023-02-14ethdev: add telemetry xstats parameter to hide zeroChengwen Feng
2023-02-08ethdev: add trace pointsAnkur Dwivedi
2023-02-05rename telemetry u64 functions to uint versionsBruce Richardson
2023-02-05telemetry: rename unsigned 64-bit enum value to uintBruce Richardson
2023-02-05ethdev: get capabilities from telemetry in hexadecimalHuisong Li
2023-02-05ethdev: fix telemetry data truncationHuisong Li
2022-10-09ethdev: introduce protocol-based buffer splitYuan Wang
2022-10-09ethdev: introduce protocol header APIYuan Wang
2022-10-08ethdev: support multiple mbuf pools per Rx queueHanumanth Pothula
2022-10-08ethdev: factor out helper function to check Rx mempoolAndrew Rybchenko
2022-10-08ethdev: introduce hairpin memory capabilitiesDariusz Sosnowski
2022-10-07ethdev: support congestion managementJerin Jacob
2022-10-06ethdev: introduce Rx/Tx descriptor dump APIDongdong Liu