From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 9D6331B8B3; Thu, 10 Jan 2019 16:18:38 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B6CC0CC0AA; Thu, 10 Jan 2019 15:18:37 +0000 (UTC) Received: from [10.36.112.17] (ovpn-112-17.ams2.redhat.com [10.36.112.17]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 309DD60A35; Thu, 10 Jan 2019 15:18:34 +0000 (UTC) To: Rami Rosen , dev@dpdk.org Cc: tiwei.bie@intel.com, zhihong.wang@intel.com, yuanhan.liu@linux.intel.com, stable@dpdk.org References: <1547045850-121102-1-git-send-email-ramirose@gmail.com> From: Maxime Coquelin Message-ID: Date: Thu, 10 Jan 2019 16:18:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: <1547045850-121102-1-git-send-email-ramirose@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Thu, 10 Jan 2019 15:18:38 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] examples/vhost: remove unnecessary method and constant X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2019 15:18:38 -0000 On 1/9/19 3:57 PM, Rami Rosen wrote: > This cleanup patch removes a method and a constant which are now > unnecessary in the VHOST sample applicaiopn, namely the > validate_num_devices() method and the MAX_DEVICES constant. > > Fixes: 56fe86f8dcaf ("examples/vhost: embed statistics into device structure") > Cc: stable@dpdk.org > > Signed-off-by: Rami Rosen > --- > examples/vhost/main.c | 22 ---------------------- > 1 file changed, 22 deletions(-) Applied to dpdk-next-virtio with fixing commit message typo, and also removing the Cc to stable, as IIUC it is more a cleanup than fixing a real problem. Thanks, Maxime