From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lamparter Subject: Re: [PATCH v2] ethtool : Allow ethtool to set interface in loopback mode. Date: Fri, 3 Dec 2010 17:03:33 +0100 Message-ID: <20101203160333.GA235120@jupiter.n2.diac24.net> References: <1291299660.3259.5.camel@bwh-desktop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ben Hutchings , linux-netdev , Tom Herbert , David Miller To: Mahesh Bandewar Return-path: Received: from spaceboyz.net ([87.106.131.203]:36987 "EHLO spaceboyz.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751408Ab0LCQDl (ORCPT ); Fri, 3 Dec 2010 11:03:41 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Dec 02, 2010 at 02:35:51PM -0800, Mahesh Bandewar wrote: > This patch adds -L command-line option to switch loopback mode on/off > and -l option to display current loopback mode on a specified interface. [...] > +.A1 on off > +Switches loopback mode > +.B on > +or > +.B off What about devices that support different kinds of loopback, like MAC loopback & PHY loopback? (No idea if we have kernel support for this either...) -David