diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2017-02-06 14:38:39 -0800 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2017-03-20 16:45:20 -0700 |
commit | 8ce43dce6f272202dcd127e0e288b37277ca87dd (patch) | |
tree | 96d894b974a0a111c983f4ee06ada5beccf6fba3 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | fe0b0cd97b4f210ecd1693edba6eec10820e11f2 (diff) |
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-postgresql.py')
0 files changed, 0 insertions, 0 deletions