mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
ETHTOOL Ring option is not supported by NetworkManager until
NM 1.25.2. Currently, ETHTOOL Ring option is not suppored by
Network role, so enable the support for ETHTOOL Ring option.
Configure ethtool ring option via:
```yaml
network_connections:
- name: testnic1
type: ethernet
state: up
ip:
dhcp4: no
auto6: no
ethtool:
ring:
rx: 128
rx_jumbo: 128
rx_mini: 128
tx: 128
```
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
|
||
|---|---|---|
| .. | ||
| bond_simple.yml | ||
| bond_with_vlan.yml | ||
| bridge_with_vlan.yml | ||
| down_profile.yml | ||
| dummy_simple.yml | ||
| eth_dns_support.yml | ||
| eth_simple_auto.yml | ||
| eth_with_802_1x.yml | ||
| eth_with_vlan.yml | ||
| ethtool_coalesce.yml | ||
| ethtool_features.yml | ||
| ethtool_features_default.yml | ||
| ethtool_ring.yml | ||
| infiniband.yml | ||
| inventory | ||
| ipv6_disabled.yml | ||
| macvlan.yml | ||
| remove+down_profile.yml | ||
| remove_profile.yml | ||
| roles | ||
| team_simple.yml | ||
| wireless_wpa_psk.yml | ||