public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@vyatta.com>
To: "Ramachandra K" <ramachandra.kuchimanchi@qlogic.com>
Cc: netdev@vger.kernel.org, rdreier@cisco.com,
	"Amar Mudrankit \(Contractor - \)" <amar.mudrankit@qlogic.com>,
	general@lists.openfabrics.org,
	"Poornima Kamath \(Contractor - \)" <poornima.kamath@qlogic.com>
Subject: [ofa-general] Re: [RESEND] RE: [PATCH 08/13] QLogic VNIC: sysfs interface implementation for the driver
Date: Thu, 1 May 2008 11:22:52 -0700	[thread overview]
Message-ID: <20080501112252.167695c7@extreme> (raw)
In-Reply-To: <71d336490805010943s79f01e01u9b4566165c4fba3f@mail.gmail.com>

On Thu, 1 May 2008 22:13:08 +0530
"Ramachandra K" <ramachandra.kuchimanchi@qlogic.com> wrote:

> Sorry for the resend. Original mail got bounced from netdev.
> 
> On Thu, May 1, 2008 at 9:32 PM,  <ramachandra.kuchimanchi@qlogic.com> wrote:
> >
> > Stephen,
> >
> >
> >  Stephen Hemminger [mailto:shemminger@vyatta.com] wrote:
> >
> >  >> On Wed, 30 Apr 2008 22:49:55 +0530
> >  >> Ramachandra K <ramachandra.kuchimanchi@qlogic.com> wrote:
> >
> >  <snip>
> >
> >
> >  >> +static match_table_t vnic_opt_tokens = {
> >  >> +    {VNIC_OPT_IOC_GUID, "ioc_guid=%s"},
> >  >> +    {VNIC_OPT_DGID, "dgid=%s"},
> >  >> +    {VNIC_OPT_PKEY, "pkey=%x"},
> >  >> +    {VNIC_OPT_NAME, "name=%s"},
> >  >> +    {VNIC_OPT_INSTANCE, "instance=%d"},
> >  >> +    {VNIC_OPT_RXCSUM, "rx_csum=%s"},
> >  >> +    {VNIC_OPT_TXCSUM, "tx_csum=%s"},
> >  >> +    {VNIC_OPT_HEARTBEAT, "heartbeat=%d"},
> >  >> +    {VNIC_OPT_IOC_STRING, "ioc_string=\"%s"},
> >  >> +    {VNIC_OPT_IB_MULTICAST, "ib_multicast=%s"},
> >  >> +    {VNIC_OPT_ERR, NULL}
> >  >> +};
> >  >>
> >
> >  > NO
> >  > 1. Most of this shouldn't be done via sysfs (rx_csum, tx_csum, ...)
> >  > 2. Sysfs is one value per file not name=value
> >
> >  The VNIC driver needs multiple parameters (IOCGUID, DGID etc) from user space
> >  to connect to the EVIC. For this the "name=value" mechanism is used for
> >  a write-only sysfs file as an input method to the driver.
> >
> >  The driver follows the one value per file sysfs rule when it returns any data
> >  with each readable file returning only a single value.
> >
> >  Regards,
> >  Ram

The undocumented style rule of sysfs is one value (ascii) per file.

  reply	other threads:[~2008-05-01 18:22 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-30 17:15 [ofa-general] [PATCH 00/13] QLogic Virtual NIC (VNIC) Driver Ramachandra K
2008-04-30 17:16 ` [ofa-general] [PATCH 01/13] QLogic VNIC: Driver - netdev implementation Ramachandra K
2008-05-02 18:15   ` Roland Dreier
2008-05-05 15:36     ` [ofa-general] " Ramachandra K
2008-05-05 20:42       ` Roland Dreier
2008-04-30 17:16 ` [ofa-general] [PATCH 02/13] QLogic VNIC: Netpath - abstraction of connection to EVIC/VEx Ramachandra K
2008-04-30 17:17 ` [ofa-general] [PATCH 03/13] QLogic VNIC: Implementation of communication protocol with EVIC/VEx Ramachandra K
2008-04-30 17:17 ` [ofa-general] [PATCH 04/13] QLogic VNIC: Implementation of Control path of communication protocol Ramachandra K
2008-04-30 17:18 ` [ofa-general] [PATCH 05/13] QLogic VNIC: Implementation of Data " Ramachandra K
2008-04-30 17:18 ` [ofa-general] [PATCH 06/13] QLogic VNIC: IB core stack interaction Ramachandra K
2008-05-13 20:40   ` [ofa-general] " Roland Dreier
2008-04-30 17:19 ` [ofa-general] [PATCH 07/13] QLogic VNIC: Handling configurable parameters of the driver Ramachandra K
2008-05-13 20:41   ` Roland Dreier
2008-04-30 17:19 ` [ofa-general] [PATCH 08/13] QLogic VNIC: sysfs interface implementation for " Ramachandra K
2008-05-01 14:56   ` Stephen Hemminger
2008-05-01 16:02     ` [ofa-general] " Kuchimanchi, Ramachandra (Contractor - )
2008-05-01 16:43       ` [ofa-general] [RESEND] " Ramachandra K
2008-05-01 18:22         ` Stephen Hemminger [this message]
2008-04-30 17:20 ` [ofa-general] [PATCH 09/13] QLogic VNIC: IB Multicast for Ethernet broadcast/multicast Ramachandra K
2008-05-15 22:38   ` Roland Dreier
2008-04-30 17:20 ` [ofa-general] [PATCH 10/13] QLogic VNIC: Driver Statistics collection Ramachandra K
2008-05-15 22:33   ` Roland Dreier
2008-05-20 16:52     ` [ofa-general] " Ramachandra K
2008-04-30 17:21 ` [PATCH 11/13] QLogic VNIC: Driver utility file - implements various utility macros Ramachandra K
2008-05-01 14:58   ` [ofa-general] " Stephen Hemminger
2008-05-01 16:18     ` [ofa-general] " Kuchimanchi, Ramachandra (Contractor - )
2008-05-01 17:01       ` Ramachandra K
2008-05-01 18:26         ` Stephen Hemminger
2008-04-30 17:21 ` [ofa-general] [PATCH 12/13] QLogic VNIC: Driver Kconfig and Makefile Ramachandra K
2008-05-15 22:31   ` Roland Dreier
2008-04-30 17:22 ` [ofa-general] [PATCH 13/13] QLogic VNIC: Modifications to IB " Ramachandra K
2008-04-30 22:25 ` [ofa-general] Re: [PATCH 00/13] QLogic Virtual NIC (VNIC) Driver Roland Dreier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080501112252.167695c7@extreme \
    --to=shemminger@vyatta.com \
    --cc=amar.mudrankit@qlogic.com \
    --cc=general@lists.openfabrics.org \
    --cc=netdev@vger.kernel.org \
    --cc=poornima.kamath@qlogic.com \
    --cc=ramachandra.kuchimanchi@qlogic.com \
    --cc=rdreier@cisco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox