From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id E7E03952 for ; Tue, 7 Feb 2017 18:05:04 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id c85so169515465wmi.1 for ; Tue, 07 Feb 2017 09:05:04 -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=pYit4hu9G3qBBfIgmto8U1w+oDA0Dc1lNZ5pkz8Oq24=; b=G9IDKA0IwdxbZ0VUT8Yfnpb3saC04C8MwBsA5BqzbkOyMjVbiVWa/qCniXA1h0PbRG NyZ7d3BGRfPeHnovFbaWCCHxqii6G0BcDfZ2w/83TygdM56UdApqW02ZT+xnGG2zs7qX 9KGrrg72Wqu8CzgSN6ZHkYLmkJdmgE6VhpAaRiwyVtPibcmWeJFbJ9Wj0b/xcmsOlUJx U0G36fMzdGOlub6PTp6O1V/hvLQ6R96Zx/yPUi3mw5Bcbt4U9TowSlAKfQurLLQU5UAB YOotXMLsQ3ClMURfW018/TFzRt//yWmS81nEM0G8stwAeQ6lv6rnNViVg9BLooCC2k/I +xjQ== 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=pYit4hu9G3qBBfIgmto8U1w+oDA0Dc1lNZ5pkz8Oq24=; b=QzIWEhEAecF2mfswVHZnYoEFcxf1trNX354dNd5gtnrhDdO9oyMPm+sI4h/1btbgsQ Acoo61Z2ytlc8XLRVAjL0qtR4unM0Jv0K7XG1qgKo/7N9OiaJUHpiC0JOlEP7udrPiZT lVlvvkAVlMO5dFmGKAT+OGkn0V8nqfS1duqqoc9YK9c2S5aOnGnGiz+MAZP2tzRCuziL X9VgRz1W7TmwP5ioYcJVWtAn1InEfXgfKILTXW2TQTiAyNeagkGTPkZEgfBpWb0Mi08Y lo+1ei5LNG7+FnVJon9IEDUKamC4w/KHhuYkgF2xJWA9QoTv16bx7z9e1Am2CRrIKX+k bkuA== X-Gm-Message-State: AMke39m889vBVhAKqeVJmeVql+UlTPraxcX6+xP07HHiY139Zyr1Vr+ooCCfkez53yKlZs7Y X-Received: by 10.28.99.69 with SMTP id x66mr13428254wmb.91.1486487104699; Tue, 07 Feb 2017 09:05:04 -0800 (PST) Received: from xps13.localnet (234.204.154.77.rev.sfr.net. [77.154.204.234]) by smtp.gmail.com with ESMTPSA id o22sm8357735wro.2.2017.02.07.09.05.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Feb 2017 09:05:04 -0800 (PST) From: Thomas Monjalon To: Anders Roxell Cc: dev@dpdk.org, ricardo.salveti@linaro.org Date: Tue, 07 Feb 2017 18:04:23 +0100 Message-ID: <6436237.sUZdnsUm2n@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170118214505.30663-1-anders.roxell@linaro.org> References: <20170118214505.30663-1-anders.roxell@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] pkg: add dkms to build kernel module 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, 07 Feb 2017 17:05:05 -0000 Hi, So the idea is to package DPDK kernel modules with DKMS. And if we do not want to use DKMS, we just have to remove this part? Could we better identify the DKMS part to remove? Or add a variable to switch between the 2 modes? 2017-01-18 22:45, Anders Roxell: > +MAKE="source /usr/share/dpdk/buildtools/dpdk-sdk-env.sh; make MODULE_CFLAGS='-I/usr/include/dpdk -include /usr/include/dpdk/rte_config.h'" What is dpdk-sdk-env.sh?