Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-5554

Change major/minor device types for Nvidia GPUs to `unsigned int`

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • None
    • Mesosphere Sprint 36, Mesosphere Sprint 37
    • 1

    Description

      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.

      Attachments

        Activity

          People

            klueska Kevin Klues
            klueska Kevin Klues
            Benjamin Mahler Benjamin Mahler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: