net/mlx5: add basic flow queue operation
[dpdk.git] / examples / l3fwd / l3fwd_common.h
index 7d83ff6..cbaab79 100644 (file)
@@ -51,7 +51,7 @@ rfc1812_process(struct rte_ipv4_hdr *ipv4_hdr, uint16_t *dp, uint32_t ptype)
 #endif /* DO_RFC_1812_CHECKS */
 
 /*
- * We group consecutive packets with the same destionation port into one burst.
+ * We group consecutive packets with the same destination port into one burst.
  * To avoid extra latency this is done together with some other packet
  * processing, but after we made a final decision about packet's destination.
  * To do this we maintain:
@@ -76,7 +76,7 @@ rfc1812_process(struct rte_ipv4_hdr *ipv4_hdr, uint16_t *dp, uint32_t ptype)
 
 static const struct {
        uint64_t pnum; /* prebuild 4 values for pnum[]. */
-       int32_t  idx;  /* index for new last updated elemnet. */
+       int32_t  idx;  /* index for new last updated element. */
        uint16_t lpv;  /* add value to the last updated element. */
 } gptbl[GRPSZ] = {
        {