Re: [dpdk-dev] [PATCH v3 0/2] Support PTP for hns3 PMD

2021-04-01 Thread Ferruh Yigit
On 4/1/2021 2:38 PM, Min Hu (Connor) wrote: This set includes two patches, one patch is to fix cyclomatic complexity, the other patch is to support PTP, but depends on the first patch. So the two forms one set of patches. --- v3: * Delete "RTE_LIBRTE_IEEE1588". v2: * Add release doc for version

[dpdk-dev] [PATCH v3 0/2] Support PTP for hns3 PMD

2021-04-01 Thread Min Hu (Connor)
This set includes two patches, one patch is to fix cyclomatic complexity, the other patch is to support PTP, but depends on the first patch. So the two forms one set of patches. --- v3: * Delete "RTE_LIBRTE_IEEE1588". v2: * Add release doc for version 21.05. Min Hu (Connor) (2): net/hns3: fix c