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

tools: fix order of nuse_vif_netmap_init() Issue #15 #20

Closed
wants to merge 6 commits into from
Closed

tools: fix order of nuse_vif_netmap_init() Issue #15 #20

wants to merge 6 commits into from

Conversation

slfmessi
Copy link

As Isuue #15 reported, ping or Iperf can not sending or receiving packets at this commit when vif type is NETMAP, this commit can fix this problem.

@thehajime
Copy link
Member

I believe your added line __define_initcall(nuse_vif_netmap_init, 1) is not related to the issue #15, though there are a couple of similar lines in other nuse-vif-* files.

The original issue of #15 was fixed by reordering the .o files, which we don't need to use ___define_initcall for the same purpose.

Did you see any improvement with this additional line ?

@slfmessi
Copy link
Author

@thehajime Well, I just checked it again and found it was my fault. Sorry for that.

@slfmessi slfmessi closed this Jun 21, 2015
@vincentmli vincentmli mentioned this pull request Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants