Hi Thomas, Please see inline.
Thanks, Anoob > -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Tuesday, September 10, 2019 12:00 PM > To: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Anoob Joseph > <ano...@marvell.com> > Cc: Akhil Goyal <akhil.go...@nxp.com>; Pablo de Lara > <pablo.de.lara.gua...@intel.com>; Narayana Prasad Raju Athreya > <pathr...@marvell.com>; Fiona Trahe <fiona.tr...@intel.com>; Kanaka > Durga Kotamarthy <kkotamar...@marvell.com>; Shally Verma > <shal...@marvell.com>; Sunila Sahu <ss...@marvell.com>; dev@dpdk.org > Subject: Re: [PATCH 6/6] doc: add documentation for OCTEON TX2 crypto > asym support > > 10/09/2019 06:13, Jerin Jacob Kollanukkaran: > > From: Anoob Joseph <ano...@marvell.com> > > > Adding documentation for asymmetric features supported by > > > crypto_octeontx2 PMD. > > > > > > Signed-off-by: Anoob Joseph <ano...@marvell.com> > > > Signed-off-by: Kanaka Durga Kotamarthy <kkotamar...@marvell.com> > > > Signed-off-by: Sunila Sahu <ss...@marvell.com> > > > --- > > > doc/guides/cryptodevs/features/octeontx2.ini | 9 +++++++++ > > > doc/guides/cryptodevs/octeontx2.rst | 13 +++++++++++++ > > > > Please update the release notes. > > Please avoid doing a separate patch for documentation. > It could be updated while adding the feature, in the same patch. [Anoob] To which patch should I squash this change? Here are my options, 1. The patch which adds ASYM in capabilities. Issue: the doc update updates about autotest, which won't be available until the final patch is merged. 2. Test patch which adds the autotest for the PMD. Issue: Additions to the doc would be done by a patch which adds test. Which one should I use?