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 BB6AAA00C2; Tue, 27 Sep 2022 13:51:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFD7A4113D; Tue, 27 Sep 2022 13:51:59 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 81FAC40694 for ; Tue, 27 Sep 2022 13:51:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1664279518; 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=C/hCf4Ec0QDBRjCgnQ03r+QVgNWO5C425BfviMDbZiA=; b=JWgoP7BWmF1UiH1pxrplCSHvbrQt2G8BmNpR+zDBOfFPnM6snYEDqmKESQ9RwKt2XJVYTF 6GRt5y7X8xJxv0TLTSFGWl+KnaqllrKaMQJg4olP84m1uETAjH1exlocHwNrrXYVRuDz2e atCdeUGv2+gVLn4+wLNBu19KZCyF82w= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-393-6RmjP66iMyecl64iFNd4_g-1; Tue, 27 Sep 2022 07:51:55 -0400 X-MC-Unique: 6RmjP66iMyecl64iFNd4_g-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AC9E5299E754; Tue, 27 Sep 2022 11:51:54 +0000 (UTC) Received: from [10.39.208.26] (unknown [10.39.208.26]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D8B96205FA83; Tue, 27 Sep 2022 11:51:50 +0000 (UTC) Message-ID: <04a1cb71-d907-63c2-1a60-0dc7ac59b5a6@redhat.com> Date: Tue, 27 Sep 2022 13:51:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH] vhost: remove deprecated helpers To: David Marchand , dev@dpdk.org Cc: Chenbo Xia , Ray Kinsella References: <20220927113608.3015654-1-david.marchand@redhat.com> From: Maxime Coquelin In-Reply-To: <20220927113608.3015654-1-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 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: 7bit 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 On 9/27/22 13:36, David Marchand wrote: > Those helpers have been marked as deprecated for a long time and have > documented equivalent helpers. > > Signed-off-by: David Marchand > --- > doc/guides/rel_notes/release_22_11.rst | 3 ++ > lib/vhost/rte_vhost.h | 55 -------------------------- > lib/vhost/version.map | 2 - > lib/vhost/vhost.c | 11 ------ > 4 files changed, 3 insertions(+), 68 deletions(-) > Reviewed-by: Maxime Coquelin Thanks, Maxime