> W dniu 17.04.2020 o 21:46, Akhil Goyal pisze: > > Hi Lukasz, > >> Set of patches fix minor issues like proper verification of input > >> parameters and aligning documentation with code in the matter of return > >> values. Another fixed issue is invalid decrementation of the session > >> counter which might cause inconsistency between counter values and a true > >> number of sessions. > >> > >> All of these issues (and all the librte_security) code is covered with > >> unit tests. The tests are added to dpdk-test application and can be > >> launched with "security_autotest" command. > >> > >> --- > > Series > > Acked-by: Akhil Goyal <akhil.go...@nxp.com> > Thank you > > > >> create mode 100644 app/test/test_security.c > > This file need a MAINTANERS entry > > Could you please send an update? I will squash it in the 5th patch. > > > I don't know if I should send the new version of al patches or just > paste it here. Please let me know, if I should send the new updated patches. > > diff --git a/MAINTAINERS b/MAINTAINERS > index f38621c2e..baa7fe015 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -412,6 +412,7 @@ M: Declan Doherty <declan.dohe...@intel.com> > T: git://dpdk.org/next/dpdk-next-crypto > F: lib/librte_security/ > F: doc/guides/prog_guide/rte_security.rst > +F: app/test/test_security.c > Added the above change in your 5th patch.
Applied to dpdk-next-crypto Thanks