X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fhns3%2Fhns3_rxtx.h;h=e202eb9c305e332b300ad062d45237912b8deb22;hb=5a2b22b40f3052a8898194fd8c235440ad1d85d8;hp=df731856ef772852f6b38b6a3ee075ceb16d78e6;hpb=3cc817c195cc8e3bf54b5cadd89c5c7776d3727e;p=dpdk.git diff --git a/drivers/net/hns3/hns3_rxtx.h b/drivers/net/hns3/hns3_rxtx.h index df731856ef..e202eb9c30 100644 --- a/drivers/net/hns3/hns3_rxtx.h +++ b/drivers/net/hns3/hns3_rxtx.h @@ -318,7 +318,7 @@ struct hns3_rx_queue { * should not be transitted to the upper-layer application. For hardware * network engine whose vlan mode is HNS3_HW_SHIFT_AND_DISCARD_MODE, * such as kunpeng 930, PVID will not be reported to the BDs. So, PMD - * driver does not need to perform PVID-related operation in Rx. At this + * does not need to perform PVID-related operation in Rx. At this * point, the pvid_sw_discard_en will be false. */ uint8_t pvid_sw_discard_en:1; @@ -490,7 +490,7 @@ struct hns3_tx_queue { * PVID will overwrite the outer VLAN field of Tx BD. For the hardware * network engine whose vlan mode is HNS3_HW_SHIFT_AND_DISCARD_MODE, * such as kunpeng 930, if the PVID is set, the hardware will shift the - * VLAN field automatically. So, PMD driver does not need to do + * VLAN field automatically. So, PMD does not need to do * PVID-related operations in Tx. And pvid_sw_shift_en will be false at * this point. */ @@ -611,7 +611,7 @@ hns3_handle_bdinfo(struct hns3_rx_queue *rxq, struct rte_mbuf *rxm, /* * If packet len bigger than mtu when recv with no-scattered algorithm, - * the first n bd will without FE bit, we need process this sisution. + * the first n bd will without FE bit, we need process this situation. * Note: we don't need add statistic counter because latest BD which * with FE bit will mark HNS3_RXD_L2E_B bit. */