build/pkg-config: improve static linking flags
[dpdk.git] / examples / ip_pipeline / Makefile
2020-07-01 Bruce Richardsonbuild/pkg-config: improve static linking flags
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-07-03 Bruce Richardsonexamples: fix pkg-config detection with older make
2019-07-02 Bruce Richardsonexamples: support relocated DPDK install
2019-05-20 Bruce Richardsonexamples: fix make clean when using pkg-config
2019-03-30 Bruce Richardsonexamples: detect default build directory
2019-03-12 Bruce Richardsonmk: use linux and freebsd in config names
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2018-10-12 Fan Zhangexamples/ip_pipeline: add cryptodev
2018-07-12 Thomas Monjalonexamples: make Linux environment check consistent
2018-04-10 Jasvinder Singhexamples/ip_pipeline: skip in FreeBSD build
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 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-02-19 Cristian Dumitrescumeter: add configuration profile
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-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-10-12 Luca Boccassimk: sort headers before wildcard inclusion
2017-01-17 Thomas Monjalonexamples/ip_pipeline: remove useless makefile line
2016-06-08 Piotr Azarewiczexamples/ip_pipeline: add string parsing helpers
2015-12-07 Fan Zhangexamples/ip_pipeline: add flow actions pipeline
2015-12-07 Piotr Azarewiczexamples/ip_pipeline: reconfigure thread binding dynami...
2015-07-09 Maciej Gajdzicaexamples/ip_pipeline: rework flow classification pipeline
2015-07-09 Maciej Gajdzicaexamples/ip_pipeline: rework routing pipeline
2015-07-09 Daniel Mrzyglodexamples/ip_pipeline: rework firewall pipeline
2015-07-09 Jasvinder Singhexamples/ip_pipeline: rework passthrough pipeline
2015-07-09 Maciej Gajdzicaexamples/ip_pipeline: add application thread
2015-07-09 Jasvinder Singhexamples/ip_pipeline: add master pipeline
2015-07-09 Maciej Gajdzicaexamples/ip_pipeline: move pipelines to separate directory
2015-07-09 Maciej Gajdzicaexamples/ip_pipeline: rework initialization parameters
2015-07-09 Jasvinder Singhexamples/ip_pipeline: add config file checks
2015-07-09 Pawel Wodkowskiexamples/ip_pipeline: rework config file syntax
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2014-09-17 Olivier Matzmbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT
2014-07-18 Pablo de Laraexamples: fix default build target
2014-06-17 Cristian Dumitrescuexamples/pipeline: packet framework sample