On Fri, Oct 18, 2013 at 1:40 PM, Gal Sagie <gal.sagie at gmail.com> wrote:
> You need to make sure you don't bind the ssh interface to DPDK > (If you are using version prior to DPDK1.4 you need to blacklist your ssh > interface before running the example > you can see how here => > https://github.com/anttikantee/dpdk-rumptcpip/wiki/DPDK-important-points) > > > Gal. > > > > > Hi Gal Yes, I took care of this bind in the file, but still I am observing the problem. dpdk-rumptcpip-master/src/libdpdkif/rumpcomp_user.c /* change blacklist parameters (-b) if necessary */ static const char *ealargs[] = { "if_dpdk", "-b 0000:02:00.0", --> edited this line. *lspci output * 0000:02:00.0 --> ssh connection 0000:02:00.1 --> DPDK -- Regards Gopi Krishna