> Signed-off-by: Tomasz Cel <tomaszx....@intel.com> > --- > doc/guides/cryptodevs/features/qat.ini | 3 +++ > doc/guides/cryptodevs/qat.rst | 1 + > 2 files changed, 4 insertions(+)
Hi Tomasz, I think the patch is ok there is just a few things as this is a fix you need to add a fixes tag into the commit message here is a reference to the guides for it. https://doc.dpdk.org/guides/contributing/patches.html?highlight=commit%20message Excepted output: ------------------------------------- doc: fix some parameter description Update the docs, fixing description of some parameter. Fixes: abcdefgh1234 ("doc: add some parameter") Cc: aut...@example.com Signed-off-by: Alex Smith <alex.sm...@example.com> ----------------------------------------------------------------------- Other thing is try and keep the sizes in order +AES CCM (128) = Y > +AES CCM (128) = Y +AES CCM (256) = Y > +AES CCM (192) = Y +AES CCM (192) = Y > +AES CCM (256) = Y Marko K.