From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sullivan, Catherine" Subject: RE: [NET_NEXT RFC PATCH 2/3] ixgbe: added netdev_ops file to debugfs Date: Thu, 10 May 2012 22:29:14 +0000 Message-ID: References: <20120509230945.31910.48302.stgit@localhost6.localdomain6> <20120509161320.37fcb705@nehalam.linuxnetplumber.net> <20120510.163207.1812696843582837101.davem@davemloft.net> <20120510143539.5584e87e@nehalam.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Cc: David Miller , "netdev@vger.kernel.org" To: Stephen Hemminger Return-path: Received: from mga14.intel.com ([143.182.124.37]:27000 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932118Ab2EJW3R convert rfc822-to-8bit (ORCPT ); Thu, 10 May 2012 18:29:17 -0400 In-Reply-To: <20120510143539.5584e87e@nehalam.linuxnetplumber.net> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: > From: Stephen Hemminger [mailto:shemminger@vyatta.com] > Sent: Thursday, May 10, 2012 2:36 PM > > On Thu, 10 May 2012 21:14:49 +0000 > "Sullivan, Catherine" wrote: > > > I was aware of this, however this does not allow a call to the > ndo_tx_timeout function which is what my patch does. Is there a way to > do this with sysfs? I could not find this functionality. > > > > -----Original Message----- > > From: David Miller [mailto:davem@davemloft.net] > > Sent: Thursday, May 10, 2012 1:32 PM > > > > From: "Sullivan, Catherine" > > Date: Thu, 10 May 2012 20:28:28 +0000 > > > > > Could you point me to where this is available in sysfs please? I'm > > > not familiar with it. > > > > Is the 'find' program not properly functioning on your computer? > > > > [davem@drr net-next]$ find /sys -type f -name tx_timeout > > /sys/devices/virtual/net/lo/queues/tx-0/tx_timeout > > /sys/devices/virtual/net/redhat0/queues/tx-0/tx_timeout > > > /sys/devices/pci0000:00/0000:00:1c.2/0000:06:00.0/net/p34p1/queues/tx- > > 0/tx_timeout > > [davem@drr net-next]$ > > Are you trying to induce timeout for some tests or code coverage? Yes, we are using this for testing and debugging purposes.