Re: [dpdk-dev] [PATCH 03/10] vdpa/sfc: add support to get device and protocol features
From: Maxime Coquelin <hidden>
Date: 2021-08-30 09:34:54
From: Maxime Coquelin <hidden>
Date: 2021-08-30 09:34:54
On 7/6/21 6:44 PM, Vijay Srivastava wrote:
From: Vijay Kumar Srivastava <redacted> 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 <redacted> --- 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 <redacted> Thanks, Maxime