On Wed, Jan 27, 2021 at 09:57:03PM -0600, Tatyana Nikolova wrote: > +#define INTEL_HCA(v, d) VERBS_PCI_MATCH(v, d, NULL) > +static const struct verbs_match_ent hca_table[] = { > + VERBS_DRIVER_ID(RDMA_DRIVER_IRDMA), > +#ifdef ICE_DEV_ID_E823L_BACKPLANE > + INTEL_HCA(PCI_VENDOR_ID_INTEL, ICE_DEV_ID_E823L_BACKPLANE), > +#endif No #ifdefs ike this Jason