<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <div class="moz-cite-prefix">On 06/03/2013 07:26 PM, Stephen
      Hemminger wrote:<br>
    </div>
    <blockquote
      cite="mid:20130603102629.713d917c@nehalam.linuxnetplumber.net"
      type="cite">
      <pre wrap="">There is nothing that says a PMD could load a second module, but why not put
that special case code in the the driver. Or make it a list of strings.</pre>
    </blockquote>
    There is nothing that says anything about PMD and loading a single
    module. However, the Getting Started Guide refers to "dymanic kernel
    tweaks" citing "modules", all in a plural form:<br>
    <i>"Running an Intel®DPDK application requires some kernel
      configuration customization (done at build time) and some dynamic
      kernel tweaks (<span class="highlight selected">module</span>s,
      procfs).</i>"<br>
    <br>
    A list of strings can be implemented using a "null terminated
    array", as suggested in my review. So yes, it could be a good
    solution.<br>
    <br>
    -- <br>
    Damien Millescamps<br>
  </body>
</html>