• verdigris
    link
    fedilink
    arrow-up
    2
    ·
    3 hours ago

    Sure, I don’t think it’s like toxic or anything, but I also understand why Martin viewed the situation as an impasse requiring a decision from on high. Also, from my limited understanding it sounds like the new code was in a sequestered rust-only section of the dma subsystem, so I’m not clear on exactly what new burdens were being placed on the C dma maintainers.

    • Gayhitler
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      My understanding is that the rust code in question implemented parts of the c dma interface so that rust programs could use that instead of the c dma interface.

      I’m out in the world, not sitting in front of a computer with the source open so that guess will have to do for now.

      The most immediate problem with having two different dma interfaces is that now you have two maintainers and an extra step at best when making any changes.