]> git.droids-corp.org - dpdk.git/blobdiff - lib/ethdev/ethdev_profile.c
ethdev: bring in async queue-based flow rules operations
[dpdk.git] / lib / ethdev / ethdev_profile.c
index a3c303f62cd8d642284bd8e0af5165ff736e767a..7978f351acf8fec2a530e5396227130498c621b1 100644 (file)
@@ -23,13 +23,13 @@ profile_hook_rx_burst_cb(
 }
 
 /**
- * Setting profiling rx callback for a given Ethernet device.
- * This function must be invoked when ethernet device is being configured.
+ * Setting profiling Rx callback for a given Ethernet device.
+ * This function must be invoked when Ethernet device is being configured.
  *
  * @param port_id
  *  The port identifier of the Ethernet device.
  * @param rx_queue_num
- *  The number of RX queues on specified port.
+ *  The number of Rx queues on specified port.
  *
  * @return
  *  - On success, zero.