Message ID | 1679932497-30277-1-git-send-email-quic_jhugo@quicinc.com |
---|---|
Headers | show |
Series | QAIC accel driver | expand |
On 3/27/2023 9:54 AM, Jeffrey Hugo wrote: > This series introduces a driver under the accel subsystem (QAIC - > Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100). AIC100 is > a PCIe adapter card that hosts a dedicated machine learning inference > accelerator. > > The previous version (v4) can be found at: > https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/ Looks like things have been silent on this revision and we have a number of review tags already. Seems like this series is ready for merge. I'd like to see this queued for 6.4 if possible. Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4. Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc. Thoughts? -Jeff
Hi, On 03.04.2023 19:22, Jeffrey Hugo wrote: > On 3/27/2023 9:54 AM, Jeffrey Hugo wrote: >> This series introduces a driver under the accel subsystem (QAIC - >> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100). AIC100 is >> a PCIe adapter card that hosts a dedicated machine learning inference >> accelerator. >> >> The previous version (v4) can be found at: >> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/ > > Looks like things have been silent on this revision and we have a number of review tags already. Seems like this series is ready for merge. > > I'd like to see this queued for 6.4 if possible. Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4. > > Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc. Thoughts? I'm would be happy to merge it but I think it needs to be acked by Oded first. Regards, Jacek
On Wed, Apr 5, 2023 at 2:26 PM Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com> wrote: > > Hi, > > On 03.04.2023 19:22, Jeffrey Hugo wrote: > > On 3/27/2023 9:54 AM, Jeffrey Hugo wrote: > >> This series introduces a driver under the accel subsystem (QAIC - > >> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100). AIC100 is > >> a PCIe adapter card that hosts a dedicated machine learning inference > >> accelerator. > >> > >> The previous version (v4) can be found at: > >> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/ > > > > Looks like things have been silent on this revision and we have a number of review tags already. Seems like this series is ready for merge. > > > > I'd like to see this queued for 6.4 if possible. Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4. > > > > Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc. Thoughts? > > I'm would be happy to merge it but I think it needs to be acked by Oded first. > > Regards, > Jacek Hi, Entire patch-set is: Acked-by: Oded Gabbay <ogabbay@kernel.org> Thanks, Oded
On Wed, Apr 05, 2023 at 03:35:19PM +0300, Oded Gabbay wrote: > On Wed, Apr 5, 2023 at 2:26 PM Jacek Lawrynowicz > <jacek.lawrynowicz@linux.intel.com> wrote: > > > > Hi, > > > > On 03.04.2023 19:22, Jeffrey Hugo wrote: > > > On 3/27/2023 9:54 AM, Jeffrey Hugo wrote: > > >> This series introduces a driver under the accel subsystem (QAIC - > > >> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100). AIC100 is > > >> a PCIe adapter card that hosts a dedicated machine learning inference > > >> accelerator. > > >> > > >> The previous version (v4) can be found at: > > >> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/ > > > > > > Looks like things have been silent on this revision and we have a number of review tags already. Seems like this series is ready for merge. > > > > > > I'd like to see this queued for 6.4 if possible. Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4. > > > > > > Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc. Thoughts? > > > > I'm would be happy to merge it but I think it needs to be acked by Oded first. > > > > Regards, > > Jacek > > Hi, > Entire patch-set is: > Acked-by: Oded Gabbay <ogabbay@kernel.org> Once Jacke has pushed this I htink it would also be good to get Jeffrey commit rights for drm-misc, so that in the future bugfixes for the qaic driver can be pushed directly by the qaic team. Still with acks/r-b requirements as per usual, and I guess for anything bigger/new uapi an ack from oded is needed. https://drm.pages.freedesktop.org/maintainer-tools/commit-access.html#drm-misc Cheers, Daniel
On 4/5/2023 7:27 AM, Daniel Vetter wrote: > On Wed, Apr 05, 2023 at 03:35:19PM +0300, Oded Gabbay wrote: >> On Wed, Apr 5, 2023 at 2:26 PM Jacek Lawrynowicz >> <jacek.lawrynowicz@linux.intel.com> wrote: >>> >>> Hi, >>> >>> On 03.04.2023 19:22, Jeffrey Hugo wrote: >>>> On 3/27/2023 9:54 AM, Jeffrey Hugo wrote: >>>>> This series introduces a driver under the accel subsystem (QAIC - >>>>> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100). AIC100 is >>>>> a PCIe adapter card that hosts a dedicated machine learning inference >>>>> accelerator. >>>>> >>>>> The previous version (v4) can be found at: >>>>> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/ >>>> >>>> Looks like things have been silent on this revision and we have a number of review tags already. Seems like this series is ready for merge. >>>> >>>> I'd like to see this queued for 6.4 if possible. Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4. >>>> >>>> Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc. Thoughts? >>> >>> I'm would be happy to merge it but I think it needs to be acked by Oded first. >>> >>> Regards, >>> Jacek >> >> Hi, >> Entire patch-set is: >> Acked-by: Oded Gabbay <ogabbay@kernel.org> > > Once Jacke has pushed this I htink it would also be good to get Jeffrey > commit rights for drm-misc, so that in the future bugfixes for the qaic > driver can be pushed directly by the qaic team. Still with acks/r-b > requirements as per usual, and I guess for anything bigger/new uapi an ack > from oded is needed. > > https://drm.pages.freedesktop.org/maintainer-tools/commit-access.html#drm-misc > > Cheers, Daniel Yep. This is the plan per my understanding. -Jeff
I've merged the patchset to drm-misc-next. Congrats Jeffrey :) On 05.04.2023 16:28, Jeffrey Hugo wrote: > On 4/5/2023 7:27 AM, Daniel Vetter wrote: >> On Wed, Apr 05, 2023 at 03:35:19PM +0300, Oded Gabbay wrote: >>> On Wed, Apr 5, 2023 at 2:26 PM Jacek Lawrynowicz >>> <jacek.lawrynowicz@linux.intel.com> wrote: >>>> >>>> Hi, >>>> >>>> On 03.04.2023 19:22, Jeffrey Hugo wrote: >>>>> On 3/27/2023 9:54 AM, Jeffrey Hugo wrote: >>>>>> This series introduces a driver under the accel subsystem (QAIC - >>>>>> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100). AIC100 is >>>>>> a PCIe adapter card that hosts a dedicated machine learning inference >>>>>> accelerator. >>>>>> >>>>>> The previous version (v4) can be found at: >>>>>> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/ >>>>> >>>>> Looks like things have been silent on this revision and we have a number of review tags already. Seems like this series is ready for merge. >>>>> >>>>> I'd like to see this queued for 6.4 if possible. Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4. >>>>> >>>>> Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc. Thoughts? >>>> >>>> I'm would be happy to merge it but I think it needs to be acked by Oded first. >>>> >>>> Regards, >>>> Jacek >>> >>> Hi, >>> Entire patch-set is: >>> Acked-by: Oded Gabbay <ogabbay@kernel.org> >> >> Once Jacke has pushed this I htink it would also be good to get Jeffrey >> commit rights for drm-misc, so that in the future bugfixes for the qaic >> driver can be pushed directly by the qaic team. Still with acks/r-b >> requirements as per usual, and I guess for anything bigger/new uapi an ack >> from oded is needed. >> >> https://drm.pages.freedesktop.org/maintainer-tools/commit-access.html#drm-misc >> >> Cheers, Daniel > > Yep. This is the plan per my understanding. > > -Jeff
On 4/6/2023 12:34 AM, Jacek Lawrynowicz wrote: > I've merged the patchset to drm-misc-next. > Congrats Jeffrey :) Thanks! > > On 05.04.2023 16:28, Jeffrey Hugo wrote: >> On 4/5/2023 7:27 AM, Daniel Vetter wrote: >>> On Wed, Apr 05, 2023 at 03:35:19PM +0300, Oded Gabbay wrote: >>>> On Wed, Apr 5, 2023 at 2:26 PM Jacek Lawrynowicz >>>> <jacek.lawrynowicz@linux.intel.com> wrote: >>>>> >>>>> Hi, >>>>> >>>>> On 03.04.2023 19:22, Jeffrey Hugo wrote: >>>>>> On 3/27/2023 9:54 AM, Jeffrey Hugo wrote: >>>>>>> This series introduces a driver under the accel subsystem (QAIC - >>>>>>> Qualcomm AIC) for the Qualcomm Cloud AI 100 product (AIC100). AIC100 is >>>>>>> a PCIe adapter card that hosts a dedicated machine learning inference >>>>>>> accelerator. >>>>>>> >>>>>>> The previous version (v4) can be found at: >>>>>>> https://lore.kernel.org/all/1679325074-5494-1-git-send-email-quic_jhugo@quicinc.com/ >>>>>> >>>>>> Looks like things have been silent on this revision and we have a number of review tags already. Seems like this series is ready for merge. >>>>>> >>>>>> I'd like to see this queued for 6.4 if possible. Given that we are at 6.3-rc5, it seems like this would need to be merged now(ish) to make 6.4. >>>>>> >>>>>> Jacek, since you have commit permissions in drm-misc and are an active Accel maintainer, I wonder if it would be appropriate for you to merge this series to drm-misc. Thoughts? >>>>> >>>>> I'm would be happy to merge it but I think it needs to be acked by Oded first. >>>>> >>>>> Regards, >>>>> Jacek >>>> >>>> Hi, >>>> Entire patch-set is: >>>> Acked-by: Oded Gabbay <ogabbay@kernel.org> >>> >>> Once Jacke has pushed this I htink it would also be good to get Jeffrey >>> commit rights for drm-misc, so that in the future bugfixes for the qaic >>> driver can be pushed directly by the qaic team. Still with acks/r-b >>> requirements as per usual, and I guess for anything bigger/new uapi an ack >>> from oded is needed. >>> >>> https://drm.pages.freedesktop.org/maintainer-tools/commit-access.html#drm-misc >>> >>> Cheers, Daniel >> >> Yep. This is the plan per my understanding. >> >> -Jeff