* [dpdk-dev] [PATCH 0/2]
@ 2019-08-29 8:39 Bernard Iremonger
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Iremonger @ 2019-08-29 8:39 UTC (permalink / raw)
To: dev, konstantin.ananyev, akhil.goyal; +Cc: Bernard Iremonger
This patch set, sets the default code path in the ipsec-secgw
application to use the librte_ipsec.
The _old test scripts have been modified to use the legacy code
patch
Bernard Iremonger (2):
examples/ipsec-secgw: set default to IPsec library mode
examples/ipsec-secgw: add -l 0 parameter to old scripts
doc/guides/rel_notes/release_19_11.rst | 8 ++++
doc/guides/sample_app_ug/ipsec_secgw.rst | 6 ++-
examples/ipsec-secgw/ipsec-secgw.c | 44 ++++++++++++++--------
.../ipsec-secgw/test/trs_3descbc_sha1_old_defs.sh | 2 +-
.../ipsec-secgw/test/trs_aescbc_sha1_old_defs.sh | 2 +-
.../ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh | 2 +-
.../test/trs_aesgcm_inline_crypto_old_defs.sh | 2 +-
examples/ipsec-secgw/test/trs_aesgcm_old_defs.sh | 2 +-
.../ipsec-secgw/test/tun_3descbc_sha1_old_defs.sh | 2 +-
.../ipsec-secgw/test/tun_aescbc_sha1_old_defs.sh | 2 +-
.../ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh | 2 +-
.../test/tun_aesgcm_inline_crypto_old_defs.sh | 2 +-
examples/ipsec-secgw/test/tun_aesgcm_old_defs.sh | 2 +-
13 files changed, 50 insertions(+), 28 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH 0/2]
@ 2019-08-29 8:45 Bernard Iremonger
0 siblings, 0 replies; 5+ messages in thread
From: Bernard Iremonger @ 2019-08-29 8:45 UTC (permalink / raw)
To: dev, konstantin.ananyev, akhil.goyal; +Cc: Bernard Iremonger
This patch set, sets the default code path in the ipsec-secgw
application to use the librte_ipsec.
The _old test scripts have been modified to use the legacy code
patch
Bernard Iremonger (2):
examples/ipsec-secgw: set default to IPsec library mode
examples/ipsec-secgw: add -l 0 parameter to old scripts
doc/guides/rel_notes/release_19_11.rst | 8 ++++
doc/guides/sample_app_ug/ipsec_secgw.rst | 6 ++-
examples/ipsec-secgw/ipsec-secgw.c | 44 ++++++++++++++--------
.../ipsec-secgw/test/trs_3descbc_sha1_old_defs.sh | 2 +-
.../ipsec-secgw/test/trs_aescbc_sha1_old_defs.sh | 2 +-
.../ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh | 2 +-
.../test/trs_aesgcm_inline_crypto_old_defs.sh | 2 +-
examples/ipsec-secgw/test/trs_aesgcm_old_defs.sh | 2 +-
.../ipsec-secgw/test/tun_3descbc_sha1_old_defs.sh | 2 +-
.../ipsec-secgw/test/tun_aescbc_sha1_old_defs.sh | 2 +-
.../ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh | 2 +-
.../test/tun_aesgcm_inline_crypto_old_defs.sh | 2 +-
examples/ipsec-secgw/test/tun_aesgcm_old_defs.sh | 2 +-
13 files changed, 50 insertions(+), 28 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH 0/2]
@ 2014-05-16 10:15 Vadim Suraev
0 siblings, 0 replies; 5+ messages in thread
From: Vadim Suraev @ 2014-05-16 10:15 UTC (permalink / raw)
To: dev
two timer bugs fixed
lib/librte_timer/rte_timer.c | 21 ++++++++++-----------
lib/librte_timer/rte_timer.h | 7 ++++++-
2 files changed, 16 insertions(+), 12 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH 0/2]
@ 2014-05-15 21:20 Vadim Suraev
2014-05-15 21:33 ` Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Vadim Suraev @ 2014-05-15 21:20 UTC (permalink / raw)
To: dev
rte_timer: 2 bug fixes
Vadim Suraev (2):
rte_timer bug fix: pending timers count is not decremented when
going running. Fix: decrement pending when going running, increment
if reloaded, do nothing if not reloaded Signed-off-by: Vadim
Suraev <vadim.suraev@gmail.com>
rte_timer bug fix: when a perdiodic timer's callback manipulates
another timer, updated flag prevents reloading the periodic timer.
Fix: move updated flag to rte_timer structure (one per core)
Signed-off-by: Vadim Suraev <vadim.suraev@gmail.com>
lib/librte_timer/rte_timer.c | 21 ++++++++++-----------
lib/librte_timer/rte_timer.h | 7 ++++++-
2 files changed, 16 insertions(+), 12 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-08-29 8:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-29 8:39 [dpdk-dev] [PATCH 0/2] Bernard Iremonger
-- strict thread matches above, loose matches on Subject: below --
2019-08-29 8:45 Bernard Iremonger
2014-05-16 10:15 Vadim Suraev
2014-05-15 21:20 Vadim Suraev
2014-05-15 21:33 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).