]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iidc/ice/irdma: Break iidc.h into two headers
authorDave Ertman <david.m.ertman@intel.com>
Wed, 16 Apr 2025 02:15:47 +0000 (21:15 -0500)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 30 Apr 2025 20:09:08 +0000 (13:09 -0700)
commitd9251a560ba67bbedd53b81aee32e1ad95f42000
tree93de055abb4c42a31b2c4fb97aa6371d1450a31c
parent97b5631aae6896369712d6b7131afbc95c753587
iidc/ice/irdma: Break iidc.h into two headers

In preparation of supporting more than a single core PCI driver
for RDMA, break the iidc_rdma.h header file into two more focused
headers.

Only the elements universal to all Intel drivers will remain in
the generic iidc_rdma.h header. Move the ice specific information
to an ice specific header file named iidc_rdma_ice.h.

Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Dave Ertman <david.m.ertman@intel.com>
Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_idc_int.h
include/linux/net/intel/iidc_rdma.h
include/linux/net/intel/iidc_rdma_ice.h [new file with mode: 0644]