From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wh10.alp1.flow.ch (wh10.alp1.flow.ch [185.119.84.194]) by dpdk.org (Postfix) with ESMTP id 12FF320BD for ; Thu, 21 Feb 2019 15:47:05 +0100 (CET) Received: from [37.139.80.50] (port=48599 helo=nw) by wh10.alp1.flow.ch with esmtpsa (TLSv1.1:ECDHE-RSA-AES256-SHA:256) (Exim 4.91) (envelope-from ) id 1gwpcv-000Apz-Jo for users@dpdk.org; Thu, 21 Feb 2019 15:47:05 +0100 Date: Thu, 21 Feb 2019 17:47:03 +0300 From: Alex Kiselev Message-ID: <1681745409.20190221174703@therouter.net> To: users@dpdk.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - wh10.alp1.flow.ch X-AntiAbuse: Original Domain - dpdk.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - therouter.net X-Get-Message-Sender-Via: wh10.alp1.flow.ch: authenticated_id: alex@therouter.net X-Authenticated-Sender: wh10.alp1.flow.ch: alex@therouter.net X-Source: X-Source-Args: X-Source-Dir: Subject: [dpdk-users] build dpdk for a cpu that doesn't support avx X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2019 14:47:06 -0000 Hi. Is it possible to build DPDK application on a machine that do have AVX support for use at another machine that doesn't have AVX feature? Thanks.