Hi Thomas,
-----Original Message----- From: Thomas Monjalon <tho...@monjalon.net> Sent: Sunday, 28 November 2021 22:37 To: Liron Himi <lir...@marvell.com> Cc: David Marchand <david.march...@redhat.com>; Yigit, Ferruh <ferruh.yi...@intel.com>; Jerin Jacob Kollanukkaran <jer...@marvell.com>; dev@dpdk.org Subject: Re: [EXT] |FAILURE| pw104631 [PATCH v2 5/5] regex/cn9k: use cnxk infrastructure 28/11/2021 21:17, Liron Himi: > Hi, > > I have fixed the error below but got additional errors which I need your > advice if to ignore or update it is some way. > This patch also replace the name of the 'regexdevs/octeontx2' folder to > 'regexdevs/cn9k' > Note that Jerin is going to remove the current 'octeontx2' references as the > new cnxk is replacing it. > > What should I do with those errors: > dpdk-next-net-mrvl/doc/guides/platform/octeontx2.rst:158:unknown document: > ../regexdevs/octeontx2 This one, you must fix to the next regex doc. [L.H.] okay. > dpdk-next-net-mrvl/doc/guides/rel_notes/release_20_11.rst:293:unknown > document: ../regexdevs/octeontx2 This one, you must replace the link with a normal text. For instance, this is what was done for another octeontx2 driver: - See the :doc:`../rawdevs/octeontx2_ep` for more details on this new PMD. + See ``rawdevs/octeontx2_ep`` for more details on this new PMD. [L.H.] but this file represent the release notes of dpdk-20.11, right? so, in this release the driver is still 'regexdevs/octeontx2'. only in the upcoming release the driver name will be changed to "regexdevs/cn9k". I also think this is relevant for the example you provided. In dpdk-20.11 the driver was "rawdevs/octeontx2_ep"