On 11-Apr-19 12:13 PM, Reshma Pattan wrote:
Fix the data type of last_branches, last_branch_misses from unit32_t to uint64_t, and for hits_diff, miss_diff from int to int64_t respectively to fix possible overflow or truncation.Coverity issue: 337677 Fixes: 4b1a631b8a ("examples/vm_power: add oob monitoring functions") CC: david.h...@intel.com CC: sta...@dpdk.org Signed-off-by: Reshma Pattan <reshma.pat...@intel.com> ---
Reviewed-by: Anatoly Burakov <anatoly.bura...@intel.com> -- Thanks, Anatoly