From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] igb_uio: fix Xen compatibility with kernel 3.18 Date: Wed, 17 Dec 2014 00:59:30 +0100 Message-ID: <1486226.if3TSyxZRj@xps13> References: <1418326403-27870-1-git-send-email-shu.shen@radisys.com> <548A7175.6060701@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Shu Shen Return-path: In-Reply-To: <548A7175.6060701-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-12-12 12:39, Jincheng Miao: > On 12/12/2014 03:33 AM, Shu Shen wrote: > > This patch fixes build failing with undefined symbol _PAGE_IOMAP with > > kernel 3.18. > > > > The Xen-specific _PAGE_IOMAP PTE flag was removed in kernel 3.18 and > > could be used for other purpose in future. This patch ensures that > > _PAGE_IOMAP flag is only used for kernels before 3.18. > > > > Signed-off-by: Shu Shen > > ACK, kernel-3.18.0 drops _PAGE_IOMAP. Applied Thanks -- Thomas