CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

Brocade Switch: Enable jumbo frames for ports #755

Open naved001 opened 7 years ago

naved001 commented 7 years ago

This was suggested by @radonm

For the other 2 switches we support, we only need to enable jumbo frames for the whole switch, which is a one time thing. But for brocade we need to do it for every port. Right now an administrator has to do it manually.

Also, Openstack can work with a standard MTU of 1500 bytes, but it is really slow so we change it to 9100 (Jumbo Frames), which means the underlying physical network's switches' should have Jump frames enabled.

Edit: changed size to 9100 after reading the comment

radonm commented 7 years ago

9100 actually

On 7.4.2017 г. 15:57 ч., Naved Ansari wrote:

This was suggested by @radonm https://github.com/radonm

For the other 2 switches we support, we only need to enable jumbo frames for the whole switch, which is a one time thing. But for brocade we need to do it for every port. Right now an administrator has to do it manually.

Also, Openstack can work with a standard MTU of 1500 bytes, but it is really slow so we change it to 9000 (Jumbo Frames), which means the underlying physical network's switches' should have Jump frames enabled.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CCI-MOC/hil/issues/755, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfSVxqunpQmr9kJWBlyTFoBoAWw7PRRks5rtpVBgaJpZM4M3UzR.

henn commented 7 years ago

This is dependent on #840.

naved001 commented 6 years ago

Just had a discussion with @radonm about jumbo frames.

@pjd-nu @okrieg @zenhack @SahilTikale @apoorvemohan curious to your thoughts.

naved001 commented 6 years ago

I had talked with @okrieg in person, and he said that we can remove this from the milestone for now unless somebody really needs it. Current strategy is that we just enable jumbo frames on all ports/switches controlled by HIL.

zenhack commented 6 years ago

Unless there's a use case for toggling jumbo frames during normal HIL operation, I'd prefer to leave it out of the API. If it's something we're just doing on-set up, that can be an independent script.