[dpdk-dev] [PATCH] app/testpmd: always build VF and MACsec functions

Thomas Monjalon thomas at monjalon.net
Tue Jun 20 09:31:56 CEST 2017


20/06/2017 08:53, Tiwei Bie:
> On Thu, Jun 15, 2017 at 01:02:21PM +0200, Thomas Monjalon wrote:
> > These functions are supported only on ixgbe.
> [...]
> > @@ -3013,15 +3013,21 @@ set_vf_traffic(portid_t port_id, uint8_t is_rx, uint16_t vf, uint8_t on)
> >  
> >  	if (diag == 0)
> >  		return;
> > -	if(is_rx)
> > +	if(is_rx) {
> 
> It's better to also fix this coding style issue.

Yes you're right.
Will fix it when applying, thanks.


More information about the dev mailing list