]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/e1000/e1000_ethdev.h
examples/l3fwd: share queue size variables
[dpdk.git] / drivers / net / e1000 / e1000_ethdev.h
index a548ae2ccb2c149ca5a9d53cb5c0992f84bedda3..718a9746edcb97fe4c2e48d28f373e918fd69547 100644 (file)
  * Maximum number of Ring Descriptors.
  *
  * Since RDLEN/TDLEN should be multiple of 128 bytes, the number of ring
- * desscriptors should meet the following condition:
+ * descriptors should meet the following condition:
  * (num_ring_desc * sizeof(struct e1000_rx/tx_desc)) % 128 == 0
  */
 #define        E1000_MIN_RING_DESC     32
@@ -252,7 +252,7 @@ struct igb_rte_flow_rss_conf {
 };
 
 /*
- * Structure to store filters'info.
+ * Structure to store filters' info.
  */
 struct e1000_filter_info {
        uint8_t ethertype_mask; /* Bit mask for every used ethertype filter */