From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fm10k: support XEN domain0 Date: Wed, 01 Jul 2015 12:47:24 +0200 Message-ID: <3937025.fl7qCHlTup@xps13> References: <1431680162-13704-1-git-send-email-shaopeng.he@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "He, Shaopeng" Return-path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 9BCA237AF for ; Wed, 1 Jul 2015 12:48:33 +0200 (CEST) Received: by wgjx7 with SMTP id x7so33091013wgj.2 for ; Wed, 01 Jul 2015 03:48:33 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-06-30 03:27, He, Shaopeng: > From: He, Shaopeng > > From: Liu, Jijiang > > > Acked-by: Jijiang Liu > > > > > > I think this patch could be merged before Stephen's following patch[1] is > > > merged, then Stephen should rework the patch[1]. > > > Thanks. > > > > > > [1]http://dpdk.org/ml/archives/dev/2015-March/014992.html > > > > Do you think we can accept this patch in current no-so-elegant way, so user > > can > > use XEN with fm10k from release 2.1; or better to wait for Stephen's patch? > > Thank you in advance for your attention to this matter. > > This patch is necessary for fm10k to use on XEN environment with DPDK. How could > we move forward, could you please kindly give some advice? Applied. It's probably the last time this ifdef is used. Next time, we'll have to introduce a function which is common to Xen and standard case. A rework is welcome. The Xen case could also be switched at run-time. Stephen's patch must be reviewed for that.