[dpdk-dev] [PATCH v6 23/25] app/testpmd: handle i40e in VF VLAN filter command

Ferruh Yigit ferruh.yigit at intel.com
Thu Dec 22 11:57:14 CET 2016


On 12/21/2016 6:34 AM, Wenzhuo Lu wrote:
> modify set_vf_rx_vlan function to handle the i40e PMD.
> 
> Signed-off-by: Bernard Iremonger <bernard.iremonger at intel.com>
> ---

<...>

> +
> +	switch (ret) {
> +	case 0:
> +		break;
> +	case -EINVAL:
> +		printf("invalid vlan_id %d or vf_mask %lu\n",

To fix 32bit compilation:
printf("invalid vlan_id %d or vf_mask %"PRIu64"\n",


<...>



More information about the dev mailing list