Re: [lng-odp] [CLOUD-DEV] ddf: examples: add ddf module skeleton and ddf application
Hi, Bogdan This looks good to me as an evaluation example of the DDF, two comments: 1, Copyright (c) 2014, Linaro Limited needs to be updated. 2, make distcheck failures: Making all in ddf_ifs make[3]: Entering directory '/home/yihe01/workspace/odp-linux/opendataplane-1.14.0.0/_build/sub/example
[lng-odp] [CLOUD-DEV] ddf: examples: add ddf module skeleton and ddf application
Signed-off-by: Bogdan Pricope --- example/Makefile.am | 4 +- example/ddf_app/Makefile.am | 10 example/ddf_app/odp_ddf_app.c | 49 +++ example/ddf_ifs/Makefile.am | 26 ++ example/ddf_ifs/ddf_ifs.c