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

2017-06-08 Thread Jerin Jacob
-Original Message- > Date: Wed, 17 May 2017 15:38:04 -0700 > From: John Daley > To: ferruh.yi...@intel.com > Cc: dev@dpdk.org, John Daley > Subject: [dpdk-dev] [PATCH v4 1/8] net/enic: bring NIC interface functions > up to date > X-Mailer: git-send-email 2.12.0

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

2017-05-22 Thread Ferruh Yigit
On 5/17/2017 11:38 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 v4 1/8] net/enic: bring NIC interface functions up to date

2017-05-17 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