From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/ifc: fix build with type virtio16 Date: Mon, 8 Oct 2018 13:52:53 +0100 Message-ID: <31820495-4273-d47b-bbfa-c3ac942eed36@intel.com> References: <20181008043204.175238-1-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, thomas@monjalon.net, chaozhu@linux.vnet.ibm.com To: Xiao Wang Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E6B5B7CB0 for ; Mon, 8 Oct 2018 14:52:56 +0200 (CEST) In-Reply-To: <20181008043204.175238-1-xiao.w.wang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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