examples/fips_validation: remove illegal usage of API
[dpdk.git] / examples / l2fwd-event /
2021-07-31 Conor Fogartydoc: use code snippets in sample app guides
2021-05-05 Jerin Jacobexamples: fix pkg-config override
2021-04-21 Chengchang Tangexamples: add eal cleanup to examples
2021-04-21 Bruce Richardsonexamples: reduce indentation in build files
2021-01-30 Bruce Richardsonexamples: warn about broken pkg-config
2020-11-15 David Marchandexamples: restore trace point
2020-10-20 Stephen Hemmingereal: rename lcore master and slave
2020-10-16 Ivan Ilchenkoexamples: check stop call status
2020-10-15 Timothy McDanieleventdev: express DLB/DLB2 PMD constraints
2020-09-21 Ivan Dyukovexamples: use new link status print format
2020-09-07 Ciara Powerexamples: remove legacy sections of makefiles
2020-07-30 Sarosh Arifexamples: fix port mask parsing failure handling
2020-07-01 Bruce Richardsonbuild/pkg-config: improve static linking flags
2020-06-24 Georgiy Levashovexamples: add flush after stats printing
2020-05-12 Ivan Dyukovexamples: remove extra new line after link duplex
2020-04-23 Sunil Kumar Koriethdev: add tracepoints
2020-04-21 Pavan Nikhileshbuild: add global libatomic dependency for 32-bit clang
2020-04-04 Pavan Nikhileshexamples/l2fwd-event: add option to configure port...
2020-02-15 Pavan Nikhileshexamples/l2fwd-event: fix core allocation in poll mode
2020-02-15 Sunil Kumar Koriexamples/l2fwd-event: fix error checking
2020-01-14 Pavan Nikhileshexamples/l2fwd-event: fix ethdev RSS setup
2020-01-14 Pavan Nikhileshexamples/l2fwd-event: fix event device config
2019-11-28 Stephen Hemmingerexamples/l2fwd-event: add missing SPDX license header
2019-11-26 Pavan Nikhileshexamples/l2fwd-event: check function errors
2019-11-20 Bruce Richardsonexamples: hide error for missing pkg-config path flag
2019-11-20 Bruce Richardsonexamples: fix build with old pkg-config
2019-11-08 David Marchandexamples/l2fwd-event: fix build on RHEL 7.6
2019-11-04 Pavan Nikhileshexamples/l2fwd-event: add graceful teardown
2019-11-04 Pavan Nikhileshexamples/l2fwd-event: add eventdev main loop
2019-11-04 Pavan Nikhileshexamples/l2fwd-event: setup service core
2019-11-04 Sunil Kumar Koriexamples/l2fwd-event: setup Rx/Tx adapter
2019-11-04 Sunil Kumar Koriexamples/l2fwd-event: setup event queue and port
2019-11-04 Sunil Kumar Koriexamples/l2fwd-event: setup event device
2019-11-04 Sunil Kumar Koriexamples/l2fwd-event: add infra to split eventdev framework
2019-11-04 Pavan Nikhileshexamples/l2fwd-event: add infra for eventdev
2019-11-04 Pavan Nikhileshexamples/l2fwd-event: add default poll mode routines