Hi, 05/04/2018 18:01, Fan Zhang: > This patch adds vhost_crypto sample application to DPDK. > > Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com> > --- > examples/vhost_crypto/Makefile | 32 +++ > examples/vhost_crypto/main.c | 541 > ++++++++++++++++++++++++++++++++++++++ > examples/vhost_crypto/meson.build | 14 + > 3 files changed, 587 insertions(+)
There are 3 misses: - not in examples/Makefile - not in MAINTAINERS - no documentation in doc/guides/sample_app_ug/ It won't be accepted in master as-is.