diff options
author | 2016-11-21 13:03:47 -0800 | |
---|---|---|
committer | 2016-12-06 20:57:18 -0800 | |
commit | 5951cf9495bcd2d6beee8c9e5b08671b7e540e4f (patch) | |
tree | 1b5d897195ed2c05fbdb43aba6e04cf80ed855af /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Changed version from 1.6.21 to 1.6.25 (diff) | |
download | linux-dev-5951cf9495bcd2d6beee8c9e5b08671b7e540e4f.tar.xz linux-dev-5951cf9495bcd2d6beee8c9e5b08671b7e540e4f.zip |
i40e: use unsigned printf format specifier for active_filters count
Replace the %d specifier used for printing vsi->active_filters and
vsi->promisc_threshold with an unsigned %u format specifier. While it is
unlikely in practice that these values will ever reach such a large
number they are unsigned values and thus should not be interpreted as
negative numbers.
Change-ID: Iff050fad5a1c8537c4c57fcd527441cd95cfc0d4
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions