From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-x22e.google.com (mail-ee0-x22e.google.com [IPv6:2a00:1450:4013:c00::22e]) by dpdk.org (Postfix) with ESMTP id 712DB156 for ; Fri, 18 Oct 2013 12:58:03 +0200 (CEST) Received: by mail-ee0-f46.google.com with SMTP id c13so1867757eek.5 for ; Fri, 18 Oct 2013 03:58:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=g294AVVKRGx9lhtxlsoQelF8zYPJP2FcfAOBmlEV3eo=; b=R214z7ydHUVWPNjTiJvNbC1HxR/qAag7PwTCwH7TnDdTE25zYor26x2hOeoZ+l7mgs tYvLwJXZszM5RNe3fZv/pwBCZwDsRNwHffPFoSAcy6MK9GKmNj02BQ5Ei/F88fzLA2E5 k0qp4lZqgyzdI+Vvvquf00vt/ixkg3uTNm3XZq4PdF7CZTvrSUaQY7wBHEs3A+L7myBp WLqNjWMquiVUmkc7AE2AhU1F4IyXuzVtzxq61lq65l0pAvfkOztoIXDk3A8y13VjKf4P KerIYAWThQT/61uoN0bpZ5w6yC7pChfDctYAp95wnxaEKLNPfo3XN8XBiJvjLcgDVH07 CsSQ== MIME-Version: 1.0 X-Received: by 10.14.95.137 with SMTP id p9mr1922019eef.73.1382093930857; Fri, 18 Oct 2013 03:58:50 -0700 (PDT) Received: by 10.14.219.5 with HTTP; Fri, 18 Oct 2013 03:58:50 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Oct 2013 13:58:50 +0300 Message-ID: From: Gopi Krishna B To: Gal Sagie Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] sending and receiving packets X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 10:58:03 -0000 On Fri, Oct 18, 2013 at 1:40 PM, Gal Sagie 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