Re: [dpdk-users] Flow Director feature on Fortville XL710 adapter not working

2018-04-19 Thread Arun M
, .mac_addr_byte_mask = 0x0, .tunnel_type_mask = 0, .tunnel_id_mask = 0x0, }, Thanks & Regards, Arun M On Wed, Apr 18, at 12:20 PM, Richard Nutman Richard.Nutman at s-a-m.com wrote: > Hi Arun, > > I wasn't aware you could use RSS and the Flow Director s

[dpdk-users] Flow Director feature on Fortville XL710 adapter not working

2018-04-17 Thread Arun M
; } /* fdir_create_filter_rule() will help in initializing the flow director table for portid * This takes time. So let us sleep(1), this will help in initializing properly the table * before we go ahead for adding other filter */ sleep(1); fdir_get_infos(portid); Thank you & Regards, Arun M