From mboxrd@z Thu Jan 1 00:00:00 1970 From: Byung-Chul So Subject: How can I get raw socket from vEth0 interface? Date: Wed, 23 Oct 2013 23:59:16 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hello everyone. Currently I'm trying to setup DPDK's KNI moudle on my x86 machine and I succeed to up vEth0 using kni module. However, I can't get raw socket from vEth0 interface because there is no sock_en file in /sys/class/net/vEth0 directory of my host linux machine. What should I do next? Should I modify linux configuration or something another? My linux version is ubuntu 13.10 server 64bit and NIC is 82574L. Best regards. ByungChul So.