Re: [dpdk-dev] [PATCH v3] lib/librte_vhost: move fdset_del out of conn_mutex

2018-01-17 Thread
Hi Yuanhan, Huawei, Can you please spare some time for code review? Thanks. Br, Zhike -Original Message- From: 王志克 Sent: Tuesday, January 02, 2018 6:09 PM To: dev@dpdk.org Cc: 王志克 Subject: [PATCH v3] lib/librte_vhost: move fdset_del out of conn_mutex From: wang zhike v3: * Fix

[dpdk-dev] OVS+DPDK: deadlock and race condtion, which leads OVS deadlock or crash

2018-01-23 Thread
348 #12 0x7febfb9b6dc5 in start_thread () from /lib64/libpthread.so.0 #13 0x7febfaf9921d in clone () from /lib64/libc.so.6 (gdb) n So now I believe it is hard to fix the issues insides the modules, and I would like to present identified issues, and want to hear your proposal or fix. Br,

[dpdk-dev] long initialization of rte_eal_hugepage_init

2017-09-05 Thread
Hi All, I observed that rte_eal_hugepage_init() will take quite long time if there are lots of huge pages. Example I have 500 1G huge pages, and it takes about 2 minutes. That is too long especially for application restart case. If the application only needs limited huge page while the host hav

Re: [dpdk-dev] long initialization of rte_eal_hugepage_init

2017-09-05 Thread
riginal Message- From: Tan, Jianfeng [mailto:jianfeng@intel.com] Sent: Wednesday, September 06, 2017 12:36 PM To: 王志克; us...@dpdk.org; dev@dpdk.org Subject: RE: long initialization of rte_eal_hugepage_init > -Original Message- > From: users [mailto:users-boun...@dpdk.org

Re: [dpdk-dev] long initialization of rte_eal_hugepage_init

2017-09-05 Thread
ls new allocated (huge) pages with zeros. DPDK just has to populate page tables to trigger the allocation. Signed-off-by: Zhihong Wang Acked-by: Stephen Hemminger From: Stephen Hemminger [mailto:step...@networkplumber.org] Sent: Wednesday, September 06, 2017 12:24 PM To: 王志克 Cc: dev@dp

Re: [dpdk-dev] long initialization of rte_eal_hugepage_init

2017-09-06 Thread
Thanks Jianfeng for your suggestion. I get the point. Br, Wang Zhike -Original Message- From: Tan, Jianfeng [mailto:jianfeng@intel.com] Sent: Wednesday, September 06, 2017 3:18 PM To: 王志克; us...@dpdk.org; dev@dpdk.org Subject: RE: long initialization of rte_eal_hugepage_init

Re: [dpdk-dev] long initialization of rte_eal_hugepage_init

2017-09-06 Thread
Thanks Sergio. It really helps. Br, Wang Zhike -Original Message- From: Sergio Gonzalez Monroy [mailto:sergio.gonzalez.mon...@intel.com] Sent: Wednesday, September 06, 2017 3:37 PM To: Pavan Nikhilesh Bhagavatula; 王志克 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] long initialization of

[dpdk-dev] net/virtio: fix vector Rx break caused by rxq flushing

2017-12-29 Thread
Hi tiwei, Can you please provide a patch for 16.11.4? Thanks. Br, Wang Zhike

Re: [dpdk-dev] net/virtio: fix vector Rx break caused by rxq flushing

2018-01-03 Thread
to applications. Otherwise it will lead to incorrect packet collection for port state. This patch fixes this issue by flushing the Rx queues when starting the device. Br, Wang Zhike -Original Message- From: Tiwei Bie [mailto:tiwei@intel.com] Sent: Saturday, December 30, 2017 12:02 PM

Re: [dpdk-dev] [PATCH] net/virtio: init MTU in case no control channel

2018-01-04 Thread
Thanks. I just changed the signed-off from wangzhike to "zhike wang". Zhike is given name, while wang is family name. Br, Zhike -Original Message- From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] Sent: Thursday, January 04, 2018 11:16 PM To: Thomas Monjalon; Yuanha

Re: [dpdk-dev] [PATCH] mempool: return ENOMEM if initial alloc size can not be satisfied

2020-07-10 Thread
Beichen West Street,Chaoyang District Beijing Https://JDCloud.com -Original Message- From: Andrew Rybchenko [mailto:arybche...@solarflare.com] Sent: Friday, July 03, 2020 5:23 PM To: 王志克; dev

Re: [dpdk-dev] [ovs-dev] [PATCH] vhost: return -EAGAIN during unregistering vhost if it is busy.

2020-05-06 Thread
uelin" wrote: > > >On 3/18/20 4:31 AM, 王志克 wrote: >> Involve openvswitch group since this fix is highly coupled with OVS. >> welcome comment. >> At 2020-03-12 17:57:19, "Zhike Wang" wrote: >>> The vhost_user_read_cb() and rte_vhost_driver_unre

Re: [dpdk-dev] [PATCH] net/i40e: fix X722 judgement when disable adminq operation

2020-03-12 Thread
[mailto:wangzk...@163.com] On Behalf Of Zhike Wang Sent: Thursday, January 16, 2020 9:20 AM To: dev@dpdk.org Cc: beilei.x...@intel.com; qi.z.zh...@intel.com; sta...@dpdk.org; 王志克 Subject: [PATCH] net/i40e: fix X722 judgement when disable adminq operation X722 SFPs have different flavors, eg

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix X722 judgement when disable adminq operation

2020-03-17 Thread
--Original Message- From: Li, Xiaoyun [mailto:xiaoyun...@intel.com] Sent: Tuesday, March 17, 2020 9:35 AM To: Kevin Traynor; 王志克; dev@dpdk.org Cc: Xing, Beilei; Zhang, Qi Z; sta...@dpdk.org Subject: RE: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix X722 judgement when disable adminq

Re: [dpdk-dev] [PATCH] vhost: return -EAGAIN during unregistering vhost if it is busy.

2020-03-19 Thread
Involve openvswitch group since this fix is highly coupled with OVS. welcome comment. At 2020-03-12 17:57:19, "Zhike Wang" wrote: >The vhost_user_read_cb() and rte_vhost_driver_unregister() >can be called at the same time by 2 threads, and may lead to deadlock. >Eg thread1 calls >vhost_user_read_

Re: [dpdk-dev] [PATCH] vhost: fix validate_msg_fds if VHOST_USER_VRING_NOFD_MASK set.

2019-11-13 Thread
Coquelin; Zhike Wang Cc: dev; secur...@dpdk.org; 王志克; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH] vhost: fix validate_msg_fds if VHOST_USER_VRING_NOFD_MASK set. On Wed, Nov 13, 2019 at 10:53 AM Maxime Coquelin wrote: > > Hi Zhike, > > On 11/13/19 6:03 AM, Zhike Wang wro

Re: [dpdk-dev] [PATCH v2] vhost: fix vring message handling broken in some case

2019-11-14 Thread
To: Zhike Wang; dev@dpdk.org; sta...@dpdk.org; secur...@dpdk.org Cc: 王志克 Subject: Re: [dpdk-dev] [PATCH v2] vhost: fix vring message handling broken in some case Maybe change the title to something like: vhost: fix vring requests validation broken if no FD in payload On 11/13/19 12:03 PM, Zhike

Re: [dpdk-dev] [PATCH v2] vhost: fix vring message handling broken in some case

2019-11-14 Thread
: Maxime Coquelin [mailto:maxime.coque...@redhat.com] Sent: Thursday, November 14, 2019 6:24 PM To: 王志克; Zhike Wang; dev@dpdk.org; sta...@dpdk.org; secur...@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] vhost: fix vring message handling broken in some case On 11/14/19 11:16 AM, 王志克 wrote: > Tha

Re: [dpdk-dev] Why non LTM releases do not have pkg/dpdk.spec

2019-08-07 Thread
+ dev@dpdk.org From: 王志克 Sent: Monday, August 05, 2019 6:23 PM To: 'us...@dpdk.org' Subject: Why non LTM releases do not have pkg/dpdk.spec Hi, I checked the dpdk release, and found ususally LTM (eg 18.11) have pkg/dpdk.spec. For other release (eg 19.05), there is no such file. So

Re: [dpdk-dev] [PATCH] mempool: fix memory allocation in memzones during retry.

2020-07-14 Thread
Street,Chaoyang District Beijing Https://JDCloud.com -Original Message- From: Burakov, Anatoly [mailto:anatoly.bura...@intel.com] Sent: Monday, July 13, 2020 10:53 PM To: Andrew Rybchenko; 王志克

Re: [dpdk-dev] [PATCH v2] net/pcap: support snaplen option to truncate packet

2020-07-14 Thread
,Chaoyang District Beijing Https://JDCloud.com -Original Message- From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] Sent: Saturday, July 11, 2020 9:56 AM To: 王志克; dev@dpdk.org Cc