Re: [dpdk-dev] [PATCH v4 2/6] lib: add distributor vector flow matching

2017-01-19 Thread Hunt, David
On 13/1/2017 3:26 PM, Bruce Richardson wrote: On Mon, Jan 09, 2017 at 07:50:44AM +, David Hunt wrote: Signed-off-by: David Hunt --- lib/librte_distributor/Makefile| 4 + lib/librte_distributor/rte_distributor_burst.c | 11 +- lib/librte_distributor/rte_distr

Re: [dpdk-dev] [PATCH v4 2/6] lib: add distributor vector flow matching

2017-01-19 Thread Hunt, David
On 16/1/2017 4:40 PM, Bruce Richardson wrote: On Mon, Jan 09, 2017 at 07:50:44AM +, David Hunt wrote: --- a/lib/librte_distributor/rte_distributor_burst.c +++ b/lib/librte_distributor/rte_distributor_burst.c @@ -352,6 +352,9 @@ rte_distributor_process_burst(struct rte_distributor_burst *d,

Re: [dpdk-dev] [PATCH v4 2/6] lib: add distributor vector flow matching

2017-01-16 Thread Bruce Richardson
On Mon, Jan 09, 2017 at 07:50:44AM +, David Hunt wrote: > Signed-off-by: David Hunt > --- > lib/librte_distributor/Makefile| 4 + > lib/librte_distributor/rte_distributor_burst.c | 11 +- > lib/librte_distributor/rte_distributor_match_sse.c | 113 >

Re: [dpdk-dev] [PATCH v4 2/6] lib: add distributor vector flow matching

2017-01-13 Thread Bruce Richardson
On Mon, Jan 09, 2017 at 07:50:44AM +, David Hunt wrote: > Signed-off-by: David Hunt > --- > lib/librte_distributor/Makefile| 4 + > lib/librte_distributor/rte_distributor_burst.c | 11 +- > lib/librte_distributor/rte_distributor_match_sse.c | 113 >

[dpdk-dev] [PATCH v4 2/6] lib: add distributor vector flow matching

2017-01-09 Thread David Hunt
Signed-off-by: David Hunt --- lib/librte_distributor/Makefile| 4 + lib/librte_distributor/rte_distributor_burst.c | 11 +- lib/librte_distributor/rte_distributor_match_sse.c | 113 + lib/librte_distributor/rte_distributor_priv.h | 6 ++ 4 fil