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 613CA1B736; Thu, 10 Jan 2019 15:39:07 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5C6EF2D2691; Thu, 10 Jan 2019 14:39:06 +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 023861001F5E; Thu, 10 Jan 2019 14:39:03 +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: <98eafc4f-3aac-3687-e040-bfe7601e53f1@redhat.com> Date: Thu, 10 Jan 2019 15:39:01 +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.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 10 Jan 2019 14:39:06 +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 14:39:07 -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 s/applicaiopn/application/ > 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(-) > No need to resend, I'll fix while applying: Reviewed-by: Maxime Coquelin Thanks, Maxime