From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antti Kantee Subject: announcing i82540 support for DPDK Date: Thu, 23 May 2013 18:33:08 +0200 Message-ID: <519E44C4.9040408@iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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" Hi folks, I found myself last week wanting to do simple testing with DPDK, but did not possess the supported hardware and neither was the supported hardware emulated by any virtual machine I could place my hands on. I ended up hacking enough support for 82540 into DPDK to get simple packetflows going from Linux running in a VM. In case someone has similar needs, I've put the driver up on github. The driver development method was "copypaste + mangle just enough bits to get packets flowing", so it's not advisable to use the driver for anything apart from virtual machine testing. In case there are a lot of similar needs within the community, maybe the driver can even be polished up and integrated into DPDK. https://github.com/anttikantee/dpdk-wm enjoy, antti