Re: [PATCH] ipv4: Introduce ipip_offload_init helper function.

2017-08-03 Thread David Miller
From: Tonghao Zhang Date: Wed, 2 Aug 2017 09:34:15 -0700 > It's convenient to init ipip offload. We will check > the return value, and print KERN_CRIT info on failure. > > Signed-off-by: Tonghao Zhang Applied.

[PATCH] ipv4: Introduce ipip_offload_init helper function.

2017-08-02 Thread Tonghao Zhang
It's convenient to init ipip offload. We will check the return value, and print KERN_CRIT info on failure. Signed-off-by: Tonghao Zhang --- net/ipv4/af_inet.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c index 5ce44fb..c888120