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 72331A0547; Sat, 31 Jul 2021 14:43:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C58A4067A; Sat, 31 Jul 2021 14:43:13 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id AD75640042 for ; Sat, 31 Jul 2021 14:43:11 +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)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id F2B9E7F504; Sat, 31 Jul 2021 15:43:10 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru F2B9E7F504 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1627735391; bh=O9JYIe394XUAe/X6r1s/+xdL7qZPOVa8I3oxdWV3Uq8=; h=Subject:To:References:From:Date:In-Reply-To; b=avt9YjN9AAxRP3+KU6IjdGQNIITucpABjmdgbJkrEkTIsADG4O8eYc4+opHj+0u1J BtYeN/5pNcUXV7ZmMOXjs75AN7ex4GH4CY4c3vLqiEd6fhjZ62MBpfsGfj/Wdrc+Po KEvGcp+mXlknWKtyCzvXoaFqFJMQQwfMlnbH/6TY= 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-3-maxime.coquelin@redhat.com> From: Andrew Rybchenko Message-ID: Date: Sat, 31 Jul 2021 15:43:10 +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-3-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 2/2] vhost: notice Vhost ops struct renaming 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 renaming of struct > vhost_device_ops to rte_vhost_device_ops in DPDK v21.11. > > Acked-by: Chenbo Xia > Signed-off-by: Maxime Coquelin Acked-by: Andrew Rybchenko