Re: [PATCH net-next 1/1] decnet: Use TCP nagle macro instead of literal number in decnet

2017-03-07 Thread David Miller
From: f...@ikuai8.com Date: Sat, 4 Mar 2017 22:10:28 +0800 > From: Gao Feng > > Use existing TCP nagle macro TCP_NAGLE_OFF and TCP_NAGLE_CORK instead > of the literal number 1 and 2 in the current decnet codes. > > Signed-off-by: Gao Feng Applied.

[PATCH net-next 1/1] decnet: Use TCP nagle macro instead of literal number in decnet

2017-03-04 Thread fgao
From: Gao Feng Use existing TCP nagle macro TCP_NAGLE_OFF and TCP_NAGLE_CORK instead of the literal number 1 and 2 in the current decnet codes. Signed-off-by: Gao Feng --- net/decnet/af_decnet.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/net/decnet/af_dec