]> git.droids-corp.org - dpdk.git/blobdiff - lib/ethdev/rte_ethdev_core.h
build: make ring mempool driver mandatory
[dpdk.git] / lib / ethdev / rte_ethdev_core.h
index 18d725fca14cc413ffb1b03683a343a90b137f7a..dcf8adab92a62d314c24cc0616a91d4b3566c98d 100644 (file)
@@ -86,7 +86,7 @@ struct rte_eth_fp_ops {
         */
        /** PMD receive function. */
        eth_rx_burst_t rx_pkt_burst;
-       /** Get the number of used RX descriptors. */
+       /** Get the number of used Rx descriptors. */
        eth_rx_queue_count_t rx_queue_count;
        /** Check the status of a Rx descriptor. */
        eth_rx_descriptor_status_t rx_descriptor_status;