Re: [dpdk-dev] [PATCH v2] app/testpmd: fix missing set for current forward engine

2020-07-15 Thread Phil Yang
om > > Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix missing set for current > > forward engine > > > > 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 ex

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix missing set for current forward engine

2020-07-02 Thread Phil Yang
> > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, > please notify the sender immediately and do not disclose the contents to any > other person, use it for any purpose, or store or copy the

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix missing set for current forward engine

2020-07-02 Thread Phil Yang
awei.com > Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix missing set for current > forward engine > > 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

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix missing set for current forward engine

2020-07-02 Thread Wisam Monther
Hi, >-Original Message- >From: dev On Behalf Of Lijun Ou >Sent: Wednesday, July 1, 2020 10:43 AM >To: wenzhuo...@intel.com; beilei.x...@intel.com; >bernard.iremon...@intel.com; ferruh.yi...@intel.com >Cc: dev@dpdk.org; linux...@huawei.com >Subject: [dpdk-dev] [PATCH

[dpdk-dev] [PATCH v2] app/testpmd: fix missing set for current forward engine

2020-07-01 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