Re: [dpdk-dev] [PATCH 6/7] net/ice/base: add flow module

2019-01-16 Thread Ferruh Yigit
On 1/15/2019 12:56 PM, Qi Zhang wrote: > Add the module that implemented flow abstraction that base on > flexible pipeline. > > Signed-off-by: Qi Zhang > Signed-off-by: Paul M Stillwell Jr <...> > +/** > + * ice_flow_find_entry - look for a flow entry using its unique ID > + * @hw: pointer to

[dpdk-dev] [PATCH 6/7] net/ice/base: add flow module

2019-01-15 Thread Qi Zhang
Add the module that implemented flow abstraction that base on flexible pipeline. Signed-off-by: Qi Zhang Signed-off-by: Paul M Stillwell Jr --- drivers/net/ice/Makefile |1 + drivers/net/ice/base/ice_common.h |1 + drivers/net/ice/base/ice_flow.c | 2080 ++