From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0DFBFA0C47; Wed, 27 Oct 2021 21:56:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CB36D4068C; Wed, 27 Oct 2021 21:56:18 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id C84264003F for ; Wed, 27 Oct 2021 21:56:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635364576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iIMlzNDxbLSkSzpmczZS/ASuMLPTN7JkSJBhFLq0j0M=; b=f/VBGqjuK227F5QmzYKh0AIk6oaGXYSpYQ0RZvOTAmm03WcnevHF+vIHVzlTDwx4UUujyE XUqDPQ21pc/Bnd01d6uGy5LtNGBo1eQY4xdUn8fWoRvd5R2tkenl0MB1LDVzpJfinZmW5z TV6sT3NRjb9Zq6N0+90Kw87XQMPlM2I= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-415-TgaLbnKPNEW9xxBxjzA5Rw-1; Wed, 27 Oct 2021 15:56:10 -0400 X-MC-Unique: TgaLbnKPNEW9xxBxjzA5Rw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 339E6362FC; Wed, 27 Oct 2021 19:56:09 +0000 (UTC) Received: from [10.39.208.8] (unknown [10.39.208.8]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E9C31104253D; Wed, 27 Oct 2021 19:56:07 +0000 (UTC) Message-ID: <0f196b94-e07f-1755-8002-e1cc4a790da8@redhat.com> Date: Wed, 27 Oct 2021 21:56:05 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 To: Andrew Rybchenko , Vijay Srivastava , dev@dpdk.org Cc: chenbo.xia@intel.com, Vijay Srivastava References: <20210706164418.32615-1-vsrivast@xilinx.com> From: Maxime Coquelin In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 00/10] vdpa/sfc: introduce Xilinx vDPA driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Andrew, On 10/27/21 17:04, Andrew Rybchenko wrote: > Hi Maxime, > > On 10/27/21 4:18 PM, Maxime Coquelin wrote: >> Hi Vijay, >> >> -rc2 deadline is approaching, do you think v2 will be ready on time so >> that we can have your driver in v21.11? > > Vijay is working on a it. We have v2, but it does not work after rebase > on rc1. Hopefully Vijay will sort it out shortly. Thanks for the update. In case you are still stuck with this regression tomorrow end of day, feel free to send it anyway mentioning it is not working, so that we can have time for a v3 if necessary. Maxime > Thanks, > Andrew. > >> >> Thanks, >> Maxime >> >> On 7/6/21 18:44, Vijay Srivastava wrote: >>> This patch series introduces vDPA driver for Xilinx devices. >>> The Xilinx vDPA (vhost data path acceleration) provides >>> support for the Xilinx SN1022 SmartNICs. >>> >>> This Patch series includes following patches: >>> >>> Vijay Kumar Srivastava (10): >>>    vdpa/sfc: introduce Xilinx vDPA driver >>>    vdpa/sfc: add support for device initialization >>>    vdpa/sfc: add support to get device and protocol features >>>    vdpa/sfc: get device supported max queue count >>>    vdpa/sfc: add support to get VFIO device fd >>>    vdpa/sfc: add support for dev conf and dev close ops >>>    vdpa/sfc: add support to get queue notify area info >>>    vdpa/sfc: add support for MAC filter config >>>    vdpa/sfc: add support to set vring state >>>    vdpa/sfc: set a multicast filter during vDPA init >>> >>>   MAINTAINERS                            |   6 + >>>   doc/guides/rel_notes/release_21_08.rst |   5 + >>>   doc/guides/vdpadevs/features/sfc.ini   |  19 + >>>   doc/guides/vdpadevs/sfc.rst            | 107 ++++ >>>   drivers/common/sfc_efx/efsys.h         |   2 +- >>>   drivers/common/sfc_efx/version.map     |  10 + >>>   drivers/vdpa/meson.build               |   1 + >>>   drivers/vdpa/sfc/meson.build           |  37 ++ >>>   drivers/vdpa/sfc/sfc_vdpa.c            | 367 +++++++++++++ >>>   drivers/vdpa/sfc/sfc_vdpa.h            | 163 ++++++ >>>   drivers/vdpa/sfc/sfc_vdpa_debug.h      |  21 + >>>   drivers/vdpa/sfc/sfc_vdpa_filter.c     | 159 ++++++ >>>   drivers/vdpa/sfc/sfc_vdpa_hw.c         | 415 +++++++++++++++ >>>   drivers/vdpa/sfc/sfc_vdpa_log.h        |  80 +++ >>>   drivers/vdpa/sfc/sfc_vdpa_mcdi.c       |  74 +++ >>>   drivers/vdpa/sfc/sfc_vdpa_ops.c        | 942 >>> +++++++++++++++++++++++++++++++++ >>>   drivers/vdpa/sfc/sfc_vdpa_ops.h        |  69 +++ >>>   drivers/vdpa/sfc/version.map           |   3 + >>>   18 files changed, 2479 insertions(+), 1 deletion(-) >>>   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_debug.h >>>   create mode 100644 drivers/vdpa/sfc/sfc_vdpa_filter.c >>>   create mode 100644 drivers/vdpa/sfc/sfc_vdpa_hw.c >>>   create mode 100644 drivers/vdpa/sfc/sfc_vdpa_log.h >>>   create mode 100644 drivers/vdpa/sfc/sfc_vdpa_mcdi.c >>>   create mode 100644 drivers/vdpa/sfc/sfc_vdpa_ops.c >>>   create mode 100644 drivers/vdpa/sfc/sfc_vdpa_ops.h >>>   create mode 100644 drivers/vdpa/sfc/version.map >>> >