On 08/29/2014 08:05 PM, Mike Holmes wrote:
     > diff --git a/platform/linux-dpdk/odp_init.c b/platform/linux-
     > dpdk/odp_platform.c
     > similarity index 50%
     > rename from platform/linux-dpdk/odp_init.c
     > rename to platform/linux-dpdk/odp_platform.c
     > index ecc2066..5a054fd 100644
     > --- a/platform/linux-dpdk/odp_init.c
     > +++ b/platform/linux-dpdk/odp_platform.c
     > @@ -1,4 +1,4 @@
     > -/* Copyright (c) 2013, Linaro Limited
     > +/* Copyright (c) 2014, Linaro Limited
     >   * All rights reserved.
     >   *
     >   * SPDX-License-Identifier:     BSD-3-Clause
     > @@ -9,7 +9,7 @@
     >  #include <odp_debug.h>
     >  #include <odp_packet_dpdk.h>
     >
     > -int odp_init_dpdk(void)
     > +int odp_init_platform(odp_global_platform_init_t *platform_params
     > ODP_UNUSED)
     >  {
     >       int test_argc = 5;
     >       char *test_argv[6];
     > @@ -50,64 +50,7 @@ int odp_init_dpdk(void)
     >       return 0;
     >  }
     >
     > -int odp_init_global(void)
     > +int odp_crypto_init_global(void)

    Is crypto init now in odp_platform.c? It should be in odp_crypto.c
    or similar...

no problem
I can make a dummy   odp_crypto.c for ks2 and point DPDK at the linux
generic. I was trying to avoid
connecting internals.

No need to make a dummy file. Just point to linux-generic.
I'll replace it with accelerated implementation.

_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to