The EF100 NICs allow for different register layouts of a PCI memory BAR. This series provides the framework to switch this layout at runtime. Subsequent patch series will use this to add support for vDPA. v2: Include PCI and virtio maintainers. --- Martin Habets (2): sfc: Add EF100 BAR config support sfc: Implement change of BAR configuration drivers/net/ethernet/sfc/ef100_nic.c | 80 ++++++++++++++++++++++++++++++++++ drivers/net/ethernet/sfc/ef100_nic.h | 6 +++ 2 files changed, 86 insertions(+) -- Martin Habets <habetsm.xilinx@xxxxxxxxx>