[Accel-config] Re: [PATCH 0/2] Keep a local copy of UAPI header file

Dave Jiang <dave.jiang at intel.com> Tue, 20 Jul 2021 08:51:39 -0700
Newsgroups dev.linux.lists.accel-config
Message-ID <[email protected]>
On 7/19/2021 8:22 PM, ramesh.thomas(a)intel.com wrote:
> From: Ramesh Thomas <ramesh.thomas(a)intel.com>
>
> Use a local copy of the UAPI header file to avoid dependency on kernel
> version in build system.
>
> Ramesh Thomas (2):
>    accel-config: Duplicate the UAPI header file locally
>    accel-config: Change path of idxd.h to local copy
>
>   accfg/idxd.h         | 325 +++++++++++++++++++++++++++++++++++++++++++
>   accfg/lib/libaccfg.c |   2 +-
>   test/dsa.c           |   2 +-
>   test/dsa.h           |   2 +-
>   test/libaccfg.c      |   2 +-
>   test/prep.c          |   2 +-
>   6 files changed, 330 insertions(+), 5 deletions(-)
>   create mode 100644 accfg/idxd.h

Reviewed-by: Dave Jiang <dave.jiang(a)intel.com>

LGTM as long as legal stuff sorts out.