diff options
| author | Luis Henriques <[email protected]> | 2016-02-08 22:27:04 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2016-03-01 19:27:20 +1100 |
| commit | 497abcf6afe2d85f047fbf137388dbb63d2528f9 (patch) | |
| tree | 2a250c0842f44b002e8e1e50ae2352135847015d /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 8daf51f55febbc755fe20e74320a194e175811a9 (diff) | |
powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h>
Instead of defining a local version of struct ethhdr use the standard
definition from <linux/if_ether.h>.
The fields in the <linux/if_ether.h> definition have different names:
- dest -> h_dest
- src -> h_source
- type -> h_proto
While there, use a few other standard functions/macros:
- eth_broadcast_addr (instead of a memset)
- ETH_ALEN
- ETH_P_8021Q
Signed-off-by: Luis Henriques <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions