From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 683C43B2A4 for ; Tue, 12 Dec 2017 07:28:57 -0500 (EST) X-Originating-IP: 74.125.82.43 Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) (Authenticated sender: me@louie.lu) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 9886AC5A72 for ; Tue, 12 Dec 2017 13:28:56 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id i11so19921594wmf.4 for ; Tue, 12 Dec 2017 04:28:56 -0800 (PST) X-Gm-Message-State: AKGB3mJERj0o0NeaprM8F5q4ZtV+9uySv2K+dioHDdpuqyG261et5AMa DP5WcrIv/SbYjr8ku281X8MJNsWFOb6PuYqzS90= X-Google-Smtp-Source: ACJfBos0wjR1R68cpfngHPfC8o9+BT4sP82kggjwUtvjeKbv0/33Rv6Z7x/4Kn/ZZjxn2+ZxqN54Q4fRrl5SXimFwpE= X-Received: by 10.80.227.193 with SMTP id c1mr2717931edm.16.1513081735982; Tue, 12 Dec 2017 04:28:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.141.205 with HTTP; Tue, 12 Dec 2017 04:28:55 -0800 (PST) From: Louie Lu Date: Tue, 12 Dec 2017 20:28:55 +0800 X-Gmail-Original-Message-ID: Message-ID: To: Make-wifi-fast@lists.bufferbloat.net Content-Type: text/plain; charset="UTF-8" Subject: [Make-wifi-fast] How to efficient test ath10k driver changed on LEDE platform? X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 12:28:57 -0000 Hi all, I'm using TP-Link C2600 with LEDE to test ath10k driver, not sure if there have a better way to make the procedure more efficient. This is my current workflow: 1. Using ath.git to make the changed I want (apply make-wifi-fast path for example) 2. git-patch to get the patch file 3. Put the patch file into LEDE ./package/kernel/mac80211/patches/ 4. Build up LEDE 5. scp ath10k kernel module into C2600 and reboot C2600 6. Check and test with the modified driver I'm wondering if step 5 can reduce the reboot step, just rmmod and insmod ath10k driver when it is running to save the reboot time. Also, sometimes apply patch into LEDE may cause error when compiling ath10k driver, is there any way to specify which version of ath10k that LEDE to build? Thanks, Louie.