From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rad-w2ksrv11.radcom.co.il (mail.radcom.com [80.74.109.3]) by dpdk.org (Postfix) with ESMTP id D91E99AC0; Tue, 24 Mar 2015 10:24:41 +0100 (CET) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 24 Mar 2015 11:24:44 +0200 Message-ID: <1A791056FCD70F458405B58B79F5C2F706E4AFC7@RAD-W2KSRV11.radcom.co.il> In-Reply-To: <1A791056FCD70F458405B58B79F5C2F706E4AE6C@RAD-W2KSRV11.radcom.co.il> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [dpdk-dev] dpdk kni ping answer Thread-Index: AdBlYfs+HE9gOZyPTA+QBcbpZlS4JgAseyuw References: <1A791056FCD70F458405B58B79F5C2F706E4AE6C@RAD-W2KSRV11.radcom.co.il> From: "Yaron Illouz" To: , "dev" Subject: Re: [dpdk-dev] dpdk kni ping answer 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: Tue, 24 Mar 2015 09:24:42 -0000 The source of my problem seems to be that Ethtool is not supported in VMs (VF). Is there another solution to give an ip to a dpdk port? =20 =20 -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yaron Illouz Sent: Monday, March 23, 2015 2:08 PM To: dev@dpdk.org; dev Subject: [dpdk-dev] dpdk kni ping answer Hi=20 =20 I want to give an ip to a dpdk port, because I need to receive traffic by gre replication. I though I could do it with dpdk kni (http://dpdk.org/doc/guides/prog_guide/kernel_nic_interface.html) =20 I am able to give an ip to interface vEth0, but I can't ping or ssh to the ip address. I set the ip with the following command: ifconfig vEth0 192.168.69.4 netmask 255.255.255.0 up =20 Is this something possible to do with dpdk kni? If not, what could be another solution for this. =20 =20 Regards =20