[dpdk-dev] [PATCH v3 0/2] app/test: unit test to measure cycles per packet

2014-10-21 Thread Liu, Yong
-bounces at dpdk.org] On Behalf Of Cunming Liang > Sent: Monday, October 20, 2014 4:14 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/2] app/test: unit test to measure cycles per > packet > > v3 update: > # Codes refine according to the feedback. > 1. add

[dpdk-dev] [PATCH v3 0/2] app/test: unit test to measure cycles per packet

2014-10-20 Thread Cunming Liang
v3 update: # Codes refine according to the feedback. 1. add ether_format_addr to rte_ether.h 2. fix typo in code comments. 3. %lu to %PRIu64, fixing 32-bit targets compilation err # merge 2 small incremental patches to the first one. The whole unit test as a single patch in [PATCH v3 2/2] #