From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: plumbing say test-pmd for non-Intel NICs(drivers) Date: Wed, 29 May 2013 17:24:53 +0200 Message-ID: <201305291724.53386.thomas.monjalon@6wind.com> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: somnath kotur Return-path: In-Reply-To: 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, 29/05/2013 10:27, somnath kotur : > Pls pardon me if this has been asked/addressed in another thread. Just > wanted to know what i need to do if i wanted to plumb my non-Intel 10G NIC > into the DPDK , For instance just into the test-pmd framework would also be > fine ? > Any pointers /tips welcome? The main pointer is the doc about the PMD API (called ethdev). In short, a PMD driver should implement these services (dev_ops): http://dpdk.org/doc/api/structeth__dev__ops.html Don't hesitate to send your patches here to have reviews and integration. -- Thomas