Varun,
> Page pods are used for direct data placement, this patch enables eDRAM
> page pods if firmware supports this feature.
No objections to the SCSI bits.
> @@ -394,6 +398,26 @@ int cxgbi_ppm_init(void **ppm_pp, struct net_device
> *ndev,
> unsigned int pool_index_max = 0;
> unsigned int alloc_sz;
> unsigned int ppod_bmap_size;
> + unsigned int ppmax;
> +
> + if (!iscsi_edram_start)
> + iscsi_edram_size = 0;
> +
> + if (iscsi_edram_size &&
> + ((iscsi_edram_start + iscsi_edram_size) != start)) {
> + pr_err("iscsi ppod region not contigious: EDRAM start 0x%x "
contiguous
--
Martin K. Petersen Oracle Linux Engineering