From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 05CE937B2 for ; Tue, 17 Jan 2017 23:10:01 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id c85so219976464wmi.1 for ; Tue, 17 Jan 2017 14:10:01 -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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=brWgfjhLa2wH6WocJ6Ou6pRyhmqIzqxnIp2oHlCZdhI=; b=Zx47QN8erAoIrzWaYruEvOA7elkz5pwqEhFQA9oigmsLlp229qHigohV7aYBNk9Yj5 zCORs9rFQXW929i1q2QjXLtktl6yG51lY7N7RYNzy/EUWroIb39WZkqxM6nUuAkzK4PJ RBz1MONsNbNTzEdPbzvIwLnypCY4dUsYIcewTeIia46mmlrYmwvht3OQwStjuoQnYqZE eTvjNs1K5Nh2wtDHK22PLQzRsc+DZoJOYPJrKcQWB7ZV358YNISXx510U09utnkB7xRS NST9AsX1U7coS4hdE3guNEyoEkrVr7CWFO8ZFr7IrMh7XElxa2o6Y5SMHis8+IPYlZcn 1qbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=brWgfjhLa2wH6WocJ6Ou6pRyhmqIzqxnIp2oHlCZdhI=; b=OyaPgZCr9VrRAgAefmjGixb77M0hX2xixLXeGMyXY4mzyj8qQ7qpESPNa8/0wUjGjM hJAGQPsMrCZU49QtZBqvQdQT96W0osyOct+pcwyg9sR2iwmkELI38ANEb3nfj2gVKRnU WTqC09RHia3mKbXdeH8FGQYzTDL4+ATVQzPgrfv0Ne1RkHfDONDU6Y/xR0I5tK2FtKhq Ysbb3yAMZ+TCWpW+K4ettm6OLzRnEnqAKzi/uHf/nXKQL+qtVc2U9NdIDbtBXkrpwm/3 oKfE0LWZAixwO1ciWrvGj2TSc89k2+5vLdYw8L4tld4GSEGQqTEFh4K/VkWwqDpQRAxL Mc6A== X-Gm-Message-State: AIkVDXK7N5OP4v0F214e7b3YxNqFwrqzZadwsRGwgRA7oH2dWdVX1uh84a/4oMoBdoLNepMb X-Received: by 10.223.166.137 with SMTP id t9mr14171449wrc.15.1484691000809; Tue, 17 Jan 2017 14:10:00 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id z134sm40007548wmc.20.2017.01.17.14.10.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jan 2017 14:10:00 -0800 (PST) From: Thomas Monjalon To: Andrew Rybchenko , Yuanhan Liu , jianfeng.tan@intel.com Cc: dev@dpdk.org Date: Tue, 17 Jan 2017 23:09:59 +0100 Message-ID: <6199672.AS3ZBII79S@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <05855a3d-632e-f328-dcf1-c182d2286280@solarflare.com> References: <05855a3d-632e-f328-dcf1-c182d2286280@solarflare.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] net/virtio: build is broken on FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 22:10:01 -0000 2017-01-17 17:39, Andrew Rybchenko: > dpdk-next-net build is broken for me on FreeBSD 10.3 and 11.0 regardless > clang/gcc: Thanks for reporting. It is due to the pull of next-virtio tree. It is broken also on Linux when virtio-user is disabled. Unfortunately the compilation test in CI failed to apply the patch: http://dpdk.org/dev/patchwork/patch/19352/