]> git.droids-corp.org - dpdk.git/blobdiff - lib/ethdev/rte_class_eth.c
eal/linux: allow hugepage file reuse
[dpdk.git] / lib / ethdev / rte_class_eth.c
index eda216ced556af9dbdaf04885bdf145dd173e022..c8e8fc92448af684d959de11d4969d0855060b4c 100644 (file)
@@ -90,7 +90,7 @@ eth_representor_cmp(const char *key __rte_unused,
        np = eth_da.nb_ports > 0 ? eth_da.nb_ports : 1;
        nf = eth_da.nb_representor_ports > 0 ? eth_da.nb_representor_ports : 1;
 
-       /* Return 0 if representor id is matching one of the values. */
+       /* Return 0 if representor ID is matching one of the values. */
        for (i = 0; i < nc * np * nf; ++i) {
                c = i / (np * nf);
                p = (i / nf) % np;