You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All currently supported Firecracker versions (v1.7, v1.8, v1.9) experience error messages: Failed to write to tap: Os { code: 22, kind: InvalidInput, message: "Invalid argument" } and regressed performance on TX path when running on host kernels starting from v6.1.103 up to v6.1.106.
The root cause of the issue is related to the backport of the commit in the linux kernel 6.1 tree, which was fixed later on by the commit present in the kernel v6.1.107 and onward.
If you are impacted by this issue, we suggest pinning your host kernel to a not affected version prior to v6.1.103 or past v6.1.106. Otherwise make sure the commit with a fix is present in your host kernel.