]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/hns3_rxtx.c
fix PMD wording
[dpdk.git] / drivers / net / hns3 / hns3_rxtx.c
index 40cc4e9c1ad6c7be5f42761566fb993e0d2f9906..f365daadf81aaa023944b9aaba2a88c48fd5b20f 100644 (file)
@@ -1899,8 +1899,8 @@ hns3_rx_queue_setup(struct rte_eth_dev *dev, uint16_t idx, uint16_t nb_desc,
        /*
         * For hns3 PF device, if the VLAN mode is HW_SHIFT_AND_DISCARD_MODE,
         * the pvid_sw_discard_en in the queue struct should not be changed,
-        * because PVID-related operations do not need to be processed by PMD
-        * driver. For hns3 VF device, whether it needs to process PVID depends
+        * because PVID-related operations do not need to be processed by PMD.
+        * For hns3 VF device, whether it needs to process PVID depends
         * on the configuration of PF kernel mode netdevice driver. And the
         * related PF configuration is delivered through the mailbox and finally
         * reflectd in port_base_vlan_cfg.
@@ -3039,8 +3039,8 @@ hns3_tx_queue_setup(struct rte_eth_dev *dev, uint16_t idx, uint16_t nb_desc,
        /*
         * For hns3 PF device, if the VLAN mode is HW_SHIFT_AND_DISCARD_MODE,
         * the pvid_sw_shift_en in the queue struct should not be changed,
-        * because PVID-related operations do not need to be processed by PMD
-        * driver. For hns3 VF device, whether it needs to process PVID depends
+        * because PVID-related operations do not need to be processed by PMD.
+        * For hns3 VF device, whether it needs to process PVID depends
         * on the configuration of PF kernel mode netdev driver. And the
         * related PF configuration is delivered through the mailbox and finally
         * reflectd in port_base_vlan_cfg.