On Fri, Apr 12, 2013 at 4:30 PM, Pravin B Shelar <[email protected]> wrote:
> Signed-off-by: Pravin B Shelar <[email protected]>
> ---
>  datapath/flow.c |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/datapath/flow.c b/datapath/flow.c
> index 841e8be..a8e5e9c 100644
> --- a/datapath/flow.c
> +++ b/datapath/flow.c
> @@ -1265,9 +1265,8 @@ int ovs_flow_from_nlattrs(struct sw_flow_key *swkey, 
> int *key_lenp,
>
>  /**
>   * ovs_flow_metadata_from_nlattrs - parses Netlink attributes into a flow 
> key.
> - * @in_port: receives the extracted input port.
> - * @tun_id: receives the extracted tunnel ID.
> - * @key: Netlink attribute holding nested %OVS_KEY_ATTR_* Netlink attribute
> + * @flow: recieves extracted in_port, priority, tun_key and skb_mark.
> + * @attr: Netlink attribute holding nested %OVS_KEY_ATTR_* Netlink attribute
>   * sequence.

Should we also add a description for key_len?
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to