ethtool: set coalesce settings from ethtool-coalesce- term namespace
This commit is contained in:
parent
f96cb273a0
commit
3cb635b443
1 changed files with 3 additions and 0 deletions
|
@ -53,5 +53,8 @@ up)
|
|||
|
||||
dma_settings=$(gather_params ETHTOOL_DMA_RING)
|
||||
[ -z "$dma_settings" ] || $MOCK ethtool --set-ring "$IFACE" $dma_settings
|
||||
|
||||
coalesce_settings=$(gather_params ETHTOOL_COALESCE)
|
||||
[ -z "$coalesce_settings" ] || $MOCK ethtool --coalesce "$IFACE" $coalesce_settings
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue