From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id ABA9493CE for ; Fri, 13 Nov 2015 11:55:32 +0100 (CET) Received: by wmvv187 with SMTP id v187so75413297wmv.1 for ; Fri, 13 Nov 2015 02:55:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=I2ZfQTUYvNiJPmrmyAEND8lpctRA1c6PJXrpk14Sgog=; b=o4Vm+OUKqg6RJcQY6JV5ey2AZ4UYQWXXqNVwM1GoOZuJGnx5Vq5m3lCIJPLAe2DIjh +am1mANqs7OuqCGNi38/i22DWPLilNVu2o7W9JGOCkAe1IXcIjVS+zpoGdtJEwBnN2Xm rjKbzxJcU60J+oHtwIVDiAv+6oqaVqiYPabSjwdjo9UZ9BPHNotrCVBM/DonITW2X9OT wxR5PDpMOw4OkydUredN8yydW5PeS+/b+yzIQx69TVEBX2/wkAEUR/pbkWVECaZetwsn HH/KYHTUUEgVTlrnO8tKAVIJjpRY3fkngzm7askdiYmdyIcEOiK15x7sMQzdI1W6ZHHh m+Fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=I2ZfQTUYvNiJPmrmyAEND8lpctRA1c6PJXrpk14Sgog=; b=QPp3FCxSwkc7H88An/3+WrNYvq/HDyfEz5lTmMeo9j1t/HPO0C/UJdOJtpcj0s5Xum KBo1on0Yap+p+001TW/c+8rQJUVjzK52QNVdviu2xNKwCmiBMpR50A13+U6mj09rKRIK 4bj62mwysYzgWSa5W7nD8OuGSVf1B2WgSokA3WVf44J/0kkqqB4fAhd0iI0T7KnW0sY7 /SICx3IMY2hnNPOe/rHuupKhXHPc01sXeKe9eVcOUd05HOT2mqmQgtLYcMKgNuF/W5ql PqiKPoOk2mMLe3c+sPXzrA0ju0r3g7J5ikHG0lkFoH2JkB1IHV19pvW6/RhuvuHCMU5x PHbg== X-Gm-Message-State: ALoCoQlfE7tjDROTWgEqG2HjtJ+Oh0hJD3ek9pDvKyz3Z5Szc4OnBwDikgN7QfBANS25MQg94yV4 X-Received: by 10.28.88.205 with SMTP id m196mr3133500wmb.7.1447412132384; Fri, 13 Nov 2015 02:55:32 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id l1sm8755905wmb.1.2015.11.13.02.55.31 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 Nov 2015 02:55:31 -0800 (PST) From: Thomas Monjalon To: Stephen Hemminger Date: Fri, 13 Nov 2015 11:54:19 +0100 Message-ID: <3303147.0kicPxqTq7@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446768574-32310-1-git-send-email-stephen@networkplumber.org> References: <1446768574-32310-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/5] Xen DOM0 runtime support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 10:55:32 -0000 2015-11-05 16:09, Stephen Hemminger: > Rebase of patches to current Intel drivers in DPDK 2.2-rc1 > > Stephen Hemminger (5): > xen: allow determining DOM0 at runtime > e1000: use rte_eth_dma_zone_reserve > ixgbe: use rte_eth_dma_zone_reserve > i40e: use rte_eth_dma_zone_reserve > fm10k: use rte_eth_dma_zone_reserve Applied, thanks I think we need to check "git grep LIBRTE_XEN_DOM0" and see what can be improved to better reduce the number of ifdefs for Xen.