Re: [dpdk-dev] Rx Can't receive anymore packet after received 1.5 billion packet.

2017-07-21 Thread vuonglv
- Original Message - From: "cristian dumitrescu" To: vuon...@viettel.com.vn Cc: us...@dpdk.org, dev@dpdk.org Sent: Thursday, July 20, 2017 1:43:37 AM Subject: RE: [dpdk-dev] Rx Can't receive anymore packet after received 1.5 billion packet. > -Original Message- > From: vuon..

Re: [dpdk-dev] Rx Can't receive anymore packet after received 1.5 billion packet.

2017-07-17 Thread vuonglv
On 07/17/2017 05:31 PM, cristian.dumitre...@intel.com wrote: -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of vuon...@viettel.com.vn Sent: Monday, July 17, 2017 3:04 AM Cc: us...@dpdk.org; dev@dpdk.org Subject: [dpdk-dev] Rx Can't receive anymore packet after re

[dpdk-dev] Rx Can't receive anymore packet after received 1.5 billion packet.

2017-07-16 Thread vuonglv
Hi DPDK team, Sorry when I send this email to both of group users and dev. But I have big problem: Rx core on my application can not receive anymore packet after I did the stress test to it (~1 day Rx core received ~ 1.5 billion packet). Rx core still alive but didn't receive any packet and did

[dpdk-dev] How to using add/lookup hash table in multithread environment

2017-05-04 Thread vuonglv
Hi DPDK team, I am using DPDK to build a program in multithread environment. I use 1 thread (on 1 core) to add and delete hash table key ( by rte_hash_add_key() and rte_hash_del_key() function); And use 8 thread (on 8 others core) to lookup (by rte_hash_lookup() function ). As I know, rte_hash_l