On Thu, Oct 03, 2019 at 01:48:35AM -0400, Devesh Sharma wrote: > Broadcom's 575xx adapter series has support for SRIOV VFs. > Making changes to enable SRIOV VF support. There are two > major area where changes are done: > -- Added new DB location for control-path and data-path DB ring > -- New devices do not need to issue sriov-config slow-path command > thus, skipping to call that firmware command. > For now enabling support for 64 RoCE VFs. > > Signed-off-by: Devesh Sharma <devesh.sharma@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/bnxt_re/bnxt_re.h | 1 + > drivers/infiniband/hw/bnxt_re/main.c | 133 +++++++++++++++++------------ > drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 5 +- > 3 files changed, 82 insertions(+), 57 deletions(-) Applied to for-next, thanks Jason