summaryrefslogtreecommitdiff
path: root/examples/bbdev_app/main.c
AgeCommit message (Expand)Author
2024-05-17examples: use stdatomic APITyler Retzlaff
2024-04-19examples: move alignment attribute on types for MSVCTyler Retzlaff
2024-02-14use C11 alignofTyler Retzlaff
2023-09-05use abstracted bit count functionsDavid Marchand
2022-10-07bbdev: allow operation type enum for growthNicolas Chautru
2022-10-04ethdev: remove Rx header split port offloadXuan Ding
2022-10-05remove prefix to some local macros in apps and examplesDavid Marchand
2022-01-11fix spelling in comments and stringsJosh Soref
2021-10-22ethdev: add namespaceFerruh Yigit
2021-10-18ethdev: fix max Rx packet lengthFerruh Yigit
2021-10-19examples/bbdev: use compiler atomics for flag syncJoyce Kong
2021-09-07net: add macro to extract MAC address bytesAman Deep Singh
2021-09-07net: add macro for MAC address printAman Deep Singh
2021-04-21examples: add eal cleanup to examplesChengchang Tang
2021-03-23examples/bbdev: fix header include for muslThomas Monjalon
2020-10-31examples/bbdev: switch to dynamic mbuf fieldThomas Monjalon
2020-10-31examples: enclose DPDK includes with angle bracketsThomas Monjalon
2020-10-20eal: rename lcore master and slaveStephen Hemminger
2020-09-21examples: use new link status print formatIvan Dyukov
2020-06-25examples: add flush after stats printingGeorgiy Levashov
2019-10-07examples: check status of getting MAC addressIgor Romanov
2019-10-07examples: check status of getting link infoIgor Romanov
2019-10-07examples: take promiscuous mode switch result into accountIvan Ilchenko
2019-05-24net: add rte prefix to ether definesOlivier Matz
2019-05-24net: add rte prefix to ether structuresOlivier Matz
2018-09-14ethdev: make default behavior CRC strip on RxFerruh Yigit
2018-07-04ethdev: convert remaining apps to new offload APIThomas Monjalon
2018-04-18fix ethdev port id validationThomas Monjalon
2018-01-31examples/bbdev: fix unchecked return of statsAmr Mokhtar
2018-01-31examples/bbdev: fix memory leak in stats printAmr Mokhtar
2018-01-31examples/bbdev: fix out-of-bounds access in MAC printAmr Mokhtar
2018-01-19examples/bbdev: add sample appAmr Mokhtar