[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100209.151752.234323076.davem@davemloft.net>
Date: Tue, 09 Feb 2010 15:17:52 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: jeffrey.t.kirsher@...el.com
Cc: netdev@...r.kernel.org, gospo@...hat.com,
peter.p.waskiewicz.jr@...el.com
Subject: Re: [net-next-2.6 PATCH 1/3] ethtool: Introduce n-tuple filter
programming support
From: Jeff Kirsher <jeffrey.t.kirsher@...el.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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists