From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 03/10] vhost: provide helpers for virtio ring relay Date: Tue, 18 Dec 2018 09:44:25 +0100 Message-ID: <2266493.k8d6OFhNvQ@xps> References: <20181213100910.13087-2-xiao.w.wang@intel.com> <0391f85a-4fcf-a84d-df6a-47d354a793ba@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Maxime Coquelin , "alejandro.lucero@netronome.com" , "dev@dpdk.org" , "Wang, Zhihong" , "Ye, Xiaolong" , "Bie, Tiwei" To: "Wang, Xiao W" Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id E68B71BB91 for ; Tue, 18 Dec 2018 09:44:31 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/12/2018 09:27, Wang, Xiao W: > From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com] > > On 12/17/18 3:41 PM, Wang, Xiao W wrote: > > > Thanks for the confirmation. > > > > Please note that CI reports a checkpatch issue: > > http://patches.dpdk.org/patch/48935/ > > + Thomas. > > I've tried the checkpatch.pl from CentOS 7.4 & 7.5 and also from the latest kernel, get no warning in my > self-check with dpdk/devtools/checkpatches.sh. > I don't know what checkpatch.pl the CI uses, it depends on the DPDK_CHECKPATCH_PATH environment > variable setting. In the v5 patch, I add the __rte_experimental flag for the new API even in the vdpa.c file, > but CI still reports this warning. It required to be updated on dpdk.org. It should be fixed now.