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

aq hardware resets when attaching interface to bridge #22

Open
rys opened this issue Jan 25, 2022 · 2 comments
Open

aq hardware resets when attaching interface to bridge #22

rys opened this issue Jan 25, 2022 · 2 comments

Comments

@rys
Copy link

rys commented Jan 25, 2022

I create a bridge interface on my FreeBSD system, alongside an Intel 1G port, with the aq 0interface as the only member, in order to attach jails VMs to serve over the aq0 interface and get higher performance.

# Bridges for VMs and jails
cloned_interfaces="bridge0 bridge1"
ifconfig_bridge0="inet 192.168.0.250/24 addm igb0 up"
ifconfig_bridge1="inet 192.168.0.244/24 addm aq0 up"

However when I add a VM or jail interface to bridge1, the aq0 interface goes into reset and traffic stops. I can see the firmware reloading again from flash, but the interface never comes back up properly and traffic stops.

If I restart the whole bridge the interface gets a full reset and traffic starts again, but will stop as soon as I try and start a jail or VM attached to bridge1.

Let me know if there's any other information I can provide.

@swuensch
Copy link
Contributor

Could you please provide the versions of FreeBSD and the driver you are using? How did you install the driver: ports, pkg, clone and build from github?

@rys
Copy link
Author

rys commented Feb 1, 2022

I'm using 13.0-RELEASE-p6 on an amd64 machine, and it's the version currently provided by ports, but I'm happy to try the latest source here or the version in pkg. I'll try the current github top of tree and report back.

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

2 participants