On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote:
> This patch adds dev_start, dev_stop, dev_configure, promiscuous_enable,
> promiscuous_disable, allmulticast_enable, allmulticast_disable,
> dev_infos_get related function codes.
>
> Signed-off-by: Wei Hu (Xavier) <[email protected]>
> Signed-off-by: Chunsong Feng <[email protected]>
> Signed-off-by: Min Hu (Connor) <[email protected]>
> Signed-off-by: Hao Chen <[email protected]>
> Signed-off-by: Huisong Li <[email protected]>
<...>
> @@ -3626,6 +4031,7 @@ static const struct eth_dev_ops hns3_eth_dev_ops = {
> .vlan_offload_set = hns3_vlan_offload_set,
> .vlan_pvid_set = hns3_vlan_pvid_set,
> .get_dcb_info = hns3_get_dcb_info,
> + .dev_supported_ptypes_get = hns3_dev_supported_ptypes_get,
'hns3_dev_supported_ptypes_get' has been defined in previous patch, what do you
thinks defining and using in same patch?