examples: use separate crypto session mempools
[dpdk.git] / examples / ipsec-secgw / ipsec.c
2019-01-10 Fan Zhangexamples: use separate crypto session mempools
2018-05-22 Pablo de Laradoc: announce deprecation for attach/detach crypto...
2018-05-10 Radu Nicolauexamples/ipsec-secgw: limit inflight packets count
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-27 Adrien Mazarguilethdev: fix C99 flexible arrays from flow API
2018-04-23 Anoob Josephexamples/ipsec-secgw: handle ESN soft limit event
2018-01-20 Radu Nicolauexamples/ipsec-secgw: try end in flow actions before...
2018-01-20 Nélio Laranjeiroexamples/ipsec-secgw: fix SPI byte order in flow item
2018-01-20 Radu Nicolauexamples/ipsec_secgw: create session mempools for ethdevs
2018-01-20 Nélio Laranjeiroexamples/ipsec-secgw: add egress flow actions
2018-01-20 Nélio Laranjeiroexamples/ipsec-secgw: add target queues in flow actions
2018-01-20 Nélio Laranjeiroexamples/ipsec-secgw: fix missing ingress flow attribute
2018-01-20 Akhil Goyalexamples/ipsec-secgw: improve IPsec dequeue logic
2018-01-20 Anoob Josephexamples/ipsec-secgw: support inline protocol
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-11-10 Radu Nicolauexamples/ipsec-secgw: fix build with gcc 4.5.1
2017-10-26 Akhil Goyalexamples/ipsec-secgw: support security offload
2017-10-25 Aviad Yehezkelexamples/ipsec-secgw: fix session creation
2017-07-06 Slawomir Mrozowiczcryptodev: support device independent sessions
2017-07-06 Slawomir Mrozowiczcryptodev: change attach session to queue pair API
2017-07-06 Pablo de Laracryptodev: do not store pointer to op specific params
2017-04-05 Akhil Goyalexamples/ipsec-secgw: attach session-qp
2016-12-01 Olivier Matzlog: do not drop debug logs at compile time
2016-10-08 Sergio Gonzalez... examples/ipsec-secgw: reset crypto operation status
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: support IPv6
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: fix no SA found case
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: rework processing loop
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: fix stack smashing
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-05-02 Thomas Monjalonexamples: remove useless debug flags
2016-03-31 Daniel Mrzyglodexamples/ipsec-secgw: fix build on FreeBSD
2016-03-11 Sergio Gonzalez... examples/ipsec-secgw: add IPsec sample application