[dpdk-dev] ARM server+intel NIC run dpdk met error

2018-09-21 Thread wang.yong19
Hi, I tried to run dpdk testpmd on Qualcomm ARM server + intel 82599 NIC + CentOS 7.4. However, an error occured with the following output. [root@localhost app]# ./testpmd -l 4-5 -m 1024 -w :01:00.1 -- -i -a --forward-mode=io EAL: Detected 47 lcore(s) EAL: Detected 1 NUMA nodes EAL: Multi-

[dpdk-dev] Anyone who can help?

2018-03-06 Thread wang.yong19
Hi, I met a problem when i use git to get code from dpdk.org. I never met this before. Is there anyone know what happened with this? [root@localhost dpdk]# git pull fatal: unable to access 'http://dpdk.org/git/dpdk/': The requested URL returned error: 502 [root@localhost wangyong]# git clone h

[dpdk-dev] 答复: RE: [PATCH v3 1/3] net/i40e: add null point check andfix mem leak

2018-01-24 Thread wang.yong19
Hi Helin Thanks for your advice. However, it's hard to find the original patches which introduced the bug in general, especailly when the file name has changed. This may prevent us to contribute to dpdk. < 4. A 'Cc:' line is needed, if the patch should be back ported into any stable release versi

[dpdk-dev] 答复: Re: [PATCH v2 1/4] net/dpaa: add null point check and fix mem leak

2018-01-21 Thread wang.yong19
Hi, I've sent this patch again and it is accepted. The other 3 pathes have no conflict with the latest master version and the titles have described the modification of the patches. So I need not send the patches for v3, right? --origin-- From : ; to :wang.yon...