]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/source_org.rst
net/cnxk: add multi-segment Tx for CN10K
[dpdk.git] / doc / guides / prog_guide / source_org.rst
index 8d531bd9ef5ae0427f48bf3e28698fb3d251aa97..5e4333460a8aab87315450835fcf4db06ec0e782 100644 (file)
@@ -21,7 +21,8 @@ Drivers
 Drivers are special libraries which provide poll-mode driver implementations for
 devices: either hardware devices or pseudo/virtual devices. They are contained
 in the *drivers* subdirectory, classified by type, and each compiles to a
-library with the format ``librte_pmd_X.a`` where ``X`` is the driver name.
+library with the format ``librte_X_Y.a`` where ``X`` is the device class
+name and ``Y`` is the driver name.
 
 .. note::