> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Saturday, January 7, 2017 1:27 AM
> To: Zhao1, Wei <wei.zh...@intel.com>; dev@dpdk.org
> Cc: Lu, Wenzhuo <wenzhuo...@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v2 16/18] net/ixgbe: create consistent filter
>
> On 12/30/2016 7:53 AM, Wei Zhao wrote:
> > This patch adds a function to create the flow directory filter.
> >
> > Signed-off-by: Wei Zhao <wei.zh...@intel.com>
> > Signed-off-by: Wenzhuo Lu <wenzhuo...@intel.com>
> >
> > ---
> >
> > v2:
> > --add new error set function
> > ---
>
> <...>
>
> >
> > +struct ixgbe_flow {
> > + enum rte_filter_type filter_type;
> > + void *rule;
> > +};
>
> It is possible to rename this struct to rte_flow, to prevent casting.
> Although functionally there is no difference.
Ok, I will do that in v3
>
> > +
> > /*
> > * Structure to store private data for each driver instance (for each
> > port).
> > */
> >