[dpdk-dev] sending and receiving packets

Gopi Krishna B gopi97468 at gmail.com
Fri Oct 18 12:58:50 CEST 2013


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


More information about the dev mailing list