Re: [PATCH net-next 0/4] ERSPAN version 2 (type III) support

2017-12-15 Thread David Miller
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.

Re: [PATCH net-next 0/4] ERSPAN version 2 (type III) support

2017-12-13 Thread William Tu
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

Re: [PATCH net-next 0/4] ERSPAN version 2 (type III) support

2017-12-13 Thread Stephen Hemminger
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

[PATCH net-next 0/4] ERSPAN version 2 (type III) support

2017-12-13 Thread William Tu
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