pdump: fix error code check when creating/canceling pthread
[dpdk.git] / examples /
2017-07-06 Pablo de Laracryptodev: remove AAD length from crypto op
2017-07-06 Pablo de Laracryptodev: add auth IV
2017-07-06 Pablo de Laracryptodev: move IV parameters to session
2017-07-06 Pablo de Laracryptodev: pass IV as offset
2017-07-06 Pablo de Laraexamples/ipsec-secgw: move IV to crypto op private...
2017-07-06 Pablo de Laraexamples/l2fwd-crypto: move IV to crypto op private...
2017-07-06 Pablo de Laracryptodev: do not store pointer to op specific params
2017-07-04 Jianbo Liuexamples/l3fwd: add loop count for hash multi-lookup
2017-07-04 Jianbo Liuexamples/l3fwd: add NEON implementation
2017-07-04 Jianbo Liuexamples/l3fwd: rearrange LPM code
2017-07-04 Jianbo Liuexamples/l3fwd: extract common code from multi packet...
2017-07-04 Jianbo Liuexamples/l3fwd: rename file for sequential hash lookup
2017-07-04 Jianbo Liuexamples/l3fwd: reorganise multi hash lookup
2017-07-04 Ashwin Sekhar T Kexamples/performance-thread: support ARM64
2017-07-04 Ashwin Sekhar T Kexamples/performance-thread: reorganise arch code
2017-07-04 Bruce Richardsonexamples/performance-thread: remove non-SSE4 fallbacks
2017-07-04 Bruce Richardsonexamples/l3fwd: remove checks for SSE4
2017-07-04 Bruce Richardsonexamples/ip_pipeline: remove macro check for SSE4
2017-07-03 Jerin Jacobeal: switch to architecture specific pause function
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-28 Pablo de Laraexamples/l2fwd-crypto: fix auth info display
2017-06-28 Pablo de Laraexamples/l2fwd-crypto: fix application help
2017-06-28 Pablo de Laraexamples/l2fwd-crypto: fix option parsing
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-06-05 Tiwei Bieexamples/exception_path: support FreeBSD
2017-06-05 Andrew Rybchenkoexamples/multi_process: remove unused variable
2017-06-05 Jerin Jacobexamples/vhost: fix uninitialized descriptor indexes
2017-06-05 Jerin Jacobexamples/qos_sched: suppress gcc 7.1.1 warning
2017-06-05 Jerin Jacobexamples/performance-thread: add fall-through comments
2017-06-05 Jerin Jacobexamples/l3fwd: add switch fall-through comments
2017-05-10 Gang Jiangexamples/vhost: fix socket path parsing
2017-05-05 Wei Daiexamples/performance-thread: remove useless include
2017-05-01 Markos Chandrasexamples/ethtool: fix link with ixgbe shared lib
2017-05-01 Andriy Berestovskyyexamples/load_balancer: fix Tx flush
2017-05-01 Pablo de Laraexamples/l3fwd-power: fix Rx descriptor size
2017-05-01 Jingjing Wuexamples/l3fwd-power: fix handling no Rx queue
2017-05-01 Remy Hortonexamples/l2fwd-keepalive: clean up shared mem on exit
2017-05-01 Remy Hortonexamples/l2fwd-keepalive: add graceful exit
2017-05-01 Zhiyong Yangexamples/multi_process: fix timer update
2017-05-01 Bruce Richardsonexamples/performance-thread: fix build on FreeBSD 10.0
2017-04-28 Pablo de Laraexamples/l2fwd-crypto: fix packets array index
2017-04-24 Bruce Richardsonexamples/performance-thread: fix compilation on Suse...
2017-04-21 Bruce Richardsonexamples/performance-thread: use a single build dir
2017-04-21 Bruce Richardsonexamples/performance-thread: fix build on FreeBSD
2017-04-21 Bruce Richardsonexamples: fix build clean on FreeBSD
2017-04-21 Hiroki Shirokuraexamples/performance-thread: support C++
2017-04-21 Qi Zhangexamples/ethtool: disable promiscuous mode by default
2017-04-21 Andriy Berestovskyyexamples: limit max frame size
2017-04-21 Andriy Berestovskyyexamples/ip_pipeline: avoid panic if link up/down not...
2017-04-21 Andriy Berestovskyyexamples/ip_pipeline: support more than 32 CPUs
2017-04-21 Shyam Kumar Shrivastavexamples/ip_pipeline: fix port range filtering
2017-04-20 Pablo de Laraexamples/l2fwd-crypto: fix padding calculation
2017-04-20 Fan Zhangexamples/l2fwd-crypto: add cryptodev mask option
2017-04-20 Pablo de Laraexamples/l2fwd-crypto: fix AEAD tests when AAD is zero
2017-04-10 Jeff Guoexamples: enable HW CRC strip by default
2017-04-06 Bruce Richardsonexamples: enable build of performance-thread
2017-04-05 Akhil Goyalexamples/ipsec-secgw: attach session-qp
2017-04-05 Pablo de Laraexamples/dpdk-qat: remove app
2017-04-05 Pablo de Laraexamples/l2fwd-crypto: use cryptodev algorithm parser
2017-04-05 Olivier Matzeal: deprecate log functions
2017-04-01 Yuanhan Liuexamples/vhost: demonstrate the new generic APIs
2017-04-01 Yuanhan Liuvhost: rename header file
2017-04-01 Yuanhan Liuvhost: introduce API to start a specific driver
2017-04-01 Yuanhan Liuvhost: rename device ops struct
2017-04-01 Yuanhan Liuvhost: do not include net specific headers
2017-04-01 Yuanhan Liuvhost: drop the Rx and Tx queue macro
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liuvhost: use new APIs to handle features
2017-04-04 Wei Daiexamples/ip_fragmentation: fix check of packet type
2017-03-29 Bruce Richardsonexamples/quota_watermark: use ring space for watermarks
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2017-03-29 Bruce Richardsonring: make bulk and burst return values consistent
2017-03-29 Bruce Richardsonring: remove watermark support
2017-03-29 David Huntexamples/distributor: give Rx thread a core
2017-03-29 David Huntexamples/distributor: tweak for performance
2017-03-29 David Huntexamples/distributor: add dedicated core
2017-03-29 David Huntexamples/distributor: wait for ports to come up
2017-03-29 David Huntexamples/distributor: allow for extra stats
2017-03-29 David Huntdistributor: switch over to new API
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-03-15 Vladyslav Buslovlpm6: extend next hop field
2017-03-15 Hemant Agrawalmbuf: use pktmbuf helper to create the pool
2017-03-10 Keith Wilesexamples: fix optind reset
2017-03-08 Bruce Richardsonexamples/quota_watermark: fix requirement for 2M pages
2017-03-08 Bruce Richardsonexamples/quota_watermark: correct code indentation
2017-02-10 Pablo de Laraexamples/l2fwd-crypto: fix padding
2017-02-10 Pablo de Laraexamples/l2fwd-crypto: fix overflow
2017-02-10 Ferruh Yigitmk: move PMD libraries linking to applications
2017-02-09 Qiming Yangexamples/ethtool: display bus information
2017-01-30 Pablo de Laraexamples/server_node_efd: renamed from flow_distributor
2017-01-18 Zbigniew Bodekexamples/ipsec-secgw: support SHA256 HMAC
2017-01-18 Pablo de Laraexamples/flow_distributor: new example to demonstrate EFD
2017-01-17 Bernard Iremongerexamples/ethtool: use ixgbe public function
2017-01-17 Qiming Yangexamples/ethtool: display firmware version
2017-01-17 Tomasz Kulasekexamples/performance-thread: add packet type parsing
2017-01-17 Jasvinder Singhexamples/ip_pipeline: fix parsing of pass-through pipeline
2017-01-17 Sankar Chokkalingamexamples/ip_pipeline: fix coremask limitation
2017-01-17 Anand B Jyotiexamples/ip_pipeline: check VLAN and MPLS parameters
next