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

2014-11-11 Thread Liang, Cunming
> Subject: Re: [dpdk-dev] [PATCH v6 0/3] app/test: unit test to measure cycles > per > packet > > Hi Thomas, > > All the open issues from the former patches are closed. > Could you please have a look and get it applied ? > > -Liang Cunming > > > -Orig

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

2014-10-29 Thread Liang, Cunming
Hi Thomas, All the open issues from the former patches are closed. Could you please have a look and get it applied ? -Liang Cunming > -Original Message- > From: Liang, Cunming > Sent: Monday, October 27, 2014 9:20 AM > To: dev at dpdk.org > Cc: nhorman at tuxdriver.com; Ananyev, Konstant

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

2014-10-27 Thread Cunming Liang
v6 update: # leave FUNC_PTR_OR_*_RET unmodified v5 update: # fix the confusing of retval in some API of rte_ethdev v4 ignore 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 c

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

2014-10-27 Thread Liu, Yong
test result: Test result is OK and output cycle number for each packet. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cunming Liang > Sent: Monday, October 27, 2014 9:20 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v6 0/3]