> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yong Liu > Sent: Friday, March 13, 2015 10:38 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] app/testpmd: Fix not set need_reconfig flag > when port id is RTE_PORT_ALL > > 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 <yong.liu at intel.com> >
Acked-by: Changchun Ouyang <changchun.ouyang at intel.com>