Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Brocade Switch: Enable jumbo frames for ports #755

Open
naved001 opened this issue Apr 7, 2017 · 5 comments
Open

Brocade Switch: Enable jumbo frames for ports #755

naved001 opened this issue Apr 7, 2017 · 5 comments

Comments

@naved001
Copy link
Contributor

naved001 commented Apr 7, 2017

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
Copy link

radonm commented Apr 7, 2017 via email

@henn
Copy link
Contributor

henn commented Jul 25, 2017

This is dependent on #840.

@naved001 naved001 modified the milestones: 0.3, 0.4 Feb 13, 2018
@naved001
Copy link
Contributor Author

Just had a discussion with @radonm about jumbo frames.

  • Do we need to expose this via HIL at all? @radonm thinks that we should just outright enable jumbo frames on every switch/port registered in HIL. What are some real use cases that tenants/users might want to set a lower MTU? Realistically, will HIL be in an environment where hosts/switches can't work with jumbo frames?

  • @radonm suggested having this for the administrators because it can be a pain to enable jumbo frames on every switchport in a brocade fabric. We can specify the port range, but not the range for rbridge-id. Is this reason enough to have this API?

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

@naved001
Copy link
Contributor Author

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.

@naved001 naved001 removed this from the 0.4 milestone Feb 28, 2018
@naved001 naved001 removed their assignment Feb 28, 2018
@zenhack
Copy link
Contributor

zenhack commented Mar 1, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants