From: William Tu
Date: Wed, 13 Dec 2017 16:38:54 -0800
> ERSPAN has two versions, v1 (type II) and v2 (type III). This patch
> series add support for erspan v2 based on existing erspan v1
> implementation.
...
Series applied, thanks William.
On Wed, Dec 13, 2017 at 5:54 PM, Stephen Hemminger
wrote:
> On Wed, 13 Dec 2017 16:38:54 -0800
> William Tu wrote:
>
>> ERSPAN has two versions, v1 (type II) and v2 (type III). This patch
>> series add support for erspan v2 based on existing erspan v1
>> implementation. The first patch refactor
On Wed, 13 Dec 2017 16:38:54 -0800
William Tu wrote:
> ERSPAN has two versions, v1 (type II) and v2 (type III). This patch
> series add support for erspan v2 based on existing erspan v1
> implementation. The first patch refactors the existing erspan v1's
> header structure, making it extensible
ERSPAN has two versions, v1 (type II) and v2 (type III). This patch
series add support for erspan v2 based on existing erspan v1
implementation. The first patch refactors the existing erspan v1's
header structure, making it extensible to put additional v2's header.
The second and third patch intr