diff options
| author | Doug Berger <[email protected]> | 2019-12-17 16:51:11 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-12-19 18:11:10 -0800 |
| commit | f63db4efdd50a2b67b97336fde67661af8af112b (patch) | |
| tree | 5619727d19c470dd6ed5d119b6f78d61dfd89e89 /tools/perf/scripts/python | |
| parent | 810155397890ecdea23868ef0ed10cb80134997f (diff) | |
net: bcmgenet: Refactor bcmgenet_set_features()
In preparation for unconditionally enabling TX and RX checksum
offloads, refactor bcmgenet_set_features() a bit such that
__netdev_update_features() during register_netdev() can make sure
that features are correctly programmed during network device
registration.
Since we can now be called during register_netdev() with clocks
gated, we need to temporarily turn them on/off in order to have a
successful register programming.
We also move the CRC forward setting read into
bcmgenet_set_features() since priv->crc_fwd_en matters while
turning on RX checksum offload, that way we are guaranteed they
are in sync in case we ever add support for NETIF_F_RXFCS at some
point in the future.
Signed-off-by: Doug Berger <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions