Re: [dpdk-dev] [PATCH 1/6] net/enic: bring NIC interface functions up to date

2017-03-31 Thread Ferruh Yigit
On 3/30/2017 10:28 PM, John Daley wrote: > Update the base functions for the Cisco VIC. These files are mostly > common with other VIC drivers so are left alone is as much as possilbe. > Includes in a new filter/action interface which is needed for Generic > Flow API PMD support. Update FDIR code t

[dpdk-dev] [PATCH 1/6] net/enic: bring NIC interface functions up to date

2017-03-30 Thread John Daley
Update the base functions for the Cisco VIC. These files are mostly common with other VIC drivers so are left alone is as much as possilbe. Includes in a new filter/action interface which is needed for Generic Flow API PMD support. Update FDIR code to use the new interface. Signed-off-by: John Dal