[ovs-dev] [PATCH v2] vxlan: Optimize vxlan rcv

Jesse Gross jesse at nicira.com
Fri Oct 11 21:44:02 UTC 2013


On Fri, Oct 11, 2013 at 12:40 PM, Pravin B Shelar <pshelar at nicira.com> wrote:
> vxlan-udp-recv function lookup vxlan_sock struct on every packet
> recv by using udp-port number. we can use sk->sk_user_data to
> store vxlan_sock and avoid lookup.
>
> This commit also allows us to get rid of socket hash table.
>
> Signed-off-by: Pravin B Shelar <pshelar at nicira.com>

Acked-by: Jesse Gross <jesse at nicira.com>



More information about the dev mailing list