* [dpdk-dev] dpdk kni ping answer
@ 2015-03-23 12:07 Yaron Illouz
2015-03-24 9:24 ` Yaron Illouz
0 siblings, 1 reply; 2+ messages in thread
From: Yaron Illouz @ 2015-03-23 12:07 UTC (permalink / raw)
To: dev, dev
Hi
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)
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
Is this something possible to do with dpdk kni?
If not, what could be another solution for this.
Regards
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] dpdk kni ping answer
2015-03-23 12:07 [dpdk-dev] dpdk kni ping answer Yaron Illouz
@ 2015-03-24 9:24 ` Yaron Illouz
0 siblings, 0 replies; 2+ messages in thread
From: Yaron Illouz @ 2015-03-24 9:24 UTC (permalink / raw)
To: dev, dev
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?
-----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
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)
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
Is this something possible to do with dpdk kni?
If not, what could be another solution for this.
Regards
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-24 9:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23 12:07 [dpdk-dev] dpdk kni ping answer Yaron Illouz
2015-03-24 9:24 ` Yaron Illouz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).