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

[APL][IO Mediator] Remove unused netmap/vale in virtio-net #1313

Closed
mwang106 opened this issue Sep 21, 2018 · 1 comment
Closed

[APL][IO Mediator] Remove unused netmap/vale in virtio-net #1313

mwang106 opened this issue Sep 21, 2018 · 1 comment
Labels
status: closed The issue been closed type: feature New feature
Milestone

Comments

@mwang106
Copy link
Contributor

Remove unused netmap/vale

@mwang106 mwang106 added type: feature New feature status: new The issue status: new for creation labels Sep 21, 2018
@mwang106
Copy link
Contributor Author

mwang106 commented Sep 21, 2018

[External_System_ID] ACRN-2151

ssqre added a commit to acrn-project/acrn-hypervisor that referenced this issue Sep 21, 2018
Netmap/vale attempts to speed up network communication by bypassing the
TCP/IP network stack, which requires patching the physical NIC driver so
that applications developed based on netmap can interact directly with
the physical NIC driver. It may make sense for some specific scenarios
which requres very high bandwith (10Gb/s or 100Gb/s), we can even put up
with the complexity and compatibility introduced by this techology.
However for ACRN, a virtualization solution for IoT, there is no need to
support this backend. For 1Gb NICs or below, the VBS-U/tap solution
can already achieve near-native bandwidth. To keep simplicity and
improve compatibility, remove the netmap/vale support in dm.

Tracked-On: projectacrn#1313

Signed-off-by: Jie Deng <jie.deng@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
lijinxia pushed a commit that referenced this issue Sep 25, 2018
Netmap/vale attempts to speed up network communication by bypassing the
TCP/IP network stack, which requires patching the physical NIC driver so
that applications developed based on netmap can interact directly with
the physical NIC driver. It may make sense for some specific scenarios
which requres very high bandwith (10Gb/s or 100Gb/s), we can even put up
with the complexity and compatibility introduced by this techology.
However for ACRN, a virtualization solution for IoT, there is no need to
support this backend. For 1Gb NICs or below, the VBS-U/tap solution
can already achieve near-native bandwidth. To keep simplicity and
improve compatibility, remove the netmap/vale support in dm.

Tracked-On: #1313

Signed-off-by: Jie Deng <jie.deng@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
@mwang106 mwang106 closed this as completed Nov 9, 2018
@mwang106 mwang106 added status: closed The issue been closed and removed status: new The issue status: new for creation labels Nov 9, 2018
@hwang37 hwang37 added this to the v0.3 milestone Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: closed The issue been closed type: feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants