[netperf-dev] About netperf test of Windows guests

Rick Jones rick.jones2 at hp.com
Tue Jan 15 09:33:57 PST 2013


On 01/15/2013 12:01 AM, wenli wrote:
> On Sat 22 Dec 2012 02:25:41 AM CST, Rick Jones wrote:
>> Odd, there is a netsec_win.c file in the 2.6.0 branch, and I don't
>> recall running into that error before.  The file itself is really
>> rather simple:
>>
>> #include <string.h>
>> #define strdup _strdup
>>
>> void
>> find_security_info(int *enabled, int *type, char **specific){
>>    *enabled = -1;
>>    *type    = -1;
>>    *specific = strdup("N/A");
>>    return;
>> }
>>
>
> Except netsec_win.c file, there are also missing two files
> (src/missing/stdint.h and src/missing/inttypes.h)  in the 2.6.0 branch.
> After including three files in 2.6.0. netperf for windows could be
> complied well through Win DDK.
>
> btw, all three missing files are already in
> http://www.netperf.org/svn/netperf2/trunk .

Ah, yes that would do it I suppose wouldn't it :)

happy benchmarking,

rick



More information about the netperf-dev mailing list