Re: [dpdk-dev] [RFC] net/mlx5: support count flow action

2017-08-24 Thread Nélio Laranjeiro
Hi Ori, On Thu, Aug 24, 2017 at 02:04:32PM +, Ori Kam wrote: > Hi Nelio, > > Please see my comments in line. > > Ori > > > -Original Message- > > From: Nélio Laranjeiro [mailto:nelio.laranje...@6wind.com] > > Sent: Thursday, August 24, 2017 9:54 AM > > To: Ori Kam > > Cc: adrien.ma

Re: [dpdk-dev] [RFC] net/mlx5: support count flow action

2017-08-24 Thread Ori Kam
Hi Nelio, Please see my comments in line. Ori > -Original Message- > From: Nélio Laranjeiro [mailto:nelio.laranje...@6wind.com] > Sent: Thursday, August 24, 2017 9:54 AM > To: Ori Kam > Cc: adrien.mazar...@6wind.com; dev@dpdk.org > Subject: Re: [RFC] net/mlx5: support count flow action

Re: [dpdk-dev] [RFC] net/mlx5: support count flow action

2017-08-23 Thread Nélio Laranjeiro
Hi Ori, Please keep the coding style of the file, and pass checkpatch before submitting a patch on the mailing list. It helps the review by having a correct patch respecting the coding style of the file. I won't spot out here all the coding style issues, if you need some help, feel free to ask.

[dpdk-dev] [RFC] net/mlx5: support count flow action

2017-08-21 Thread Ori Kam
Support count flow action. This patch is basic design only, do to missing features on the verbs driver. As soon as the features will be implemented on the verbs driver this will be updated and rebased on top of dpdk.org/ml/archives/dev/2017-August/072351.html (The verbs driver should be ready sta