Maxim Uvarov (2): dpdk: add shared memory reserve flag dpdk: add generic crypto
That patches make dpdk work again. Implementing using shm flag and crypto from linux-generic. Petri Savolainen (2): Shared memory reserve flag Shared memory flag default value I added the same flags for crypto. example/generator/odp_generator.c | 5 ++- example/ipsec/odp_ipsec.c | 12 ++++-- example/ipsec/odp_ipsec_cache.c | 3 +- example/ipsec/odp_ipsec_fwd_db.c | 3 +- example/ipsec/odp_ipsec_loop_db.c | 3 +- example/ipsec/odp_ipsec_sa_db.c | 3 +- example/ipsec/odp_ipsec_sp_db.c | 3 +- example/ipsec/odp_ipsec_stream.c | 3 +- example/l2fwd/odp_l2fwd.c | 5 ++- example/odp_example/odp_example.c | 2 +- example/packet/odp_pktio.c | 5 ++- example/timer/odp_timer_test.c | 2 +- platform/linux-dpdk/Makefile.am | 2 + platform/linux-dpdk/include/api/odp_packet.h | 18 +++++++++ platform/linux-dpdk/include/odp_packet_internal.h | 2 + platform/linux-dpdk/odp_buffer_pool.c | 3 +- platform/linux-dpdk/odp_packet.c | 10 +++++ platform/linux-dpdk/odp_packet_io.c | 2 +- platform/linux-dpdk/odp_queue.c | 2 +- .../linux-generic/include/api/odp_shared_memory.h | 15 +++++++- platform/linux-generic/odp_buffer_pool.c | 2 +- platform/linux-generic/odp_crypto.c | 3 +- platform/linux-generic/odp_packet_io.c | 2 +- platform/linux-generic/odp_queue.c | 2 +- platform/linux-generic/odp_ring.c | 2 +- platform/linux-generic/odp_schedule.c | 10 +++-- platform/linux-generic/odp_shared_memory.c | 45 +++++++++++++++++----- test/api_test/odp_shm_test.c | 2 +- test/api_test/odp_timer_ping.c | 2 +- 29 files changed, 131 insertions(+), 42 deletions(-) -- 1.8.5.1.163.gd7aced9 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
