Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753249AbdDCN1s (ORCPT ); Mon, 3 Apr 2017 09:27:48 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:43968 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbdDCN1r (ORCPT ); Mon, 3 Apr 2017 09:27:47 -0400 Date: Mon, 3 Apr 2017 15:27:41 +0200 From: Andrew Lunn To: Corentin Labbe Cc: davem@davemloft.net, shuah@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests: add a generic testsuite for ethernet device Message-ID: <20170403132741.GC17550@lunn.ch> References: <20170331125752.20074-1-clabbe.montjoie@gmail.com> <20170331125752.20074-2-clabbe.montjoie@gmail.com> <20170331141241.GH22609@lunn.ch> <20170403131526.GC30824@Red> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170403131526.GC30824@Red> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 240 Lines: 7 > By ifnum, you mean by the order that "ip link" gives ? I've not checked if it remains in order as interfaces are hot plugged/unplugged. But i guess you are running tests direct after boot, and unplugs/replugs are unlikely? Andrew