Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assigning Parameters for Physical NIC Devices in bf_switchd. #85

Open
PLizolan opened this issue Dec 17, 2022 · 0 comments
Open

Assigning Parameters for Physical NIC Devices in bf_switchd. #85

PLizolan opened this issue Dec 17, 2022 · 0 comments

Comments

@PLizolan
Copy link

Hello,
Does anyone know if there is any way to pass operating parameters (mtu, bsize ...) to the network card to be linked in the BF_Switchd through the .json file for port configuration?
If yes, how?
Or if there is any other way to do this with bf_Switchd running.
Note: I use an Intel 82599ES 10-Gigabit SFI/SFP+ network card linked in 'link' mode.
My port configuration is the one below, I believe I can assign these parameters in "link_port_attributes", but how/which ones are accepted?
{
"ports": [
{
"dev_port": 0,
"port_name": "LINK0",
"mempool_name": "MEMPOOL0",
"port_dir": "default",
"port_in_id": 0,
"pipe_in": "pipe",
"port_out_id": 0,
"pipe_out": "pipe",
"port_type": "link",
"net_port" : 0,
"link_port_attributes": {
"pcie_bdf": "0000:b3:00.0"
}
}
]

Grateful.

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

No branches or pull requests

1 participant