From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 5/5] testpmd: show topology at forwarding start Date: Thu, 16 Jun 2016 15:33:51 +0200 Message-ID: <2649028.xmF3JGpAO2@xps13> References: <1462488421-118990-1-git-send-email-zhihong.wang@intel.com> <1465945686-142094-6-git-send-email-zhihong.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Wang, Zhihong" , dev@dpdk.org, "Ananyev, Konstantin" , "Richardson, Bruce" To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 98764C69E for ; Thu, 16 Jun 2016 15:33:53 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id a66so58369526wme.0 for ; Thu, 16 Jun 2016 06:33:53 -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" 2016-06-16 11:09, De Lara Guarch, Pablo: > > --- a/app/test-pmd/testpmd.c > > +++ b/app/test-pmd/testpmd.c > > @@ -1016,6 +1016,7 @@ start_packet_forwarding(int with_tx_first) > > flush_fwd_rx_queues(); > > > > fwd_config_setup(); > > + fwd_config_display(); > > rxtx_config_display(); > > > > for (i = 0; i < cur_fwd_config.nb_fwd_ports; i++) { > > -- > > 2.5.0 > > Already acked this, but note that fwd_config_display() has been renamed to pkt_fwd_config_display(). > Thomas, can you make that change when merging this? Yes done :)