Hi Antti, We are able to use the utilities provided by rumprun posix, We would like to know whether we have integration of this utilities with DPDK. Lets say If i want to create dpdk0 from ./bin/ifconfig utility.we are unable to do it. we have gone through sample application given in drv-netif-dpdk, where dpdk0 interface is being created by rump system calls, can we see this interfaces with rump.ifconfig utility.
can you please share your views. Regards, Manikanta. -----Antti Kantee <[email protected]> wrote: ----- To: [email protected] From: Antti Kantee <[email protected]> Date: 02/06/2015 04:03PM Subject: Re: Reg: Rump kernel + dpdk1.8.0 integration problem On 06/02/15 06:39, Gurugubelli 7/HYD/TCS wrote: > Hi All, > We are currently working on Rump Kernel+dpdk1.8.0 integration. We are able to > run sample applications provided. We have taken below reference to configure > rump server and clients . > > http://www.netbsd.org/docs/rump/sptut.html > > We would like to see the information of NIC's binded to dpdk using > rump.ifconfig utilities, which we are unable to succeed though we have > integration of dpdk with rump kernel in place. > > We would like to use rump utilities(ifconfig, ping ,..) to configure ip > address for NIC's binded to dpdk. Could someone let us know some pointers > regarding this problem. Portable builds of those programs are provided by the rumprun-posix repository at repo.rumpekrnel.org/rumprun-posix. For an example, see: http://wiki.rumpkernel.org/Repo%3A-rumprun-posix#remote-clients Notably, some of the howto's on the wiki are slightly outdated wrt the subject. They use explicit ./bin/ifconfig instead of sourcing rumpremote.sh and just running ifconfig. If someone could go over and update them to the rumpremote.sh usage, it would be most useful. e.g. http://wiki.rumpkernel.org/Howto%3A-configure-the-npf-packet-filter ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
