From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: Fix not set need_reconfig flag when port id is RTE_PORT_ALL Date: Sat, 21 Mar 2015 00:26:31 +0100 Message-ID: <4035341.PMJpEGS0aj@xps13> References: <1426214303-12207-1-git-send-email-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Liu, Yong" 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 port id is RTE_PORT_ALL, port_id_is_invalid will also return zero. > > So this function will only set ports[255] need_reconfig flag, other ports will be > > skipped. > > > > Signed-off-by: Marvin liu > > Acked-by: Changchun Ouyang Fixes: edab33b1c01d ("app/testpmd: support port hotplug") Applied, thanks