From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 797568084 for ; Fri, 10 Oct 2014 17:51:49 +0200 (CEST) Received: by mail-wi0-f173.google.com with SMTP id fb4so2489496wid.12 for ; Fri, 10 Oct 2014 08:59:16 -0700 (PDT) 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=/4XhdwZjhWrUj33DIJOzBziKGXWeNnOxpBSeqQmUfm4=; b=aQ5cDpuR9teMUWrCjXDaQfwShKwE4Bd+eIZ0ML+bseZP/l4N6JN+E+BaYzkAk8Vu45 jg+SEaZNY8XFNuwdLpgu8YjQyQeO/EeUMiG9bLLAdbxaskvnXh4D1N1QizyTDYo1F5PE SJJgIoNTPANaKRZJZSiLNnQNeSdR1+JYMy4pjVRd8TwZnnan3XSxC+0UDkuNWYRjkIaJ 7AZC6+FFYMp6BNQvHVgODWWm0lgTRVBTEBq0DpKSJNc4pX6WLxJt0RW5AH484piVVmea KCcBI3+ifwqmrohyGgd2T81vr4odkxdrqNbR1go9y9xMqsR7obyeSbMJaU0bbBUh6/7Q 8dIg== X-Gm-Message-State: ALoCoQnjXInJCtkDyKDrUj59oWifK0a/BJ4mZIVvPRtZmHJgIF+0CYFOiojvdcjRTcaqofHpOOK5 X-Received: by 10.194.90.14 with SMTP id bs14mr3389519wjb.134.1412956756192; Fri, 10 Oct 2014 08:59:16 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ce1sm7478724wjc.2.2014.10.10.08.59.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Oct 2014 08:59:15 -0700 (PDT) From: Thomas Monjalon To: Daniel Mrzyglod Date: Fri, 10 Oct 2014 17:58:57 +0200 Message-ID: <6143873.hIqsjH5IpL@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20141010113313.GC19499@hmsreliant.think-freely.org> References: <1412935688-16991-1-git-send-email-danielx.t.mrzyglod@intel.com> <20141010113313.GC19499@hmsreliant.think-freely.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] Modify tools/setup.sh to be compatible with fedora 21 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, 10 Oct 2014 15:51:49 -0000 > > script was expecting /lib/modules/$(uname -r)/kernel/drivers/uio/uio.ko but in fedora 21 > > there are Compressed kernel modules - xz (LZMA) > > > > V3 patch: Remove sudo > > V2 patch: Use modinfo instead ls > > V1 patch: use ls instead checking if specific file exist > > > > Signed-off-by: Daniel Mrzyglod > > Acked-by: Neil Horman Applied Thanks -- Thomas