> -----Original Message----- > From: Huisong Li <[email protected]> > Sent: Tuesday, April 20, 2021 17:01 > To: [email protected] > Cc: Yigit, Ferruh <[email protected]>; Li, Xiaoyun > <[email protected]>; > [email protected]; [email protected] > Subject: [PATCH V3 7/7] app/testpmd: remove redundant fwd streams > initialization > > The fwd_config_setup() is called after init_fwd_streams(). > The fwd_config_setup() will reinitialize forwarding streams. > This patch removes init_fwd_streams() from init_config(). > > Signed-off-by: Huisong Li <[email protected]> > Signed-off-by: Lijun Ou <[email protected]> > --- Agree. Seems redundant. Every fwd setup will call init_fwd_streams() again.
Acked-by: Xiaoyun Li <[email protected]>

