You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The net-early-admin script currently sets the MTU on an aggr without setting it on the underlying NICs. This works with some NIC drivers, but not all -- in particular, it won't work with mlxcx since the aggr has already brought the rings up by the time this runs (and mlxcx doesn't support MTU changes after ring startup)
The text was updated successfully, but these errors were encountered:
arekinath
added a commit
to arekinath/illumos-joyent
that referenced
this issue
Dec 16, 2020
The
net-early-admin
script currently sets the MTU on an aggr without setting it on the underlying NICs. This works with some NIC drivers, but not all -- in particular, it won't work withmlxcx
since the aggr has already brought the rings up by the time this runs (andmlxcx
doesn't support MTU changes after ring startup)The text was updated successfully, but these errors were encountered: