From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivano Cerrato <8002onavi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Subject: Re: veth interfaces Date: Fri, 30 May 2014 09:02:29 +0200 Message-ID: <53882D05.9040407@gmail.com> References: <53847C06.3060803@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <53847C06.3060803-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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, I apologize for the imprecise email I sent, and now I try to be more specific about what I would like to do. I have a module that receives traffic from the network using DPDK and, based on the packet content, should provide packets to the proper Docker container. Docker containers receive packets through a veth interface. Can I use DPDK features, in particular the KNI, to send packets on a veth interface? If the KNI is not appropriate, is there something else that I could use? Regards, Ivano