Re: [PATCH net-next] ip6gre: avoid tx_error when sending MLD/DAD on external tunnels

2020-09-28 Thread David Miller
From: Davide Caratti Date: Sun, 27 Sep 2020 16:08:21 +0200 > similarly to what has been done with commit 9d149045b3c0 ("geneve: change > from tx_error to tx_dropped on missing metadata"), avoid reporting errors > to userspace in case the kernel doesn't find any tunnel information for a > skb that

[PATCH net-next] ip6gre: avoid tx_error when sending MLD/DAD on external tunnels

2020-09-27 Thread Davide Caratti
similarly to what has been done with commit 9d149045b3c0 ("geneve: change from tx_error to tx_dropped on missing metadata"), avoid reporting errors to userspace in case the kernel doesn't find any tunnel information for a skb that is going to be transmitted: an increase of tx_dropped is enough. te