[dpdk-dev] [PATCH 16/22] net/hns3: add start stop configure promiscuous ops
Ferruh Yigit
ferruh.yigit at intel.com
Fri Aug 30 17:14:19 CEST 2019
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) <xavier.huwei at huawei.com>
> Signed-off-by: Chunsong Feng <fengchunsong at huawei.com>
> Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
> Signed-off-by: Hao Chen <chenhao164 at huawei.com>
> Signed-off-by: Huisong Li <lihuisong at huawei.com>
<...>
> @@ -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?
More information about the dev
mailing list