From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 7332D2BA2 for ; Fri, 5 Aug 2016 09:51:08 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id o80so24547389wme.1 for ; Fri, 05 Aug 2016 00:51:08 -0700 (PDT) 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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=OzQI3Y8X8gcvBNsEyOTzxW/KG7pfY9e3LZ+kNTwf7qc=; b=023fKoXa7ECu7X/VHzkQs/RMeFM7vJR6iGdJRsjXZjUPIN/7jM0q2fz9bgY0bU0i4F 10VP2fqqiMemhx0Z0W4FU68FNT/jcs/pcb6x7vi7Ks0pHDbSYGro1eTH9va/bUl4FQK7 dbW8fZYxD8NhkJS21HB7EgRODOEY5ekS+GX64j0NZGvUeB69S6yGuKrvxEzan7QCgMNl eswjU65Zg7zzlr/p50Bz5ryTE3rRwV2rP+gyilFu4zHE/SeLS+9ufXkAGOMaS0bMEjqu shZ59K1eckRgDj5csJOKI8mIndpcz+rcKSXDJfoTmvzuyNa1lQ5y4bcjWkHNOt6hZrCt xc4A== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=OzQI3Y8X8gcvBNsEyOTzxW/KG7pfY9e3LZ+kNTwf7qc=; b=U/a406gDaOOtPDrfEBxKYPQKO/IsKf1VA4iz1QT3b4a/R0dSEVyQZ7SyldVbU4cxkL K0ZJkZwpm2SFeMpqfjQNgoNLA1RP347AiVGsPp/9rxN+Z8i9aq0JKV0wMgb3PIYtCRMd 90jfhXD+2fgjRw1BBvfSfgiBR/OJWaGTApVvkiggL7qN2nyk7ED+3ITgPr2gh6VPt0rI C+O+lrnD1834pN3/XDQpUvk5KuP3oRQrn82hz6FZTvls788p1/2uXUdfT6mbwdzBBcuA evayAyjxBQHGNwQr8bd2VPRFsVagWDLJRgEuhjsDeKn4U4dbMty8hLaGX4zBW/eyshy3 VI4A== X-Gm-Message-State: AEkoouuMO7AyK2sNKIuLGN6E1rOnDKXrLNO5FxBF0v93YFqEJRZSy7Y10Xb36zymc+2HypYF X-Received: by 10.28.234.16 with SMTP id i16mr2026424wmh.76.1470383468220; Fri, 05 Aug 2016 00:51:08 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id f10sm16493001wje.14.2016.08.05.00.51.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Aug 2016 00:51:07 -0700 (PDT) From: Thomas Monjalon To: linhaifeng Cc: dev@dpdk.org, Jan Viktorin Date: Fri, 05 Aug 2016 09:51:06 +0200 Message-ID: <2352652.VpdBomjQYc@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1778638.WMj1Y5ph2l@xps13> References: <57A3F55D.7060204@huawei.com> <1778638.WMj1Y5ph2l@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] test: failed to clone dpdk source in windows 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, 05 Aug 2016 07:51:08 -0000 2016-08-05 09:44, Thomas Monjalon: > 2016-08-05 10:09, linhaifeng: > > hi,thomas > > > > Could you change the name of file in directory app/test/test_pci_sysfs/bus/pci/devices/ ? > > I think somebody like us also cann't access internet in liunux.Windows not support file name > > include ':'. > > Not sure to understand the use case. > This is a fake sysfs, we cannot change the names. In other words, Windows is not supported, neither for runtime nor for development. For information, which filesystem do not support ':'? If someone wants to add this support, the fake sysfs could have slightly different names and rightly renamed during compilation.