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

virtio-net slow path #177

Open
vladzcloudius opened this issue Jan 20, 2014 · 3 comments
Open

virtio-net slow path #177

vladzcloudius opened this issue Jan 20, 2014 · 3 comments
Labels

Comments

@vladzcloudius
Copy link

There is a huge hole in the slow path (SP) area in the virtio-net driver (e.g. if_ioctl() SIOCSIFMTU does nothing).
Not only the appropriate SP code is missing, the fast path code is missing the appropriate hooks to stop/start itself which is a frequent demand as a final stage of a slow path command that changes the interface configuration like in the SIOCSIFMTU case.

@slivne
Copy link
Contributor

slivne commented Jul 31, 2014

@vladzcloudius is this still open ?

@vladzcloudius
Copy link
Author

On Thu Jul 31 11:38:58 2014, slivne wrote:

@vladzcloudius https://github.com/vladzcloudius is this still open ?

Yep


Reply to this email directly or view it on GitHub
#177 (comment).

@wkozaczuk
Copy link
Collaborator

I think this may be partially addressed by this commit in the Spirent fork. Also, see #1197

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

No branches or pull requests

3 participants