diff options
author | David S. Miller <davem@davemloft.net> | 2017-08-07 23:18:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-07 23:18:01 +0200 |
commit | 2f23678c28c24cc692e2c8dc3ee9aeb3640d18b3 (patch) | |
tree | 5812c1a71068c828e4074c5dd3e853bc5442afb3 /drivers/net/ethernet/hisilicon | |
parent | Merge branch 'ipv6-sr-add-support-for-advanced-local-segment-processing' (diff) | |
parent | net: dsa: lan9303: refactor lan9303_get_ethtool_stats (diff) | |
download | linux-2f23678c28c24cc692e2c8dc3ee9aeb3640d18b3.tar.xz linux-2f23678c28c24cc692e2c8dc3ee9aeb3640d18b3.zip |
Merge branch 'Refactor-lan9303_xxx_packet_processing'
Egil Hjelmeland says:
====================
Refactor lan9303_xxx_packet_processing
This series is purely non functional.
It changes the lan9303_enable_packet_processing,
lan9303_disable_packet_processing() to pass port number (0,1,2) as
parameter instead of port offset. This aligns them with
other functions in the module, and makes it possible to simplify the code.
The lan9303_enable_packet_processing, lan9303_disable_packet_processing
functions operate on port. Therefore rename the functions to reflect that
as well.
Reviewer pointed out lan9303_get_ethtool_stats would be better off with
the use of a lan9303_read_switch_port(). So that was added to the series.
Changes v3 -> v4:
- Whitespace adjustments.
Changes v2 -> v3:
- Patch 1: Removed the change in lan9303_get_ethtool_stats
- Added patch 4: rename lan9303_xxx_packet_processing
- Added patch 5: refactor lan9303_get_ethtool_stats
Changes v1 -> v2:
- introduced lan9303_write_switch_port() in first patch
- inserted LAN9303_NUM_PORTS patch
- Use LAN9303_NUM_PORTS in last patch. Plus whitespace change.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/hisilicon')
0 files changed, 0 insertions, 0 deletions