Re: iosys-map: refactor to reduce struct size

2025-06-27 Thread Lucas De Marchi
On Thu, May 22, 2025 at 04:52:09PM +1000, Dave Airlie wrote: Hey iosys_map users :) I fell down a bit of a refactor hole today, it was just random and sometimes you just have to let these things run their course. I noticed iosys_map has a 7-byte hole in a 16-byte structure, and it gets embedded

Re: iosys-map: refactor to reduce struct size

2025-05-22 Thread Lucas De Marchi
On Thu, May 22, 2025 at 04:52:09PM +1000, Dave Airlie wrote: Hey iosys_map users :) I fell down a bit of a refactor hole today, it was just random and sometimes you just have to let these things run their course. I noticed iosys_map has a 7-byte hole in a 16-byte structure, and it gets embedded

Re: iosys-map: refactor to reduce struct size

2025-05-22 Thread Thomas Zimmermann
cc'ing Lucas, who should also take a look. Am 22.05.25 um 08:52 schrieb Dave Airlie: Hey iosys_map users :) I fell down a bit of a refactor hole today, it was just random and sometimes you just have to let these things run their course. I noticed iosys_map has a 7-byte hole in a 16-byte struct

Re: iosys-map: refactor to reduce struct size

2025-05-22 Thread Dave Airlie
On Thu, 22 May 2025 at 16:57, Dave Airlie wrote: > > Hey iosys_map users :) > > I fell down a bit of a refactor hole today, it was just random and > sometimes you just have to let these things run their course. I've put the tree here, and I realised I sent the patches, but when I rebased onto lat

iosys-map: refactor to reduce struct size

2025-05-21 Thread Dave Airlie
Hey iosys_map users :) I fell down a bit of a refactor hole today, it was just random and sometimes you just have to let these things run their course. I noticed iosys_map has a 7-byte hole in a 16-byte structure, and it gets embedded into a bunch of other structs and it offended my sensibilities