]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ena/ena_ethdev.h
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / ena / ena_ethdev.h
index 865e1241e0ce18d64516588a6c4cd5094e5cbd7a..f99e4f3984a058bce62ce565efc9e778d261f21b 100644 (file)
@@ -42,7 +42,7 @@
 
 /* While processing submitted and completed descriptors (rx and tx path
  * respectively) in a loop it is desired to:
- *  - perform batch submissions while populating sumbissmion queue
+ *  - perform batch submissions while populating submission queue
  *  - avoid blocking transmission of other packets during cleanup phase
  * Hence the utilization ratio of 1/8 of a queue size or max value if the size
  * of the ring is very big - like 8k Rx rings.