Re: [dpdk-dev] [PATCH] app/testpmd: update uninitialized member when set fwd mode

2020-06-30 Thread Wisam Monther
Hi Lijun, >-Original Message- >From: dev On Behalf Of Lijun Ou >Sent: Tuesday, June 30, 2020 4:25 PM >To: dev@dpdk.org; ferruh.yi...@intel.com >Cc: linux...@huawei.com >Subject: [dpdk-dev] [PATCH] app/testpmd: update uninitialized member >when set fwd mode T

[dpdk-dev] [PATCH] app/testpmd: update uninitialized member when set fwd mode

2020-06-30 Thread Lijun Ou
When set the forwarding mode of the pkt, it needs to update the fwd_eng that it is the member of cur_fwd_config. Otherwise, an error will occur when executing the set command and show confg fwd. the flows as follows: 1. ./tespmd -w xxx -l xx -n 4 -- i 2. set fwd mac testpmd> set fwd mac