DPDK usage discussions
 help / color / mirror / Atom feed
From: "Wiles, Keith" <keith.wiles@intel.com>
To: raman geetha gopalakrishnan <glowingsun@gmail.com>
Cc: users <users@dpdk.org>
Subject: Re: [dpdk-users] Reg DPDK & PMD
Date: Wed, 8 Mar 2017 14:55:57 +0000	[thread overview]
Message-ID: <629169D5-EAC6-425D-A126-9ECB85F7EE21@intel.com> (raw)
In-Reply-To: <CABAuC=mU0o2bF-kEZ-ZV8ZOir=itzRHfmAFWOXCuVG5AKJJ5CQ@mail.gmail.com>


> On Mar 8, 2017, at 7:29 AM, raman geetha gopalakrishnan <glowingsun@gmail.com> wrote:
> 
> Hi All,
> 
> I have just rephrased by last question to understand
> 1. *what is preventing us from having a common PMD layer for all NICs and
> additional PMD specific to each NIC???*

We do have a common layer it is called the ethdev layer. The ethdev layer provides a common and generic API’s for the application to use and requires PMDs to register a set of function pointers to ethdev. These function pointers are common and generic to all of the PMDs. As for the PMDs it is impossible to have a cleaner solution unless every NIC is programmed in the same why. The two layer device model is used in just about all OS types like Linux, Windows, FreeBSD, … as this appears to be the best solution until you can get every vendor in the world to pick a single hardware interface.

> 
> Thanks
> Raman

Regards,
Keith


  reply	other threads:[~2017-03-08 14:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-08 13:29 raman geetha gopalakrishnan
2017-03-08 14:55 ` Wiles, Keith [this message]
2017-03-09  3:15   ` raman geetha gopalakrishnan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=629169D5-EAC6-425D-A126-9ECB85F7EE21@intel.com \
    --to=keith.wiles@intel.com \
    --cc=glowingsun@gmail.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).