On Wed, Aug 19, 2015 at 12:50 PM, Jesse Gross wrote:
> On Wed, Aug 19, 2015 at 11:49 AM, Pravin Shelar wrote:
>> On Wed, Aug 19, 2015 at 11:37 AM, Jesse Gross wrote:
>>> On Wed, Aug 19, 2015 at 11:29 AM, Pravin Shelar wrote:
On Wed, Aug 19, 2015 at 11:18 AM, Jesse Gross wrote:
> My gu
On Wed, Aug 19, 2015 at 11:49 AM, Pravin Shelar wrote:
> On Wed, Aug 19, 2015 at 11:37 AM, Jesse Gross wrote:
>> On Wed, Aug 19, 2015 at 11:29 AM, Pravin Shelar wrote:
>>> On Wed, Aug 19, 2015 at 11:18 AM, Jesse Gross wrote:
My guess is that if the issue from the earlier patch about overla
On Wed, Aug 19, 2015 at 11:37 AM, Jesse Gross wrote:
> On Wed, Aug 19, 2015 at 11:29 AM, Pravin Shelar wrote:
>> On Wed, Aug 19, 2015 at 11:18 AM, Jesse Gross wrote:
>>> My guess is that if the issue from the earlier patch about overlapping
>>> collect_md tunnels is fixed then that might allow u
On Wed, Aug 19, 2015 at 11:29 AM, Pravin Shelar wrote:
> On Wed, Aug 19, 2015 at 11:18 AM, Jesse Gross wrote:
>> My guess is that if the issue from the earlier patch about overlapping
>> collect_md tunnels is fixed then that might allow us to simplify
>> things a little further, since for those t
On Wed, Aug 19, 2015 at 11:18 AM, Jesse Gross wrote:
> On Mon, Aug 17, 2015 at 2:11 PM, Pravin B Shelar wrote:
>> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
>> index e58468b..18ff83b 100644
>> --- a/drivers/net/Kconfig
>> +++ b/drivers/net/Kconfig
>> @@ -181,7 +181,7 @@ config VXLAN
>
On Mon, Aug 17, 2015 at 2:11 PM, Pravin B Shelar wrote:
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index e58468b..18ff83b 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -181,7 +181,7 @@ config VXLAN
>
> config GENEVE
> tristate "Generic Network Virtual
geneve_core module handles send and receive functionality.
This way OVS could use the Geneve API. Now with use of
tunnel meatadata mode OVS can directly use Geneve netdevice.
So there is no need for separate module for Geneve. Following
patch consolidates Geneve protocol processing in single module