[PATCH net-next 0/4] geneve: verify user specified MTU or adjust with a lower device

2018-04-19 Thread Alexey Kodanev
The first two patches don't introduce any functional changes and contain minor cleanups for code readability. The last one adds a new function geneve_link_config() similar to the other tunnels. The function will be used on a new link creation or when 'remote' parameter is changed. It adjusts a use

Re: [PATCH net-next 0/4] geneve: verify user specified MTU or adjust with a lower device

2018-04-20 Thread David Miller
From: Alexey Kodanev Date: Thu, 19 Apr 2018 15:42:28 +0300 > The first two patches don't introduce any functional changes and > contain minor cleanups for code readability. > > The last one adds a new function geneve_link_config() similar to the > other tunnels. The function will be used on a ne