Re: [dpdk-dev] [PATCH v1] lib/metrics: add check for invalid metric keys

2018-07-27 Thread Remy Horton
Harry, Can you add the following to the cheat-sheet? Don't do many patches these days, and I'm not the only one to miss these recently.. ..Remy On 26/07/2018 19:11, Thomas Monjalon wrote: Remy, You are not new to DPDK. Please pay attention to details: - subject does not start with lib/ - fix

Re: [dpdk-dev] [PATCH v1] lib/metrics: add check for invalid metric keys

2018-07-26 Thread Thomas Monjalon
Remy, You are not new to DPDK. Please pay attention to details: - subject does not start with lib/ - fixes of old commits must have Cc: sta...@dpdk.org 20/07/2018 17:31, Ferruh Yigit: > On 7/6/2018 2:21 PM, Remy Horton wrote: > > This patchset adds a check to rte_metrics_update_values() > > that p

Re: [dpdk-dev] [PATCH v1] lib/metrics: add check for invalid metric keys

2018-07-20 Thread Ferruh Yigit
On 7/6/2018 2:21 PM, Remy Horton wrote: > This patchset adds a check to rte_metrics_update_values() > that prevents the updating of metrics when presented with > an invalid metric key. Previously, doing the latter could > result in a crash. > > Fixes: 349950ddb9c5 ("metrics: add information metric

[dpdk-dev] [PATCH v1] lib/metrics: add check for invalid metric keys

2018-07-06 Thread Remy Horton
This patchset adds a check to rte_metrics_update_values() that prevents the updating of metrics when presented with an invalid metric key. Previously, doing the latter could result in a crash. Fixes: 349950ddb9c5 ("metrics: add information metrics library") Signed-off-by: Remy Horton --- lib/li