[
https://issues.apache.org/jira/browse/MESOS-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Klues updated MESOS-5554:
-------------------------------
Labels: gpu mesosphere (was: )
> Change major/minor device types for Nvidia GPUs to `unsigned int`
> -----------------------------------------------------------------
>
> Key: MESOS-5554
> URL: https://issues.apache.org/jira/browse/MESOS-5554
> Project: Mesos
> Issue Type: Bug
> Reporter: Kevin Klues
> Assignee: Kevin Klues
> Labels: gpu, mesosphere
>
> Currently, the GPU struct specifies the type of its `major` and `minor`
> fields as `dev_t`, which is actually a concatenation of both the major and
> minor device numbers accessible through the `major()` and `minor()` macros.
> These macros return an `unsigned int` when handed a `dev_t`, so it makes
> sense for these fields to be of that type instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)