* [PATCH flow-net-next] net: flow: Correct spelling of action
@ 2014-12-08 1:14 Simon Horman
2014-12-08 1:36 ` John Fastabend
0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2014-12-08 1:14 UTC (permalink / raw)
To: John Fastabend; +Cc: netdev, Simon Horman
Signed-off-by: Simon Horman <simon.horman@netronome.com>
---
include/uapi/linux/if_flow.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/if_flow.h b/include/uapi/linux/if_flow.h
index 25aa744..9255990 100644
--- a/include/uapi/linux/if_flow.h
+++ b/include/uapi/linux/if_flow.h
@@ -356,7 +356,7 @@ enum {
* @uid unique identifier for flow
* @priority priority to execute flow match/action in table
* @match null terminated set of match uids match criteria
- * @actoin null terminated set of action uids to apply to match
+ * @action null terminated set of action uids to apply to match
*
* Flows must match all entries in match set.
*/
--
2.1.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH flow-net-next] net: flow: Correct spelling of action
2014-12-08 1:14 [PATCH flow-net-next] net: flow: Correct spelling of action Simon Horman
@ 2014-12-08 1:36 ` John Fastabend
2014-12-08 3:47 ` Simon Horman
0 siblings, 1 reply; 3+ messages in thread
From: John Fastabend @ 2014-12-08 1:36 UTC (permalink / raw)
To: Simon Horman; +Cc: netdev
On 12/07/2014 05:14 PM, Simon Horman wrote:
> Signed-off-by: Simon Horman <simon.horman@netronome.com>
> ---
> include/uapi/linux/if_flow.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/if_flow.h b/include/uapi/linux/if_flow.h
> index 25aa744..9255990 100644
> --- a/include/uapi/linux/if_flow.h
> +++ b/include/uapi/linux/if_flow.h
> @@ -356,7 +356,7 @@ enum {
> * @uid unique identifier for flow
> * @priority priority to execute flow match/action in table
> * @match null terminated set of match uids match criteria
> - * @actoin null terminated set of action uids to apply to match
> + * @action null terminated set of action uids to apply to match
> *
> * Flows must match all entries in match set.
> */
>
Great thanks Simon! Also I've added a bit so we can
distinguish between INGRESS pipelines and EGRESS pipelines
and a bunch of fixes to the netlink processing to check the
lengths correctly. I'll push those to my tree in the next day or
so. I'm also porting this to rocker switch now which I hope
should be ready in the next week for submitting.
Just to be clear this is against my git tree @
https://github.com/jrfastab/flow-net-next/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH flow-net-next] net: flow: Correct spelling of action
2014-12-08 1:36 ` John Fastabend
@ 2014-12-08 3:47 ` Simon Horman
0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-12-08 3:47 UTC (permalink / raw)
To: John Fastabend; +Cc: netdev
On Sun, Dec 07, 2014 at 05:36:19PM -0800, John Fastabend wrote:
> On 12/07/2014 05:14 PM, Simon Horman wrote:
> > Signed-off-by: Simon Horman <simon.horman@netronome.com>
> > ---
> > include/uapi/linux/if_flow.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/include/uapi/linux/if_flow.h b/include/uapi/linux/if_flow.h
> > index 25aa744..9255990 100644
> > --- a/include/uapi/linux/if_flow.h
> > +++ b/include/uapi/linux/if_flow.h
> > @@ -356,7 +356,7 @@ enum {
> > * @uid unique identifier for flow
> > * @priority priority to execute flow match/action in table
> > * @match null terminated set of match uids match criteria
> > - * @actoin null terminated set of action uids to apply to match
> > + * @action null terminated set of action uids to apply to match
> > *
> > * Flows must match all entries in match set.
> > */
> >
>
> Great thanks Simon! Also I've added a bit so we can
> distinguish between INGRESS pipelines and EGRESS pipelines
> and a bunch of fixes to the netlink processing to check the
> lengths correctly. I'll push those to my tree in the next day or
> so. I'm also porting this to rocker switch now which I hope
> should be ready in the next week for submitting.
>
> Just to be clear this is against my git tree @
>
> https://github.com/jrfastab/flow-net-next/
Yes, that is right.
Feel free to squash it into existing patches if you prefer.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-08 3:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-08 1:14 [PATCH flow-net-next] net: flow: Correct spelling of action Simon Horman
2014-12-08 1:36 ` John Fastabend
2014-12-08 3:47 ` Simon Horman
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).