Skip to content

Conversation

@kelvin-cao
Copy link
Collaborator

per firmware change. Firmware updated the GAS field VEP_PFF_INST_ID
in partition region to add DMA EP and NVMe EP support. Update the
drivers accordingly.

@kelvin-cao kelvin-cao requested a review from lsgunth July 31, 2020 08:33
Copy link
Collaborator

@lsgunth lsgunth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit, otherwise it looks fine to me.

pff = ioread32(&stdev->mmio_part_cfg_all[partition].vep_pff_inst_id);
if (pff == 0xFFFFFFFF) {
pff = ioread32(&stdev->mmio_part_cfg_all[partition].vep_pff_inst_id)
& 0xFF;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: this line break is really ugly. Maybe just add pff &= 0xFF; on it's own line.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Thanks.

per firmware change. Firmware updated the GAS field VEP_PFF_INST_ID
in partition region to add DMA EP and NVMe EP support. Update the
drivers accordingly.
@kelvin-cao kelvin-cao merged commit 56030a9 into devel Aug 10, 2020
@kelvin-cao kelvin-cao deleted the vep_inst_id_fix branch August 10, 2020 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants