eal/memory: fix unused SIGBUS handler
[dpdk.git] / examples / l3fwd /
2021-07-31 Conor Fogartydoc: use code snippets in sample app guides
2021-07-30 Chaoyong Heexamples/l3fwd: disable multi-queue for single queue
2021-07-07 Conor Walshexamples/l3fwd: remove useless reloads in EM main loop
2021-07-07 Conor Walshexamples/l3fwd: remove useless reloads in FIB main...
2021-07-05 Ruifeng Wangexamples/l3fwd: remove useless reloads in LPM main...
2021-07-05 Ruifeng Wangexamples/l3fwd: remove useless calculations in NEON LPM
2021-05-05 Jerin Jacobexamples: fix pkg-config override
2021-05-04 Bruce Richardsonbuild: fix formatting of Meson lists
2021-04-21 Conor Walshexamples/l3fwd: skip Tx queue drain on first FIB iteration
2021-04-21 Chengchang Tangexamples: add eal cleanup to examples
2021-04-21 Bruce Richardsonexamples: reduce indentation in build files
2021-04-20 Conor Walshexamples/l3fwd: implement FIB lookup method
2021-04-20 Conor Walshexamples/l3fwd: add FIB infrastructure
2021-04-20 Conor Walshexamples/l3fwd: move routes to common header
2021-04-20 Conor Walshexamples/l3fwd: fix LPM IPv6 subnets
2021-04-20 Kathleen Capellaexamples/l3fwd: skip Tx queue drain on first iteration
2021-01-30 Bruce Richardsonexamples: warn about broken pkg-config
2021-01-19 Harman Kalraexamples/l3fwd: remove limitation on Tx queue count
2020-10-20 Stephen Hemmingereal: rename lcore master and slave
2020-10-16 Ivan Ilchenkoexamples: check stop call status
2020-10-16 Michael Pfeiffernet: add function to calculate IPv4 header length
2020-10-15 Timothy McDanieleventdev: express DLB/DLB2 PMD constraints
2020-09-25 Radu Nicolaubuild: remove deprecated cpuflag macros
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-05-19 Pavan Nikhileshexamples/l3fwd: check service core reset result
2020-05-12 Ivan Dyukovexamples: remove extra new line after link duplex
2020-05-01 Sunil Kumar Koriexamples/l3fwd: fix error checking
2020-04-23 Sunil Kumar Koriethdev: add tracepoints
2020-04-16 Thomas Monjalonreplace unused attributes
2020-04-16 Thomas Monjalonreplace packed attributes
2020-02-16 Stephen Hemmingerexamples/l3fwd: improve destination lookup readability
2020-02-16 Stephen Hemmingerexamples/l3fwd: make route array constant
2020-02-16 Stephen Hemmingerexamples/l3fwd: make lookup struct static
2020-02-05 Pavan Nikhileshexamples: use common macro RTE_DIM
2020-01-28 Pavan Nikhileshexamples/l3fwd: add graceful teardown for eventdev
2020-01-28 Pavan Nikhileshexamples/l3fwd: add event em main loop
2020-01-28 Pavan Nikhileshexamples/l3fwd: add event lpm main loop
2020-01-28 Pavan Nikhileshexamples/l3fwd: add service core setup based on caps
2020-01-28 Pavan Nikhileshexamples/l3fwd: add event eth Rx/Tx adapter setup
2020-01-28 Sunil Kumar Koriexamples/l3fwd: add event port and queue setup
2020-01-28 Sunil Kumar Koriexamples/l3fwd: add ethdev setup based on eventdev
2020-01-28 Pavan Nikhileshexamples/l3fwd: add event device configuration
2020-01-28 Sunil Kumar Koriexamples/l3fwd: split pipelines based on capability
2020-01-28 Sunil Kumar Koriexamples/l3fwd: add framework for event device
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 Stephen Hemmingerexamples/l3fwd: fix IP reserved address range
2019-10-27 Feifei Wangexamples/l3fwd: prefetch the content of the next packet
2019-10-07 Igor Romanovexamples: check status of getting MAC address
2019-10-07 Igor Romanovexamples: check status of getting link info
2019-10-07 Ivan Ilchenkoexamples: take promiscuous mode switch result into...
2019-10-07 Ivan Ilchenkoexamples: check status of getting ethdev info
2019-07-30 Hariprasad Govindh... examples/l3fwd: fix unaligned memory access on x86
2019-07-18 Marcin Zapolskiexamples: fix use of ethdev internal device array
2019-07-03 Bruce Richardsonexamples: fix pkg-config detection with older make
2019-07-02 Bruce Richardsonexamples: support relocated DPDK install
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-20 Bruce Richardsonexamples: fix make clean when using pkg-config
2019-05-02 Shreyansh Jainexamples/l3fwd: support separate buffer pool per port
2019-05-02 Bruce Richardsonexamples/l3fwd: fix build on FreeBSD
2019-04-22 Stephen Hemmingerexamples/l3fwd: format IP addresses for printing
2019-04-22 Stephen Hemmingerexamples/l3fwd: use reserved IP addresses
2019-03-30 Bruce Richardsonexamples: detect default build directory
2019-03-12 Bruce Richardsonmk: use linux and freebsd in config names
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-26 Rami Rosenexamples/l3fwd: remove useless include
2018-07-05 Ferruh Yigitexamples: fix RSS hash function configuration
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-05-25 Gavin Huexamples/l3fwd: convert to SPDX license tags
2018-04-27 Thomas Monjalonethdev: remove experimental flag of ports enumeration
2018-04-17 Thomas Monjalonethdev: deprecate port count function
2018-04-17 Thomas Monjalonfix ethdev port id validation
2018-04-17 Thomas Monjalonfix ethdev ports enumeration
2018-02-08 Lee Dalyexamples/l3fwd: convert Altivec files to SPDX license tag
2018-01-31 Kevin Laatzexamples: increase default ring sizes to 1024
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonexamples: enable linking both static and shared
2018-01-30 Bruce Richardsonexamples: use pkg-config in makefiles
2018-01-30 Bruce Richardsonexamples: put app name and sources at top of makefiles
2018-01-30 Bruce Richardsonexamples: build some samples with meson
2018-01-16 Shahaf Shulerexamples/l3fwd: convert to ethdev offloads API
2018-01-15 Stephen Hemmingerexamples/l3fwd: set CLI back to Unix style
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-11-07 Bruce Richardsonexamples: remove dependency on PCI
2017-11-07 Guduri Prathyushaexamples/l3fwd: fix aliasing in port grouping
2017-11-07 Guduri Prathyushaexamples/l3fwd: fix NEON instructions
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-13 Gowrishankar Muthu... examples/l3fwd: optimize packet processing on powerpc
2017-10-13 Zhiyong Yangexamples: fix port id type
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-08-04 Qi Zhangexamples/l3fwd: fix IPv6 packet type parse
2017-07-16 Thomas Monjalonexamples: remove duplicate includes
next