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 266D8A0C4A; Wed, 7 Jul 2021 13:09:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E776B406FF; Wed, 7 Jul 2021 13:09:01 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 6C23C406B4 for ; Wed, 7 Jul 2021 13:09:01 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id F34157F463; Wed, 7 Jul 2021 14:09:00 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru F34157F463 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1625656141; bh=VVvImLXwBVZrf9U5y95pN+aPbvhGWMc8QCUmaqcHySM=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=Y64XzkBMq4/YTf3JWDOdCY0xh13RX3hRl6hKH23WAXrRRDji+rZtAIg9iW38fesZQ ksYSSRG1F4K94eFPKvhGYLkC8y6rkD7h3/TiBvTJxFXfczd/ooQpC2pb66FGX8KDI+ WSK4OreoKbBfgh36k3lGfXojZ7Hy8oj/BQ/j+Rj4= To: Vijay Srivastava , dev@dpdk.org Cc: maxime.coquelin@redhat.com, chenbo.xia@intel.com, Vijay Srivastava References: <20210706164418.32615-1-vsrivast@xilinx.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Wed, 7 Jul 2021 14:09:00 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210706164418.32615-1-vsrivast@xilinx.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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" On 7/6/21 7:44 PM, 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 Series-acked-by: Andrew Rybchenko