From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] testpmd: bond port creation did not enable bond port Date: Mon, 09 Mar 2015 11:40:37 +0100 Message-ID: <1481310.VIHtP7itr9@xps13> References: <1425627539-8364-1-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Jastrzebski, MichalX K" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > When invoking creation of bonded device using: > > create bonded device mode socket in testpmd the bonded port was not > > enabled at the end of cmd_create_bonded_device_parsed function. > > This caused commands 'show port info' and 'show port stats' not working > > properly with bonding device. This patch fixed it. > > > > Signed-off-by: Michal Jastrzebski > > Acked-by: Pablo de Lara Applied, thanks