From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: DPDK support for on system bus connected embedded MAC Date: Sat, 06 Aug 2016 15:19:16 +0200 Message-ID: <4754358.nsHyY6Cnb9@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jan Viktorin To: Venkat Karthik K Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 20E1E5939 for ; Sat, 6 Aug 2016 15:19:21 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id i5so71352998wmg.0 for ; Sat, 06 Aug 2016 06:19:21 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 2016-08-05 16:26, Venkat Karthik K: > Hello, > > I am planning to develop Poll Mode Driver for new embedded MAC which is > connected on system bus. Could you please provide more details about what you are working on? > I am looking into available poll mode drivers > support for different Network cards in DPDK 16.07 package but all of them > are connected and managed by PCI bus. Yes, DPDK was historically PCI-centric. The release 16.11 will see a good rework of the device management and it could hopefully be possible to implement PMDs for other buses. > Is there DPDK support for embedded Ethernet/MAC which is connected on > system bus , please point me support which will help a lot for my > development . Please check the work of Jan Viktorin: http://dpdk.org/dev/patchwork/project/dpdk/list/?submitter=292&state=* Some review would be welcome :) Thanks