mempool: fix alignment of memzone length when populating
[dpdk.git] / examples / ip_pipeline /
2018-04-17 Thomas Monjalonfix ethdev port id validation
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-10 Jasvinder Singhexamples/ip_pipeline: skip in FreeBSD build
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add ECMP route example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: fix load balance table action
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add flow classification example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add firewall example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add route example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add TAP port example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add KNI port example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add l2fwd example
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add load balance action command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add TTL stats command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add DSCP table update command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add meter stats command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add meter profile commands
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add table entry stats command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add table bulk add command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add table entry delete command
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add table entry commands
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add stats read commands
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add port enable and disable commands
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add enable and disable commands
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add thread runtime
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add threads
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add pipeline object
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add action profile objects
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add KNI object
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add tap object
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add traffic manager object
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add sw queue object
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add link object
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add mempool object
2018-04-05 Jasvinder Singhexamples/ip_pipeline: add CLI interface
2018-04-05 Jasvinder Singhexamples/ip_pipeline: remove infra code
2018-04-04 Jasvinder Singhexamples/ip_pipeline: remove config
2018-04-04 Jasvinder Singhexamples/ip_pipeline: remove master pipeline
2018-04-04 Jasvinder Singhexamples/ip_pipeline: remove firewall pipeline
2018-04-04 Jasvinder Singhexamples/ip_pipeline: remove flow actions pipeline
2018-04-04 Jasvinder Singhexamples/ip_pipeline: remove flow classification pipeline
2018-04-04 Jasvinder Singhexamples/ip_pipeline: remove routing pipeline
2018-04-04 Jasvinder Singhexamples/ip_pipeline: remove passthrough pipeline
2018-04-04 Bruce Richardsonconvert snprintf to strlcpy
2018-03-13 Bruce Richardsonexamples: fix build with meson
2018-02-19 Cristian Dumitrescumeter: add configuration profile
2018-02-13 Lee Dalyexamples/ip_pipeline: convert dual-license to SDPX
2018-02-06 Bao-Long Tranexamples/ip_pipeline: fix timer period unit
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/ip_pipeline: convert to new ethdev offloads API
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-11-07 Jianbo Liuexamples/ip_pipeline: use crc32 in hash functions for...
2017-11-07 Jianbo Liuexamples/ip_pipeline: avoid hash table create failure
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-24 Cristian Dumitrescuapps: add mask-based hash functions
2017-10-24 Cristian Dumitrescutable: rework 16-byte key hash tables
2017-10-24 Cristian Dumitrescutable: rework 8-byte key hash tables
2017-10-24 Cristian Dumitrescutable: rework variable size key ext hash tables
2017-10-24 Cristian Dumitrescutable: add unified params struct and mask-based hash...
2017-10-24 Cristian Dumitrescutable: remove deprecated variable size key ext hash...
2017-10-24 Cristian Dumitrescutable: remove deprecated 16-byte key hash tables
2017-10-24 Cristian Dumitrescutable: remove deprecated 8-byte key hash tables
2017-10-24 Cristian Dumitrescuapps: remove calls to deprecated hash tables
2017-10-12 Luca Boccassimk: sort headers before wildcard inclusion
2017-10-08 Jianfeng Tanxen: remove dependency in applications
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-08 Roman Zhukovexamples: adjust Rx and Tx descriptors to device limits
2017-07-04 Bruce Richardsonexamples/ip_pipeline: remove macro check for SSE4
2017-06-06 Jerin Jacobeal: introduce macro for always inline
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-10 Jeff Guoexamples: enable HW CRC strip by default
2017-03-15 Hemant Agrawalmbuf: use pktmbuf helper to create the pool
2017-03-10 Keith Wilesexamples: fix optind reset
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
2017-01-17 Thomas Monjalonexamples/ip_pipeline: remove useless makefile line
2017-01-04 John McNamaramake python scripts PEP8 compliant
2016-10-25 Jasvinder Singhexamples/ip_pipeline: fix build with gcc 6
2016-10-25 Jasvinder Singhexamples/ip_pipeline: fix build on BSD
2016-10-13 Jasvinder Singhexamples/ip_pipeline: add configuration with TAP
2016-10-13 Jasvinder Singhexamples/ip_pipeline: add TAP port
2016-10-12 Gowrishankar Muthu... examples/ip_pipeline: fix plugin loading
2016-10-12 Jasvinder Singhexamples/ip_pipeline: add swap action in configuration
2016-10-12 Jasvinder Singhexamples/ip_pipeline: add swap action in pass-through
2016-10-12 Jasvinder Singhexamples/ip_pipeline: set source port default
2016-10-03 David Marchandethdev: get rid of device type
2016-09-16 Amine Kherboucheremove unused ring includes
2016-09-09 Gowrishankar Muthu... examples/ip_pipeline: fix lcore mapping for ppc64
2016-08-24 Christian Ehrhardtexamples/ip_pipeline: fix Python interpreter
2016-07-28 Sankar Chokkalingamexamples/ip_pipeline: fix flow classification config
2016-07-22 Sankar Chokkalingamexamples/ip_pipeline: fix performance with default...
2016-07-22 Sankar Chokkalingamexamples/ip_pipeline: fix IPv6 flow classification
2016-07-22 Sankar Chokkalingamexamples/ip_pipeline: fix action flow bulk command
2016-07-11 Jasvinder Singhexamples/ip_pipeline: add config diagram generator
next