> Subject: [EXT] [PATCH v1] crypto/ipsec_mb: add digest encrypted feature in > AESNI_MB > AESNI_MB PMD does not support Digest Encrypted. This patch adds partial > support for this feature.
I do not get it, what is the point of adding partial support. It should be added when it is supported. Also whenever, you add, add in documentation as well. > > Signed-off-by: Brian Dooley <brian.doo...@intel.com> > --- > Some out-of-place tests are still failing. > Only some in-place tests are passing. > Working on adding support for this feature in v2. You cannot just send half cooked patches. > --- > app/test/1.diff | 0 > drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 3 ++- > 2 files changed, 2 insertions(+), 1 deletion(-) > create mode 100644 app/test/1.diff > > diff --git a/app/test/1.diff b/app/test/1.diff > new file mode 100644 > index 0000000000..e69de29bb2 This file is accidently added.