pds_vdpa: move enum from common to adminq header
authorShannon Nelson <shannon.nelson@amd.com>
Fri, 19 May 2023 21:56:25 +0000 (14:56 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 27 Jun 2023 14:47:08 +0000 (10:47 -0400)
commita8492cd8cde0906b93c819992d50ac6d79a5cad1
treebafb1454914a113bc889653c6b9dc6b3d82c855b
parenta16291b5bcbbd75586c8396555a0ee9fd4183372
pds_vdpa: move enum from common to adminq header

The pds_core_logical_qtype enum and IFNAMSIZ are not needed
in the common PDS header, only needed when working with the
adminq, so move them to the adminq header.

Note: This patch might conflict with pds_vfio patches that are
      in review, depending on which patchset gets pulled first.

Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20230519215632.12343-5-shannon.nelson@amd.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/linux/pds/pds_adminq.h
include/linux/pds/pds_common.h