mk: build with _GNU_SOURCE defined by default
[dpdk.git] / examples / performance-thread / l3fwd-thread / main.c
2018-10-22 Anatoly Burakovmk: build with _GNU_SOURCE defined by default
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-05 Ferruh Yigitexamples: fix RSS hash function configuration
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-05-14 David Huntexamples/performance-thread: fix return type of threads
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-01-31 Kevin Laatzexamples: increase default ring sizes to 1024
2018-01-16 Shahaf Shulerexamples/performance-thread: convert to new offloads API
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-11-07 Bruce Richardsonexamples: remove dependency on PCI
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-13 Zhiyong Yangexamples: fix port id type
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-16 Thomas Monjalonexamples: remove duplicate includes
2017-07-08 Roman Zhukovexamples: adjust Rx and Tx descriptors to device limits
2017-07-04 Ashwin Sekhar T Kexamples/performance-thread: support ARM64
2017-07-04 Bruce Richardsonexamples/performance-thread: remove non-SSE4 fallbacks
2017-07-03 Jerin Jacobeal: switch to architecture specific pause function
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-06-05 Jerin Jacobexamples/performance-thread: add fall-through comments
2017-04-21 Bruce Richardsonexamples/performance-thread: fix build on FreeBSD
2017-04-10 Jeff Guoexamples: enable HW CRC strip by default
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2017-03-15 Vladyslav Buslovlpm6: extend next hop field
2017-03-10 Keith Wilesexamples: fix optind reset
2017-01-17 Tomasz Kulasekexamples/performance-thread: add packet type parsing
2016-06-08 Tomasz Kulasekexamples/performance-thread: fix size of destination...
2016-06-08 Tomasz Kulasekexamples/performance-thread: fix destination port
2016-05-16 Mauricio Vasquez Bexamples: remove useless check of port count
2016-04-27 Tomasz Kulasekexamples/performance-thread: fix crash with gcc 5
2016-04-20 Thomas Monjalonhash: remove aliases for bulk lookup
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-22 Thomas Monjalonexamples/performance-thread: fix build without SSE4.1
2016-03-09 Michal Kobylinskilpm: add a new config structure for IPv4
2016-03-09 Michal Kobylinskilpm: extend IPv4 next hop field
2015-12-11 Ian Bettsexamples/performance-thread: add l3fwd-thread app