Hi Doug, Here are the other two patches for opa_vnic. This adds a debugfs interface and that is why I'm sending it as a separate series apart from the rest of our submissions. The goal is to support view/modify of the VESW port config. Patches can can also be found in my GitHub repo at: https://github.com/ddalessa/kernel/tree/for-4.15 --- Niranjana Vishwanathapura (2): IB/opa_vnic: Add debugfs support to OPA VNIC IB/opa_vnic: Support adding OPA VNIC vports through debug interface drivers/infiniband/ulp/opa_vnic/Makefile | 1 drivers/infiniband/ulp/opa_vnic/opa_vnic_debugfs.c | 667 ++++++++++++++++++++ drivers/infiniband/ulp/opa_vnic/opa_vnic_debugfs.h | 70 ++ .../infiniband/ulp/opa_vnic/opa_vnic_internal.h | 36 + drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c | 47 + 5 files changed, 789 insertions(+), 32 deletions(-) create mode 100644 drivers/infiniband/ulp/opa_vnic/opa_vnic_debugfs.c create mode 100644 drivers/infiniband/ulp/opa_vnic/opa_vnic_debugfs.h -- -Denny -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html