[dpdk-dev] [PATCH] enic: migrating to new fdir api

2015-04-20 Thread Thomas Monjalon
2015-04-09 14:59, Sujith Sankar: > This patch helps enic migrate to the new flow-director API. > > It takes care of the following. > 1. The change in fdir_filter structure and stats structure > 2. DPDK interface functions in enic_ethdev.c > 3. ENIC driver functions that deal with the VIC

[dpdk-dev] [PATCH] enic: migrating to new fdir api

2015-04-09 Thread Sujith Sankar
This patch helps enic migrate to the new flow-director API. It takes care of the following. 1. The change in fdir_filter structure and stats structure 2. DPDK interface functions in enic_ethdev.c 3. ENIC driver functions that deal with the VIC adapter Signed-off-by: Sujith Sankar ---