libos-nuse / net-next-nuse

Network Stack in Userspace
Other
289 stars 67 forks source link

assign DPDK portid by configuration #14

Closed thehajime closed 9 years ago

thehajime commented 9 years ago

only PORTID=0 is available now.

upa commented 9 years ago

Configuration for dpdk will be added soon !

thehajime commented 9 years ago

yay !

upa commented 9 years ago

Added by commit https://github.com/libos-nuse/net-next-nuse/commit/eb0e0389b342f6aba62314ed490648ff858fb434

dpdk port number is specified by suffix digit of DPDK type interface name on nuse.conf because nuse_vif_create() can bring ifname onfly. I want to change this argument to struct nuse_vif_config * someday ;).

thehajime commented 9 years ago

thx. if more than two DPDK interfaces is working fine, then you can close this issue.

thehajime commented 9 years ago

confirm with two interfaces is working fine.

thehajime commented 9 years ago

btw, you can change nuse_vif_create() whenever if you want. it's an internal API.