Re: [dpdk-dev] [PATCH v3 1/6] net/mlx5: flow counters object create function bugfix

2018-10-21 Thread Shahaf Shuler
Friday, October 19, 2018 6:21 PM, Slava Ovsiienko: > Subject: [PATCH v3 1/6] net/mlx5: flow counters object create function > bugfix How about: "net/mlx5: fix flow counter creation" ? > > The first part of patchset provides the separate commit for bugfix. No need for this intro (exists on all

[dpdk-dev] [PATCH v3 1/6] net/mlx5: flow counters object create function bugfix

2018-10-19 Thread Viacheslav Ovsiienko
The first part of patchset provides the separate commit for bugfix. Flow counter object was not freed in case of memory allocation error. The call of counter Verbs object deallocating function is added. The initial value of reference counter is set to one in order to provide the correct counter obj