On 7/6/21 6:44 PM, Vijay Srivastava wrote: > From: Vijay Kumar Srivastava <vsriv...@xilinx.com> > > Implement vDPA ops get_feature and get_protocol_features. > This patch retrieves device supported features and enables > protocol features. > > Signed-off-by: Vijay Kumar Srivastava <vsriv...@xilinx.com> > --- > doc/guides/vdpadevs/features/sfc.ini | 10 ++++ > drivers/common/sfc_efx/efsys.h | 2 +- > drivers/common/sfc_efx/version.map | 10 ++++ > drivers/vdpa/sfc/sfc_vdpa.c | 20 ++++++++ > drivers/vdpa/sfc/sfc_vdpa.h | 2 + > drivers/vdpa/sfc/sfc_vdpa_hw.c | 13 ++++++ > drivers/vdpa/sfc/sfc_vdpa_ops.c | 91 > ++++++++++++++++++++++++++++++++---- > drivers/vdpa/sfc/sfc_vdpa_ops.h | 3 ++ > 8 files changed, 142 insertions(+), 9 deletions(-) > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime