]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_i40e/i40e_ethdev.h
fix VXLAN acronym
[dpdk.git] / lib / librte_pmd_i40e / i40e_ethdev.h
index 826a1fb290a5de79728305638c0c4c91c1396a57..a315adf276b3172f1761b1c43158c9094259f1d4 100644 (file)
@@ -249,7 +249,7 @@ struct i40e_pf {
        uint16_t vf_nb_qps; /* The number of queue pairs of VF */
        uint16_t fdir_nb_qps; /* The number of queue pairs of Flow Director */
 
-       /* store VxLAN UDP ports */
+       /* store VXLAN UDP ports */
        uint16_t vxlan_ports[I40E_MAX_PF_UDP_OFFLOAD_PORTS];
        uint16_t vxlan_bitmap; /* Vxlan bit mask */
 };