netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] vxlan: Correct path typo in comment
@ 2015-03-12  2:00 Simon Horman
  2015-03-12  3:07 ` David Miller
  2015-03-12 13:44 ` Sergei Shtylyov
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2015-03-12  2:00 UTC (permalink / raw)
  To: David S. Miller; +Cc: Tom Herbert, netdev, Simon Horman

Flags are used in the return path rather than the return patch.

Fixes: af33c1adae1e ("vxlan: Eliminate dependency on UDP socket in transmit path")
Signed-off-by: Simon Horman <simon.horman@netronome.com>
---
 include/net/vxlan.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/vxlan.h b/include/net/vxlan.h
index eabd3a0..9564b77 100644
--- a/include/net/vxlan.h
+++ b/include/net/vxlan.h
@@ -130,7 +130,7 @@ struct vxlan_sock {
 #define VXLAN_F_GBP			0x800
 #define VXLAN_F_REMCSUM_NOPARTIAL	0x1000
 
-/* Flags that are used in the receive patch. These flags must match in
+/* Flags that are used in the receive path. These flags must match in
  * order for a socket to be shareable
  */
 #define VXLAN_F_RCV_FLAGS		(VXLAN_F_GBP |			\
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] vxlan: Correct path typo in comment
  2015-03-12  2:00 [PATCH net-next] vxlan: Correct path typo in comment Simon Horman
@ 2015-03-12  3:07 ` David Miller
  2015-03-12 13:44 ` Sergei Shtylyov
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2015-03-12  3:07 UTC (permalink / raw)
  To: simon.horman; +Cc: therbert, netdev

From: Simon Horman <simon.horman@netronome.com>
Date: Thu, 12 Mar 2015 11:00:10 +0900

> Flags are used in the return path rather than the return patch.
> 
> Fixes: af33c1adae1e ("vxlan: Eliminate dependency on UDP socket in transmit path")
> Signed-off-by: Simon Horman <simon.horman@netronome.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] vxlan: Correct path typo in comment
  2015-03-12  2:00 [PATCH net-next] vxlan: Correct path typo in comment Simon Horman
  2015-03-12  3:07 ` David Miller
@ 2015-03-12 13:44 ` Sergei Shtylyov
  1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2015-03-12 13:44 UTC (permalink / raw)
  To: Simon Horman, David S. Miller; +Cc: Tom Herbert, netdev

Hello.

On 3/12/2015 5:00 AM, Simon Horman wrote:

> Flags are used in the return path rather than the return patch.

    s/return/receive/?

> Fixes: af33c1adae1e ("vxlan: Eliminate dependency on UDP socket in transmit path")
> Signed-off-by: Simon Horman <simon.horman@netronome.com>
[...]

> diff --git a/include/net/vxlan.h b/include/net/vxlan.h
> index eabd3a0..9564b77 100644
> --- a/include/net/vxlan.h
> +++ b/include/net/vxlan.h
> @@ -130,7 +130,7 @@ struct vxlan_sock {
>   #define VXLAN_F_GBP			0x800
>   #define VXLAN_F_REMCSUM_NOPARTIAL	0x1000
>
> -/* Flags that are used in the receive patch. These flags must match in
> +/* Flags that are used in the receive path. These flags must match in
>    * order for a socket to be shareable
>    */
>   #define VXLAN_F_RCV_FLAGS		(VXLAN_F_GBP |			\

WBR, Sergei

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-12 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12  2:00 [PATCH net-next] vxlan: Correct path typo in comment Simon Horman
2015-03-12  3:07 ` David Miller
2015-03-12 13:44 ` Sergei Shtylyov

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).