> -----Original Message----- > From: Varghese, Vipin > Sent: Tuesday, February 6, 2018 2:09 PM > To: dev@dpdk.org; Mcnamara, John <john.mcnam...@intel.com> > Cc: sta...@dpdk.org; Kovacevic, Marko <marko.kovace...@intel.com>; > Varghese, Vipin <vipin.vargh...@intel.com> > Subject: [PATCH v2] doc: update the usage for shared library > > Add note information to intimate about use of option '-d' for shared > library in DPDK application. > > Signed-off-by: Vipin Varghese <vipin.vargh...@intel.com> > --- > > V2 Changes: > - updated the space - John > - updated testpmd to dpdk-testpmd - John
Hi, It should be the other way around. dpdk-testpmd should be changed to testpmd: > + > + When ``dpdk-testpmd`` is built with shared library, use option ``- > d`` to > + load the dynamic PMD for ``rte_eal_init``.