From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 5AE711B13F for ; Tue, 9 Oct 2018 01:59:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8319F21D35; Mon, 8 Oct 2018 19:59:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 08 Oct 2018 19:59:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=ZAoyKXUzDzmAHz4od2s4wu7Jb+gb9ssG77P+OXO2/uM=; b=F5rr7XZ4mUZx IhNuNn8Q71iiOIPvbnfvmrMFsyeDjSZbBISpSeOJSvQcXhUYbPpGyOmF4TVI/vem cM4sfsa5owiI29DeqgDXSYFkzr8jYSjZAT0RiTc/vHEHAjKypC5d2nmBY5PnDEDg klLyuS67lQPeyekKJ37lLw8jaKNrWIA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=ZAoyKXUzDzmAHz4od2s4wu7Jb+gb9ssG77P+OXO2/ uM=; b=cWrVKIMEgqTWENLzrU64HDUzKsB+asthKOXvHxb7/9BIIP3nBt5K9v7kD AIUn//wvMIqlOrYGqbQyASN8nyO5j+5Q6dpYSE6DJNdq+CnxKLQVo98OP2GepD42 HDFnY2Kvy33Qr3vb+v2JEugSopM8ixyUzP7IfQXbBnpV7H5STZ3DUG9/69ChSI0a 6KVwn7FA0ZunPiO4elvdkppr0QfgH4UzkGdMjOBxnkx+edT8tpQB0xTOxvVhInkm Nnn5/fmsz2Go5NGqnKm35xovx1gLJ9kbKyCU69Zqxk8sRPeADSTobiP5hrtKTzD4 psj8hkQ+g6PfgqTkyBsN6CzK4dB5w== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B7432E4307; Mon, 8 Oct 2018 19:59:34 -0400 (EDT) From: Thomas Monjalon To: Xiao Wang Cc: dev@dpdk.org, Ferruh Yigit , chaozhu@linux.vnet.ibm.com Date: Tue, 09 Oct 2018 01:59:32 +0200 Message-ID: <1689751.y9sZlFj1Sz@xps> In-Reply-To: <31820495-4273-d47b-bbfa-c3ac942eed36@intel.com> References: <20181008043204.175238-1-xiao.w.wang@intel.com> <31820495-4273-d47b-bbfa-c3ac942eed36@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/ifc: fix build with type virtio16 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: Mon, 08 Oct 2018 23:59:37 -0000 08/10/2018 14:52, Ferruh Yigit: > On 10/8/2018 5:32 AM, Xiao Wang wrote: > > The typedef of "__virtio16" is introduced into Linux kernel in v3.19. > > To prevent build error on old kernel, this patch replaces the > > "__virtio" usage with "uint16_t". > > > > Fixes: d7fe5a2861e7 ("net/ifc: support live migration") > > > > Signed-off-by: Xiao Wang > > Reviewed-by: Ferruh Yigit Applied, thanks