Re: [PATCH net 1/1] net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit
From: David Miller <davem@davemloft.net> Date: 2016-11-21 18:11:07
From: fgao@ikuai8.com
Date: Mon, 21 Nov 2016 08:56:21 +0800
From: Gao Feng <redacted>
The tc could return NET_XMIT_CN as one congestion notification, but
it does not mean the packe is lost. Other modules like ipvlan,
macvlan, and others treat NET_XMIT_CN as success too.
So l2tp_eth_dev_xmit should add the NET_XMIT_CN check.
Signed-off-by: Gao Feng <redacted>