cloudius-systems / osv

OSv, a new operating system for the cloud.
osv.io
Other
4.08k stars 602 forks source link

virtio-net slow path #177

Open vladzcloudius opened 10 years ago

vladzcloudius commented 10 years ago

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 commented 10 years ago

@vladzcloudius is this still open ?

vladzcloudius commented 10 years ago

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 https://github.com/cloudius-systems/osv/issues/177#issuecomment-50732485.

wkozaczuk commented 2 years ago

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