[dpdk-dev] [PATCH v2 5/6] net/i40e: Enable port representor PMD and broker for fortville PMD driver

Ferruh Yigit ferruh.yigit at intel.com
Mon Nov 20 08:48:10 CET 2017


On 11/17/2017 6:42 AM, Mohammad Abdul Awal wrote:
> +struct eth_dev_ops i40e_representor_dev_ops = {
> +	.link_update          = i40e_representor_link_update,
> +	.dev_infos_get        = i40e_representor_dev_infos_get,
> +
> +	.stats_get            = i40e_representor_stats_get,
> +	.stats_reset          = i40e_representor_stats_reset,
> +
> +	.promiscuous_enable   = i40e_representor_promiscuous_enable,
> +	.promiscuous_disable  = i40e_representor_promiscuous_disable,
> +
> +	.allmulticast_enable  = i40e_representor_allmulticast_enable,
> +	.allmulticast_disable = i40e_representor_allmulticast_disable,
> +
> +	.mac_addr_remove      = i40e_representor_mac_addr_remove,
> +	.mac_addr_set         = i40e_representor_mac_addr_set,
> +
> +	.vlan_filter_set      = i40e_representor_vlan_filter_set,
> +	.vlan_offload_set     = i40e_representor_vlan_offload_set,
> +	.vlan_strip_queue_set = i40e_representor_vlan_strip_queue_set,
> +	.vlan_pvid_set        = i40e_representor_vlan_pvid_set
> +};

Will we able to get rid of VF control related PMD specific APIs when port
representation enabled?


More information about the dev mailing list