[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V3 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a fun
From: |
Peter Xu |
Subject: |
Re: [PATCH V3 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function |
Date: |
Fri, 14 Oct 2022 11:06:51 -0400 |
On Sun, Oct 09, 2022 at 01:48:34PM +0800, Jason Wang wrote:
> We used to have a macro for VTD_PE_GET_FPD_ERR() but it has an
> internal goto which prevents it from being reused. This patch convert
> that macro to a dedicated function and let the caller to decide what
> to do (e.g using goto or not). This makes sure it can be re-used for
> other function that requires fault reporting.
>
> Signed-off-by: Jason Wang <jasowang@redhat.com>
> ---
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu