Re: [PATCH v2] fio: add device dax engine

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 12/20/2016 09:30 AM, Elliott, Robert (Persistent Memory) wrote:
> 
>> -----Original Message-----
>> From: fio-owner@xxxxxxxxxxxxxxx [mailto:fio-owner@xxxxxxxxxxxxxxx] On
>> Behalf Of Dave Jiang
>> Subject: [PATCH v2] fio: add device dax engine
>>
>> diff --git a/configure b/configure
> ...
>> @@ -136,6 +136,7 @@ exit_val=0
>>  gfio_check="no"
>>  libhdfs="no"
>>  pmemblk="no"
>> +devdax="no"
>>  disable_lex=""
>>  prefix=/usr/local
>>
>> @@ -174,6 +175,8 @@ for opt do
>>    ;;
>>    --enable-pmemblk) pmemblk="yes"
>>    ;;
>> +  --enable-devdax) devdax="yes"
>> +  ;;
>>    --disable-lex) disable_lex="yes"
>>    ;;
>>    --enable-lex) disable_lex="no"
>> @@ -205,6 +208,7 @@ if test "$show_help" = "yes" ; then
>>    echo "--disable-gfapi        Disable gfapi"
>>    echo "--enable-libhdfs       Enable hdfs support"
>>    echo "--enable-pmemblk       Enable NVML libpmemblk support"
>> +  echo "--enable-devdax        Enable NVM Device Dax support"
>>    echo "--disable-lex          Disable use of lex/yacc for math"
>>    echo "--enable-lex           Enable use of lex/yacc for math"
>>    echo "--disable-shm          Disable SHM support"
> 
> I didn't notice that pmemblk was not automatically detected, and devdax
> is using the same approach.  Could they both automatically be installed
> if NVML is detected on the build system machine (with a --disable-libnuma
> argument to override if needed)?

I can look into how to enable this if there are no objections from others.

> 
> Also, "NVM" should be "NVML" in that help message.
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux