X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fregexdevs%2Focteontx2.rst;h=b39d457d6031498163c53e4911da1722677b6deb;hb=19f3af2371a7fdc549cbc270c298be156b3bd545;hp=5a0e53e134a86ed24c290a4d348cd2855b9273b4;hpb=4cd1c5fd9ed4eb217dbb9033fe384239e58a84f0;p=dpdk.git diff --git a/doc/guides/regexdevs/octeontx2.rst b/doc/guides/regexdevs/octeontx2.rst index 5a0e53e134..b39d457d60 100644 --- a/doc/guides/regexdevs/octeontx2.rst +++ b/doc/guides/regexdevs/octeontx2.rst @@ -4,7 +4,7 @@ OCTEON TX2 REE Regexdev Driver ============================== -The OCTEON TX2 REE PMD (**librte_pmd_octeontx2_regex**) provides poll mode +The OCTEON TX2 REE PMD (**librte_regex_octeontx2**) provides poll mode regexdev driver support for the inbuilt regex device found in the **Marvell OCTEON TX2** SoC family. @@ -24,6 +24,17 @@ Prerequisites and Compilation procedure See :doc:`../platform/octeontx2` for setup information. +Device Setup +------------ + +The OCTEON TX2 REE devices will need to be bound to a user-space IO driver +for use. The script ``dpdk-devbind.py`` script included with DPDK can be +used to view the state of the devices and to bind them to a suitable +DPDK-supported kernel driver. When querying the status of the devices, +they will appear under the category of "REGEX devices", i.e. the command +``dpdk-devbind.py --status-dev regex`` can be used to see the state of +those devices alone. + Debugging Options -----------------