Re: [PATCH] tools/testing/nvdimm: add manufacturing_{date|location} dimm properties

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

 



On 07/15, Dan Williams wrote:
> New for ACPI 6.1, these fields are used in the common dimm
> representation format defined by section 5.2.25.9 "NVDIMM representation
> format".
> 
> Signed-off-by: Dan Williams <dan.j.williams@xxxxxxxxx>
> ---
>  tools/testing/nvdimm/test/nfit.c |   54 +++++++++++++++-----------------------
>  1 file changed, 21 insertions(+), 33 deletions(-)

Reviewed-by: Vishal Verma <vishal.l.verma@xxxxxxxxx>

> 
> diff --git a/tools/testing/nvdimm/test/nfit.c b/tools/testing/nvdimm/test/nfit.c
> index d4a4635c1186..78cba1e3b1da 100644
> --- a/tools/testing/nvdimm/test/nfit.c
> +++ b/tools/testing/nvdimm/test/nfit.c
> @@ -639,6 +639,16 @@ static int nfit_test1_alloc(struct nfit_test *t)
>  	return ars_state_init(&t->pdev.dev, &t->ars_state);
>  }
>  
> +static void dcr_common_init(struct acpi_nfit_control_region *dcr)
> +{
> +	dcr->vendor_id = 0xabcd;
> +	dcr->device_id = 0;
> +	dcr->revision_id = 1;
> +	dcr->valid_fields = 1;
> +	dcr->manufacturing_location = 0xa;
> +	dcr->manufacturing_date = cpu_to_be16(2016);
> +}
> +
>  static void nfit_test0_setup(struct nfit_test *t)
>  {
>  	const int flush_hint_size = sizeof(struct acpi_nfit_flush_address)
> @@ -967,9 +977,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
>  	dcr->header.length = sizeof(struct acpi_nfit_control_region);
>  	dcr->region_index = 0+1;
> -	dcr->vendor_id = 0xabcd;
> -	dcr->device_id = 0;
> -	dcr->revision_id = 1;
> +	dcr_common_init(dcr);
>  	dcr->serial_number = ~handle[0];
>  	dcr->code = NFIT_FIC_BLK;
>  	dcr->windows = 1;
> @@ -984,9 +992,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
>  	dcr->header.length = sizeof(struct acpi_nfit_control_region);
>  	dcr->region_index = 1+1;
> -	dcr->vendor_id = 0xabcd;
> -	dcr->device_id = 0;
> -	dcr->revision_id = 1;
> +	dcr_common_init(dcr);
>  	dcr->serial_number = ~handle[1];
>  	dcr->code = NFIT_FIC_BLK;
>  	dcr->windows = 1;
> @@ -1001,9 +1007,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
>  	dcr->header.length = sizeof(struct acpi_nfit_control_region);
>  	dcr->region_index = 2+1;
> -	dcr->vendor_id = 0xabcd;
> -	dcr->device_id = 0;
> -	dcr->revision_id = 1;
> +	dcr_common_init(dcr);
>  	dcr->serial_number = ~handle[2];
>  	dcr->code = NFIT_FIC_BLK;
>  	dcr->windows = 1;
> @@ -1018,9 +1022,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  	dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
>  	dcr->header.length = sizeof(struct acpi_nfit_control_region);
>  	dcr->region_index = 3+1;
> -	dcr->vendor_id = 0xabcd;
> -	dcr->device_id = 0;
> -	dcr->revision_id = 1;
> +	dcr_common_init(dcr);
>  	dcr->serial_number = ~handle[3];
>  	dcr->code = NFIT_FIC_BLK;
>  	dcr->windows = 1;
> @@ -1037,9 +1039,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  	dcr->header.length = offsetof(struct acpi_nfit_control_region,
>  			window_size);
>  	dcr->region_index = 4+1;
> -	dcr->vendor_id = 0xabcd;
> -	dcr->device_id = 0;
> -	dcr->revision_id = 1;
> +	dcr_common_init(dcr);
>  	dcr->serial_number = ~handle[0];
>  	dcr->code = NFIT_FIC_BYTEN;
>  	dcr->windows = 0;
> @@ -1051,9 +1051,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  	dcr->header.length = offsetof(struct acpi_nfit_control_region,
>  			window_size);
>  	dcr->region_index = 5+1;
> -	dcr->vendor_id = 0xabcd;
> -	dcr->device_id = 0;
> -	dcr->revision_id = 1;
> +	dcr_common_init(dcr);
>  	dcr->serial_number = ~handle[1];
>  	dcr->code = NFIT_FIC_BYTEN;
>  	dcr->windows = 0;
> @@ -1065,9 +1063,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  	dcr->header.length = offsetof(struct acpi_nfit_control_region,
>  			window_size);
>  	dcr->region_index = 6+1;
> -	dcr->vendor_id = 0xabcd;
> -	dcr->device_id = 0;
> -	dcr->revision_id = 1;
> +	dcr_common_init(dcr);
>  	dcr->serial_number = ~handle[2];
>  	dcr->code = NFIT_FIC_BYTEN;
>  	dcr->windows = 0;
> @@ -1079,9 +1075,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  	dcr->header.length = offsetof(struct acpi_nfit_control_region,
>  			window_size);
>  	dcr->region_index = 7+1;
> -	dcr->vendor_id = 0xabcd;
> -	dcr->device_id = 0;
> -	dcr->revision_id = 1;
> +	dcr_common_init(dcr);
>  	dcr->serial_number = ~handle[3];
>  	dcr->code = NFIT_FIC_BYTEN;
>  	dcr->windows = 0;
> @@ -1176,9 +1170,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  		dcr->header.type = ACPI_NFIT_TYPE_CONTROL_REGION;
>  		dcr->header.length = sizeof(struct acpi_nfit_control_region);
>  		dcr->region_index = 8+1;
> -		dcr->vendor_id = 0xabcd;
> -		dcr->device_id = 0;
> -		dcr->revision_id = 1;
> +		dcr_common_init(dcr);
>  		dcr->serial_number = ~handle[4];
>  		dcr->code = NFIT_FIC_BLK;
>  		dcr->windows = 1;
> @@ -1195,9 +1187,7 @@ static void nfit_test0_setup(struct nfit_test *t)
>  		dcr->header.length = offsetof(struct acpi_nfit_control_region,
>  				window_size);
>  		dcr->region_index = 9+1;
> -		dcr->vendor_id = 0xabcd;
> -		dcr->device_id = 0;
> -		dcr->revision_id = 1;
> +		dcr_common_init(dcr);
>  		dcr->serial_number = ~handle[4];
>  		dcr->code = NFIT_FIC_BYTEN;
>  		dcr->windows = 0;
> @@ -1375,9 +1365,7 @@ static void nfit_test1_setup(struct nfit_test *t)
>  	dcr->header.length = offsetof(struct acpi_nfit_control_region,
>  			window_size);
>  	dcr->region_index = 0+1;
> -	dcr->vendor_id = 0xabcd;
> -	dcr->device_id = 0;
> -	dcr->revision_id = 1;
> +	dcr_common_init(dcr);
>  	dcr->serial_number = ~0;
>  	dcr->code = NFIT_FIC_BYTE;
>  	dcr->windows = 0;
> 
> _______________________________________________
> Linux-nvdimm mailing list
> Linux-nvdimm@xxxxxxxxxxxx
> https://lists.01.org/mailman/listinfo/linux-nvdimm
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux