All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Roman Mashak <mrv@mojatatu.com>, davem@davemloft.net
Cc: netdev@vger.kernel.org, kernel@mojatatu.com, jhs@mojatatu.com,
	xiyou.wangcong@gmail.com, jiri@resnulli.us
Subject: Re: [PATCH net 1/1] neigh: send protocol value in neighbor create notification
Date: Tue, 5 May 2020 11:00:47 -0600	[thread overview]
Message-ID: <073f9bbb-fece-68e8-dc39-fa3eeccb152e@gmail.com> (raw)
In-Reply-To: <1588383258-11049-1-git-send-email-mrv@mojatatu.com>

On 5/1/20 7:34 PM, Roman Mashak wrote:
> When a new neighbor entry has been added, event is generated but it does not
> include protocol, because its value is assigned after the event notification
> routine has run, so move protocol assignment code earlier.
> 
> Fixes: df9b0e30d44c ("neighbor: Add protocol attribute")
> Cc: David Ahern <dsahern@gmail.com>
> Signed-off-by: Roman Mashak <mrv@mojatatu.com>
> ---
>  net/core/neighbour.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 



Reviewed-by: David Ahern <dsahern@gmail.com>

  reply	other threads:[~2020-05-05 17:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-02  1:34 [PATCH net 1/1] neigh: send protocol value in neighbor create notification Roman Mashak
2020-05-05 17:00 ` David Ahern [this message]
2020-05-05 20:40   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=073f9bbb-fece-68e8-dc39-fa3eeccb152e@gmail.com \
    --to=dsahern@gmail.com \
    --cc=davem@davemloft.net \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kernel@mojatatu.com \
    --cc=mrv@mojatatu.com \
    --cc=netdev@vger.kernel.org \
    --cc=xiyou.wangcong@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.