numam-dpdk/examples
Akhil Goyal e30b2833c4 security: update session create API
The API ``rte_security_session_create`` takes only single
mempool for session and session private data. So the
application need to create mempool for twice the number of
sessions needed and will also lead to wastage of memory as
session private data need more memory compared to session.
Hence the API is modified to take two mempool pointers
- one for session and one for private data.
This is very similar to crypto based session create APIs.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Reviewed-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tested-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
2020-10-19 09:54:54 +02:00
..
bbdev_app examples: use new link status print format 2020-09-21 18:05:38 +02:00
bond examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
bpf examples: remove old build system references 2020-09-07 23:51:57 +02:00
cmdline examples/cmdline: build on Windows 2020-10-15 00:39:10 +02:00
distributor examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
ethtool examples: check stop call status 2020-10-16 22:26:41 +02:00
eventdev_pipeline examples: check stop call status 2020-10-16 22:26:41 +02:00
fips_validation examples/fips_validation: update GCM test 2020-10-14 22:22:06 +02:00
flow_classify examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
flow_filtering examples: check stop call status 2020-10-16 22:26:41 +02:00
helloworld examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
ioat examples: check stop call status 2020-10-16 22:26:41 +02:00
ip_fragmentation examples: use new link status print format 2020-09-21 18:05:38 +02:00
ip_pipeline examples/ip_pipeline: update subport rate dynamically 2020-10-15 02:14:09 +02:00
ip_reassembly examples: use new link status print format 2020-09-21 18:05:38 +02:00
ipsec-secgw security: update session create API 2020-10-19 09:54:54 +02:00
ipv4_multicast examples: use new link status print format 2020-09-21 18:05:38 +02:00
kni examples: check stop call status 2020-10-16 22:26:41 +02:00
l2fwd examples: check stop call status 2020-10-16 22:26:41 +02:00
l2fwd-cat examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
l2fwd-crypto crypto/scheduler: rename slave to worker 2020-10-14 21:31:46 +02:00
l2fwd-event examples: check stop call status 2020-10-16 22:26:41 +02:00
l2fwd-jobstats examples: use new link status print format 2020-09-21 18:05:38 +02:00
l2fwd-keepalive examples: use new link status print format 2020-09-21 18:05:38 +02:00
l3fwd examples: check stop call status 2020-10-16 22:26:41 +02:00
l3fwd-acl examples/l3fwd-acl: select ACL classify method 2020-10-19 09:20:25 +02:00
l3fwd-graph examples: check stop call status 2020-10-16 22:26:41 +02:00
l3fwd-power examples: check stop call status 2020-10-16 22:26:41 +02:00
link_status_interrupt examples: use new link status print format 2020-09-21 18:05:38 +02:00
multi_process examples: use new link status print format 2020-09-21 18:05:38 +02:00
ntb examples: use new link status print format 2020-09-21 18:05:38 +02:00
packet_ordering examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
performance-thread examples: use new link status print format 2020-09-21 18:05:38 +02:00
pipeline examples/pipeline: fix resource release in table update 2020-10-19 09:20:25 +02:00
ptpclient examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
qos_meter examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
qos_sched examples/qos_sched: update subport rate dynamically 2020-10-15 02:13:59 +02:00
rxtx_callbacks examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
server_node_efd examples: use new link status print format 2020-09-21 18:05:38 +02:00
service_cores examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
skeleton examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
tep_termination examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
timer examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
vdpa examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
vhost examples/vhost: remove dequeue zero-copy support 2020-09-30 23:16:56 +02:00
vhost_blk examples/vhost_blk: check driver start failure 2020-09-30 23:16:55 +02:00
vhost_crypto vhost/crypto: fix feature negotiation 2020-10-16 19:18:47 +02:00
vm_power_manager examples/vm_power: fix 32-bit build 2020-10-06 09:49:29 +02:00
vmdq examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
vmdq_dcb examples: remove legacy sections of makefiles 2020-09-07 16:53:41 +02:00
meson.build examples/cmdline: build on Windows 2020-10-15 00:39:10 +02:00