Re: [dpdk-dev] [PATCH 2/7] net/qede: refactor filtering code

2016-12-20 Thread Harish Patil
> >On 12/12/2016 5:36 PM, Harish Patil wrote: >> >>> On 12/3/2016 2:43 AM, Harish Patil wrote: The filter_config in qed_eth_ops_pass is a wrapper call driving all the filtering configuration. This requires defining multiple structures and passing different function arguments

Re: [dpdk-dev] [PATCH 2/7] net/qede: refactor filtering code

2016-12-12 Thread Ferruh Yigit
On 12/12/2016 5:36 PM, Harish Patil wrote: > >> On 12/3/2016 2:43 AM, Harish Patil wrote: >>> The filter_config in qed_eth_ops_pass is a wrapper call driving all the >>> filtering configuration. This requires defining multiple structures and >>> passing different function arguments for each filter

Re: [dpdk-dev] [PATCH 2/7] net/qede: refactor filtering code

2016-12-12 Thread Harish Patil
>On 12/3/2016 2:43 AM, Harish Patil wrote: >> The filter_config in qed_eth_ops_pass is a wrapper call driving all the >> filtering configuration. This requires defining multiple structures and >> passing different function arguments for each filter type which is >> unnecessary. So as part of this

Re: [dpdk-dev] [PATCH 2/7] net/qede: refactor filtering code

2016-12-08 Thread Ferruh Yigit
On 12/3/2016 2:43 AM, Harish Patil wrote: > The filter_config in qed_eth_ops_pass is a wrapper call driving all the > filtering configuration. This requires defining multiple structures and > passing different function arguments for each filter type which is > unnecessary. So as part of this refact

[dpdk-dev] [PATCH 2/7] net/qede: refactor filtering code

2016-12-02 Thread Harish Patil
The filter_config in qed_eth_ops_pass is a wrapper call driving all the filtering configuration. This requires defining multiple structures and passing different function arguments for each filter type which is unnecessary. So as part of this refactoring we remove filter_config from qed_eth_ops_pas