On Wed, May 8, 2019 at 4:59 PM Yifeng Sun <pkusunyif...@gmail.com> wrote:
>
> From: Florian Westphal <f...@strlen.de>
>
> Upstream Commit:
>     commit 93e66024b0249cec81e91328c55a754efd3192e0
>     Author: Florian Westphal <f...@strlen.de>
>     Date:   Wed Sep 12 15:19:07 2018 +0200
>
>     netfilter: conntrack: pass nf_hook_state to packet and error handlers
>
>     nf_hook_state contains all the hook meta-information: netns, protocol 
> family,
>     hook location, and so on.
>
>     Instead of only passing selected information, pass a pointer to entire
>     structure.
>
>     This will allow to merge the error and the packet handlers and remove
>     the ->new() function in followup patches.
>
>     Signed-off-by: Florian Westphal <f...@strlen.de>
>     Signed-off-by: Pablo Neira Ayuso <pa...@netfilter.org>
>
> This patch backports the above upstream patch to OVS and fixes compiling
> errors on RHEL kernels.
>
> Cc: Florian Westphal <f...@strlen.de>
> Signed-off-by: Yifeng Sun <pkusunyif...@gmail.com>
> ---
Thanks for the update.

Acked-by: Yi-Hung Wei <yihung....@gmail.com>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to