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

Iremonger, Bernard bernard.iremonger at intel.com
Thu Dec 22 15:47:04 CET 2016


Hi Ferruh,

> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Thursday, December 22, 2016 10:57 AM
> To: Lu, Wenzhuo <wenzhuo.lu at intel.com>; dev at dpdk.org
> Cc: Iremonger, Bernard <bernard.iremonger at intel.com>
> Subject: Re: [dpdk-dev] [PATCH v6 23/25] app/testpmd: handle i40e in VF
> VLAN filter command
> 
> 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",
> 
> 
> <...>
I will fix this in v7.

Regards,

Bernard.



More information about the dev mailing list