[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150119050828.GC5612@vergenet.net>
Date: Mon, 19 Jan 2015 14:08:30 +0900
From: Simon Horman <simon.horman@...ronome.com>
To: John Fastabend <john.fastabend@...il.com>
Cc: tgraf@...g.ch, sfeldma@...il.com, netdev@...r.kernel.org,
gerlitz.or@...il.com, jhs@...atatu.com, andy@...yhouse.net,
davem@...emloft.net
Subject: Re: [net-next PATCH v2 03/12] net: flow: implement flow cache for
get routines
On Tue, Jan 13, 2015 at 01:36:22PM -0800, John Fastabend wrote:
[snip]
> diff --git a/include/linux/if_flow.h b/include/linux/if_flow.h
> index 23dec9b..dc70e3e 100644
> --- a/include/linux/if_flow.h
> +++ b/include/linux/if_flow.h
[snip]
> @@ -198,10 +201,28 @@ struct net_flow_tbl_node {
> * Flows must match all entries in match set.
> */
> struct net_flow_rule {
> + struct rhash_head node;
Hi John,
its seems that the 'node' field is new to this structure,
as compared with earlier versions with of this code, and
that some documentation for it should be added to
the comment immediately above the struct definition?
[snip]
--
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