> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, December 19, 2016 4:34 PM > To: Mcnamara, John <john.mcnam...@intel.com> > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com> > Subject: [PATCH] doc: simplify L3fwd user guide examples > > L3 Forwarding sample app user guides have some inconsistencies between the > example command line and the configuration table. > Also, they were showing too complicated configuration, using two different > NUMA nodes for two ports, which will probably lead to performance drop due > to use cross-socket channel. > > This patch simplifies the configuration of these examples, by using a > single NUMA node and a single queue per port. > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Acked-by: John McNamara <john.mcnam...@intel.com>