Re: [PATCH rtems-libbsd] freebsd/if_cgem: Remove QEMU workaround

2023-06-27 Thread Chris Johns
This looks good. Thanks Chris On 28/6/2023 1:30 am, Kinsey Moore wrote: > Note that this patch is for 6-freebsd-12 and its removal reduces the burden to > make the master branch match functionality. > > On Tue, Jun 27, 2023 at 10:28 AM Kinsey Moore > wrote: >

Re: [PATCH rtems-libbsd] freebsd/if_cgem: Remove QEMU workaround

2023-06-27 Thread Kinsey Moore
Note that this patch is for 6-freebsd-12 and its removal reduces the burden to make the master branch match functionality. On Tue, Jun 27, 2023 at 10:28 AM Kinsey Moore wrote: > This removes the workaround applied on the fly for QEMU that disables > priority queueing. The priority queue

[PATCH rtems-libbsd] freebsd/if_cgem: Remove QEMU workaround

2023-06-27 Thread Kinsey Moore
This removes the workaround applied on the fly for QEMU that disables priority queueing. The priority queue interrupt was not previously hooked up properly in QEMU and RSB now has the patches to allow it to work. --- freebsd/sys/dev/cadence/if_cgem.c | 26 +++--- 1 file