From: David Miller <davem@davemloft.net>
To: jeffrey.t.kirsher@intel.com
Cc: netdev@vger.kernel.org, gospo@redhat.com,
peter.p.waskiewicz.jr@intel.com
Subject: Re: [net-next-2.6 PATCH 1/3] ethtool: Introduce n-tuple filter programming support
Date: Tue, 09 Feb 2010 15:17:52 -0800 (PST) [thread overview]
Message-ID: <20100209.151752.234323076.davem@davemloft.net> (raw)
In-Reply-To: <20100205062131.20910.10580.stgit@localhost.localdomain>
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Thu, 04 Feb 2010 22:21:49 -0800
> +struct ethtool_rx_ntuple_flow_spec_container {
> + struct ethtool_rx_ntuple_flow_spec fs;
> + struct list_head list;
> +};
> +
> +struct ethtool_rx_ntuple_list {
> +#define ETHTOOL_MAX_NTUPLE_LIST_ENTRY 1024
> +#define ETHTOOL_MAX_NTUPLE_STRING_PER_ENTRY 14
> + struct list_head list;
> + int count;
> +};
These are kernel private data structures, please therefore put them in
the __KERNEL__ protected area of ethtool.h
Thanks.
prev parent reply other threads:[~2010-02-09 23:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-05 6:21 [net-next-2.6 PATCH 1/3] ethtool: Introduce n-tuple filter programming support Jeff Kirsher
2010-02-05 6:22 ` [net-next-2.6 PATCH 2/3] ixgbe: Add support for the new ethtool n-tuple programming interface Jeff Kirsher
2010-02-05 6:22 ` [net-next-2.6 PATCH 3/3] ixgbe: Bump driver version up Jeff Kirsher
2010-02-09 23:17 ` David Miller [this message]
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=20100209.151752.234323076.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=gospo@redhat.com \
--cc=jeffrey.t.kirsher@intel.com \
--cc=netdev@vger.kernel.org \
--cc=peter.p.waskiewicz.jr@intel.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;
as well as URLs for NNTP newsgroup(s).