Re: [PATCH] net: Fix some comments

2020-09-06 Thread linmiaohe
Jakub Kicinski wrote: >On Sat, 5 Sep 2020 05:14:48 -0400 Miaohe Lin wrote: >> Since commit 8d7017fd621d ("blackhole_netdev: use blackhole_netdev to >> invalidate dst entries"), we use blackhole_netdev to invalidate dst >> entries instead of loopback device anymore. Also fix broken NETIF_F_HW_CSU

Re: [PATCH] net: Fix some comments

2020-09-06 Thread Jakub Kicinski
On Sat, 5 Sep 2020 05:14:48 -0400 Miaohe Lin wrote: > Since commit 8d7017fd621d ("blackhole_netdev: use blackhole_netdev to > invalidate dst entries"), we use blackhole_netdev to invalidate dst entries > instead of loopback device anymore. Also fix broken NETIF_F_HW_CSUM spell. > > Signed-off-by:

[PATCH] net: Fix some comments

2020-09-05 Thread Miaohe Lin
Since commit 8d7017fd621d ("blackhole_netdev: use blackhole_netdev to invalidate dst entries"), we use blackhole_netdev to invalidate dst entries instead of loopback device anymore. Also fix broken NETIF_F_HW_CSUM spell. Signed-off-by: Miaohe Lin --- include/linux/netdev_features.h | 2 +- net/c

[PATCH] net: Fix some comments

2020-08-27 Thread Miaohe Lin
Fix some comments, including wrong function name, duplicated word and so on. Signed-off-by: Miaohe Lin --- include/linux/skbuff.h | 4 ++-- include/uapi/linux/in.h | 2 +- net/core/sock.c | 2 +- net/ipv4/raw.c | 2 +- net/l3mdev/l3mdev.c | 2 +- net/socket.c| 4

Re: [PATCH] net: Fix some comments

2020-08-27 Thread David Miller
From: Miaohe Lin Date: Thu, 27 Aug 2020 07:27:49 -0400 > Fix some comments, including wrong function name, duplicated word and so > on. > > Signed-off-by: Miaohe Lin Applied, thanks.