ethdev: bring in async queue-based flow rules operations
[dpdk.git] / lib / ethdev / ethdev_profile.c
index a3c303f..7978f35 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.