On Thu, Nov 23, 2017 at 01:35:26PM +0100, Stefano Brivio wrote: > On Thu, 23 Nov 2017 11:27:24 +0800 > Hangbin Liu <liuhang...@gmail.com> wrote: > > > Stefano pointed that configure or show UDP_ZERO_CSUM6_RX/TX info doesn't > > make sense if we haven't enabled CONFIG_IPV6. Fix it by adding > > if IS_ENABLED(CONFIG_IPV6) check. > > Thanks for fixing this. I would add: > > Suggested-by: Stefano Brivio <sbri...@redhat.com> > Fixes: abe492b4f50c ("geneve: UDP checksum configuration via netlink") > Fixes: fd7eafd02121 ("geneve: fix fill_info when link down")
Thanks Stefano for help adding these. > > > Signed-off-by: Hangbin Liu <liuhang...@gmail.com> > > Reviewed-by: Stefano Brivio <sbri...@redhat.com> > Regards Hangbin