On 29 October 2016 at 21:33, Pravin B Shelar wrote:
> This patch is similar to earlier vxlan patch.
> Lisp device close operation frees lisp socket. This
> operation can race with lisp-xmit function which
> dereferences lisp socket. Following patch uses RCU
> mechanism to avoid this situation.
>
>
This patch is similar to earlier vxlan patch.
Lisp device close operation frees lisp socket. This
operation can race with lisp-xmit function which
dereferences lisp socket. Following patch uses RCU
mechanism to avoid this situation.
Signed-off-by: Pravin B Shelar
---
datapath/linux/compat/lisp.c