Kevin Klues created MESOS-5554:
----------------------------------

             Summary: 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


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)

Reply via email to