Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-27 Thread Burakov, Anatoly
On 27-May-20 7:04 AM, oulijun wrote: 在 2020/5/26 17:24, Burakov, Anatoly 写道: On 26-May-20 4:50 AM, oulijun wrote: Hi,     I have update the code into 20.05-rc2. However, the l3fwd-power startup fail. [root@centos-C3 build]# l3fwd-power -w :7d:00.1  -c 0xc00 -n 4 -- -P -p 0x01 --co

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-27 Thread Hunt, David
On 27/5/2020 7:10 AM, oulijun wrote: 在 2020/5/26 16:36, Hunt, David 写道: Hi Lijun, On 26/5/2020 4:50 AM, oulijun wrote: Hi,    I have update the code into 20.05-rc2. However, the l3fwd-power startup fail. [root@centos-C3 build]# l3fwd-power -w :7d:00.1  -c 0xc00 -n 4 -- -P -p 0x

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-26 Thread oulijun
在 2020/5/26 16:36, Hunt, David 写道: Hi Lijun, On 26/5/2020 4:50 AM, oulijun wrote: Hi, I have update the code into 20.05-rc2. However, the l3fwd-power startup fail. [root@centos-C3 build]# l3fwd-power -w :7d:00.1 -c 0xc00 -n 4 -- -P -p 0x01 --config '(0,0,27)' --parse-ptype

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-26 Thread oulijun
在 2020/5/26 17:24, Burakov, Anatoly 写道: On 26-May-20 4:50 AM, oulijun wrote: Hi, I have update the code into 20.05-rc2. However, the l3fwd-power startup fail. [root@centos-C3 build]# l3fwd-power -w :7d:00.1 -c 0xc00 -n 4 -- -P -p 0x01 --config '(0,0,27)' --parse-ptype EAL: D

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-26 Thread Burakov, Anatoly
On 26-May-20 4:50 AM, oulijun wrote: Hi,    I have update the code into 20.05-rc2. However, the l3fwd-power startup fail. [root@centos-C3 build]# l3fwd-power -w :7d:00.1  -c 0xc00 -n 4 -- -P -p 0x01 --config '(0,0,27)' --parse-ptype EAL: Detected 128 lcore(s) EAL: Detected 4 NUMA no

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-26 Thread oulijun
在 2020/5/26 16:36, Hunt, David 写道: Hi Lijun, On 26/5/2020 4:50 AM, oulijun wrote: Hi, I have update the code into 20.05-rc2. However, the l3fwd-power startup fail. [root@centos-C3 build]# l3fwd-power -w :7d:00.1 -c 0xc00 -n 4 -- -P -p 0x01 --config '(0,0,27)' --parse-ptype

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-26 Thread Hunt, David
Hi Lijun, On 26/5/2020 4:50 AM, oulijun wrote: Hi,    I have update the code into 20.05-rc2. However, the l3fwd-power startup fail. [root@centos-C3 build]# l3fwd-power -w :7d:00.1  -c 0xc00 -n 4 -- -P -p 0x01 --config '(0,0,27)' --parse-ptype --snip-- POWER: Attempting to initi

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-25 Thread oulijun
Hi, I have update the code into 20.05-rc2. However, the l3fwd-power startup fail. [root@centos-C3 build]# l3fwd-power -w :7d:00.1 -c 0xc00 -n 4 -- -P -p 0x01 --config '(0,0,27)' --parse-ptype EAL: Detected 128 lcore(s) EAL: Detected 4 NUMA nodes EAL: Multi-process socket /var/run/

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-22 Thread Hunt, David
On 22/5/2020 9:17 AM, oulijun wrote: 在 2020/5/20 15:22, David Marchand 写道: Hello, On Wed, May 20, 2020 at 5:18 AM oulijun wrote: I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-22 Thread Burakov, Anatoly
On 22-May-20 9:17 AM, oulijun wrote: 在 2020/5/20 15:22, David Marchand 写道: Hello, On Wed, May 20, 2020 at 5:18 AM oulijun wrote: I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert th

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-22 Thread oulijun
在 2020/5/20 15:22, David Marchand 写道: Hello, On Wed, May 20, 2020 at 5:18 AM oulijun wrote: I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert the patch(33666b4 service: fix crash on

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-21 Thread Burakov, Anatoly
On 21-May-20 2:26 AM, oulijun wrote: 在 2020/5/20 17:45, Burakov, Anatoly 写道: On 20-May-20 4:18 AM, oulijun wrote: Hi, David Marchand && guys     I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread oulijun
在 2020/5/20 17:45, Burakov, Anatoly 写道: On 20-May-20 4:18 AM, oulijun wrote: Hi, David Marchand && guys I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert the patch(33666b4 service:

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread Burakov, Anatoly
On 20-May-20 9:41 AM, oulijun wrote: 在 2020/5/20 15:22, David Marchand 写道: Hello, On Wed, May 20, 2020 at 5:18 AM oulijun wrote: I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert th

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread Burakov, Anatoly
On 20-May-20 4:18 AM, oulijun wrote: Hi, David Marchand && guys    I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert the patch(33666b4 service: fix crash on exit) and it is ok. the log a

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread David Marchand
On Wed, May 20, 2020 at 10:41 AM oulijun wrote: > the log as follows when it not works: > L3FWD_POWER: lcore 27 sleeps until interrupt triggers > ^CPOWER: Power management governor of lcore 26 has been set back to > successfully > POWER: Power management of lcore 26 has exited from 'userspace' mod

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread oulijun
在 2020/5/20 15:22, David Marchand 写道: Hello, On Wed, May 20, 2020 at 5:18 AM oulijun wrote: I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert the patch(33666b4 service: fix crash on

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-20 Thread David Marchand
Hello, On Wed, May 20, 2020 at 5:18 AM oulijun wrote: > I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and > found that after starting l3fwd-power, > > using ctrl+c cannot force quit. But I revert the patch(33666b4 service: > fix crash on exit) and it is ok. We had a fix in

[dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-19 Thread oulijun
Hi, David Marchand && guys I am using 20.05-rc2 version to test based on HNS3 NIC hardware, and found that after starting l3fwd-power, using ctrl+c cannot force quit. But I revert the patch(33666b4 service: fix crash on exit) and it is ok. the log as follows: Initializing rx queues on l