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 9991BA0547; Sat, 31 Jul 2021 14:42:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 58D474014D; Sat, 31 Jul 2021 14:42:45 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id B4DDD40042 for ; Sat, 31 Jul 2021 14:42:43 +0200 (CEST) Received: from [192.168.100.116] (unknown [37.139.99.76]) (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 B61777F510; Sat, 31 Jul 2021 15:42:42 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru B61777F510 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1627735363; bh=vUZENd8X2nHYS+8rHsf2cTLreAOvBaPS9qL5b5D4g+M=; h=Subject:To:References:From:Date:In-Reply-To; b=eKNnoETtirEte6Dk9iu2cpdxAwJl4xCLZCiwSHe029Nc0xWxfU0ot4BadrTCU8pfN XcVR7cCBSzcRCtGzPe7eQwaoxKreJk22FTCKXGPU5fl0erOAAeuO2+UnTPHG1Py4rE oCcHLYEN+vMVNzgcKrofsoaGIsPHAsO7Nsp132vE= To: Maxime Coquelin , dev@dpdk.org, chenbo.xia@intel.com, amorenoz@redhat.com, bruce.richardson@intel.com, ferruh.yigit@intel.com, thomas@monjalon.net, aconole@redhat.com References: <20210730081230.644703-1-maxime.coquelin@redhat.com> <20210730081230.644703-2-maxime.coquelin@redhat.com> From: Andrew Rybchenko Message-ID: <9378b9bb-35eb-6a24-0d2c-2fe106ea1bee@oktetlabs.ru> Date: Sat, 31 Jul 2021 15:42:41 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210730081230.644703-2-maxime.coquelin@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/2] vhost: announce vDPA driver API marking as internal 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/30/21 11:12 AM, Maxime Coquelin wrote: > This patch announces the marking of all the vDPA driver APIs > as internal. > > Acked-by: Chenbo Xia > Signed-off-by: Maxime Coquelin Acked-by: Andrew Rybchenko