[dpdk-dev] DPDK v2.1.0 tilegx on TileraMDE-4.2.2.169597

2015-09-26 Thread Arthas
Hi, Zhigang. and testpmd also can't send any packet success. Regards, Arthas -- Original -- From: "Arthas";; Date: Sat, Sep 26, 2015 10:48 PM To: "zlu"; "dev"; Subject: Re: [dpdk-dev] DPDK v2.1.0 tilegx on TileraMDE-4.2.2.169597 Hi, Zhigang, Tha

[dpdk-dev] DPDK v2.1.0 tilegx on TileraMDE-4.2.2.169597

2015-09-26 Thread Arthas
Hi, Zhigang, Thanks, I use mPIPE api can receive & send packets. but DPDK v2.1.0 with gx can't send & receive any packet. I guess hv layer dosn't see any memory pages and register change, so any edesc can't be reclaimed. Now I waiting for our tech supporter release MDE 4.3.3. Regards,

[dpdk-dev] [PATCH v2] Change rte_eal_vdev_init to update port_id

2015-09-26 Thread Tetsuya Mukawa
Hi Ravi, I am out of office now, and will be back 29th. After backing, I will check it and send reply. Tetsuya On 2015/09/24 6:22, Ravi Kerur wrote: > Hi David, Tetsuya, > > I have sent V3 (changes isolated to rte_ether component) for formal review. > Please look into it and let me know your inp

[dpdk-dev] [PATCH] eal: fix C++ build (struct member: virtual)

2015-09-26 Thread Christoph Gysin
'virtual' is a keyword and can't be used if the code is to compile with C++ compilers. If rte_devargs.h was included in C++ code, compilation with clang++ failed with an error. g++ did not fail, but only because of a bug that treats it as an anonymous struct with a decl-specifier which it ignores.

[dpdk-dev] [PATCH] eal: fix C++ build (struct member: virtual)

2015-09-26 Thread Christoph Gysin
'virtual' is a keyword and can't be used if the code is to compile with C++ compilers. If rte_devargs.h was included in C++ code, compilation with clang++ failed with an error. g++ did not fail, but only because of a bug that treats it as an anonymous struct with a decl-specifier which it ignores.