Re: [dpdk-dev] [PATCH v3 2/6] net/mlx5: flow counters new configuration flags

2018-10-21 Thread Shahaf Shuler
Friday, October 19, 2018 6:21 PM, Slava Ovsiienko: > Subject: [PATCH v3 2/6] net/mlx5: flow counters new configuration flags How about "net/mlx5: rename flow counter configuration macro" ? > > In this part of patchset some modifications in compile configuration flags are > done. Ditto. The H

[dpdk-dev] [PATCH v3 2/6] net/mlx5: flow counters new configuration flags

2018-10-19 Thread Viacheslav Ovsiienko
In this part of patchset some modifications in compile configuration flags are done. The HAVE_IBV_DEVICE_COUNTERS_SET_SUPPORT is replaced with HAVE_IBV_DEVICE_COUNTERS_SET_V42. At this stage it is just flag renaming. The new HAVE_IBV_DEVICE_COUNTERS_SET_V45 flag is introduced. Both makefile and mes