[dpdk-dev] [PATCH v4 01/10] vdpa/sfc: introduce Xilinx vDPA driver
Maxime Coquelin
maxime.coquelin at redhat.com
Thu Nov 4 10:28:14 CET 2021
On 11/3/21 14:57, Vijay Srivastava wrote:
> From: Vijay Kumar Srivastava <vsrivast at xilinx.com>
>
> Add new vDPA PMD to support vDPA operations of Xilinx devices.
> This patch implements probe and remove functions.
>
> Signed-off-by: Vijay Kumar Srivastava <vsrivast at xilinx.com>
> Acked-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> ---
> v2:
> * Updated logging macros to remove redundant code.
>
> v3:
> * Replaced depreciated whitelist with allowlist.
> * Text corrections in the sfc.rst and commit msg.
> * Added sfc in the toctree of doc/guides/vdpadevs/index.rst.
> * Removed extra compiler flags.
>
> v4:
> * Removed redundant NULL checks.
> * Removed unused pci_addr from adapter structure.
> * Updated format specifiers in log messages.
>
> MAINTAINERS | 6 +
> doc/guides/rel_notes/release_21_11.rst | 5 +
> doc/guides/vdpadevs/features/sfc.ini | 9 ++
> doc/guides/vdpadevs/index.rst | 1 +
> doc/guides/vdpadevs/sfc.rst | 97 ++++++++++++
> drivers/vdpa/meson.build | 1 +
> drivers/vdpa/sfc/meson.build | 22 +++
> drivers/vdpa/sfc/sfc_vdpa.c | 282 +++++++++++++++++++++++++++++++++
> drivers/vdpa/sfc/sfc_vdpa.h | 39 +++++
> drivers/vdpa/sfc/sfc_vdpa_log.h | 56 +++++++
> drivers/vdpa/sfc/version.map | 3 +
> 11 files changed, 521 insertions(+)
> create mode 100644 doc/guides/vdpadevs/features/sfc.ini
> create mode 100644 doc/guides/vdpadevs/sfc.rst
> create mode 100644 drivers/vdpa/sfc/meson.build
> create mode 100644 drivers/vdpa/sfc/sfc_vdpa.c
> create mode 100644 drivers/vdpa/sfc/sfc_vdpa.h
> create mode 100644 drivers/vdpa/sfc/sfc_vdpa_log.h
> create mode 100644 drivers/vdpa/sfc/version.map
>
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
Thanks,
Maxime
More information about the dev
mailing list