-
Notifications
You must be signed in to change notification settings - Fork 536
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
Adding in support for Azure Netvsc. #960
Comments
There are two approaches.
The second approach is using the sources from the running kernel, and still ofc applying a patch. The problem is that there are so many versions of the driver that you need to prepare many patches, and this is complex. Also, for the case of virtio-net the driver evolves very quickly, so that the problem becomes even worse. |
Ok, thanks for replying. |
Would it be possible to use the AWS ENA files as a reference to the modify the Azure MANA files? This avoids modifying the Netmap files from the looks of it. The reason asking of this, is that for FreeBSD, the ENA files have Netmap coding within them, thus allows Netmap to support ENA. I assume that would be the second approach method that was mentioned. |
It is possibile. And yes, that would be the second approach. I thought you wanted to work on Linux, so my answer was set on this assumption. |
We're attempting to get Suricata with Netmap to perform in Azure and I have checked with the net and of the issues here with regards to it, with one in 2017 (closed). That one mentioned of referring to virtio-net as an example. We're willing to do the coding/testing (and provide the files as well) to implement it with Netmap, just need some guidance as to which files to create.
Performance wise is to work with the possible high Gbps for Azure.
The text was updated successfully, but these errors were encountered: