net/tap: fix to populate FDs in secondary process
[dpdk.git] / drivers / net / i40e / i40e_ethdev.h
index 2d182f8..a1ebdc0 100644 (file)
@@ -897,7 +897,7 @@ struct i40e_tunnel_filter {
        TAILQ_ENTRY(i40e_tunnel_filter) rules;
        struct i40e_tunnel_filter_input input;
        uint8_t is_to_vf; /* 0 - to PF, 1 - to VF */
-       uint16_t vf_id;   /* VF id, avaiblable when is_to_vf is 1. */
+       uint16_t vf_id;   /* VF id, available when is_to_vf is 1. */
        uint16_t queue; /* Queue assigned to when match */
 };
 
@@ -966,7 +966,7 @@ struct i40e_tunnel_filter_conf {
        uint32_t tenant_id;     /**< Tenant ID to match. VNI, GRE key... */
        uint16_t queue_id;      /**< Queue assigned to if match. */
        uint8_t is_to_vf;       /**< 0 - to PF, 1 - to VF */
-       uint16_t vf_id;         /**< VF id, avaiblable when is_to_vf is 1. */
+       uint16_t vf_id;         /**< VF id, available when is_to_vf is 1. */
 };
 
 TAILQ_HEAD(i40e_flow_list, rte_flow);
@@ -1100,7 +1100,7 @@ struct i40e_vf_msg_cfg {
        /*
         * If message statistics from a VF exceed the maximal limitation,
         * the PF will ignore any new message from that VF for
-        * 'ignor_second' time.
+        * 'ignore_second' time.
         */
        uint32_t ignore_second;
 };
@@ -1257,7 +1257,7 @@ struct i40e_adapter {
 };
 
 /**
- * Strucute to store private data for each VF representor instance
+ * Structure to store private data for each VF representor instance
  */
 struct i40e_vf_representor {
        uint16_t switch_domain_id;
@@ -1265,7 +1265,7 @@ struct i40e_vf_representor {
        uint16_t vf_id;
        /**< Virtual Function ID */
        struct i40e_adapter *adapter;
-       /**< Private data store of assocaiated physical function */
+       /**< Private data store of associated physical function */
        struct i40e_eth_stats stats_offset;
        /**< Zero-point of VF statistics*/
 };