BYPASSIO support in storport miniport driver

Hi All,
I was trying to add support for bypassio in nvme miniport driver. As per the MSDN, “StorageSupportedFeatures” needs to be added in INF and IOCTL_STORAGE_MANAGE_BYPASS_IO should be processed.

But miniport never receives the IOCTL_STORAGE_MANAGE_BYPASS_IO from file system either during boot or querying the status through command fsutil bypassIo state

This support was added in SRB_FUNCTION_IO_CONTROL in miniport driver. Is this right way? Am I missing something here?

Any guidance here will be appreciable.