diff options
author | Jacob Keller <[email protected]> | 2017-02-06 14:38:39 -0800 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2017-03-20 16:45:20 -0700 |
commit | 8ce43dce6f272202dcd127e0e288b37277ca87dd (patch) | |
tree | 96d894b974a0a111c983f4ee06ada5beccf6fba3 /tools/perf/util/c++/clang.cpp | |
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 <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang.cpp')
0 files changed, 0 insertions, 0 deletions