diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2017-02-07 01:38:39 +0300 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2017-03-21 02:45:20 +0300 |
commit | 8ce43dce6f272202dcd127e0e288b37277ca87dd (patch) | |
tree | 96d894b974a0a111c983f4ee06ada5beccf6fba3 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | fe0b0cd97b4f210ecd1693edba6eec10820e11f2 (diff) | |
download | linux-8ce43dce6f272202dcd127e0e288b37277ca87dd.tar.xz |
i40e: don't use arrays for (src|dst)_ip
The code originally included src_ip and dst_ip with enough space to
support ipv6 filters. However, no actual support for ipv6 filters has
been implemented. Thus, remove the arrays and just use __be32 values.
Should ipv6 support be added in the future, we can replace these with
a union that has sizes for both values.
Change-Id: I1bc04032244a80eb6ebc8a4e6c723a4a665c1dd5
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/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions