Re: [PATCH v3] geneve: ensure ECN info is handled properly in all tx/rx paths

2015-09-22 Thread David Miller
From: "John W. Linville" Date: Mon, 21 Sep 2015 10:29:09 -0400 > Partially due to a pre-exising "thinko", the new metadata-based tx/rx > paths were handling ECN propagation differently than the traditional > tx/rx paths. This patch removes the "thinko" (involving multiple > ip_hdr assignments) o

Re: [PATCH v3] geneve: ensure ECN info is handled properly in all tx/rx paths

2015-09-21 Thread Jesse Gross
On Mon, Sep 21, 2015 at 7:29 AM, John W. Linville wrote: > Partially due to a pre-exising "thinko", the new metadata-based tx/rx > paths were handling ECN propagation differently than the traditional > tx/rx paths. This patch removes the "thinko" (involving multiple > ip_hdr assignments) on the r

[PATCH v3] geneve: ensure ECN info is handled properly in all tx/rx paths

2015-09-21 Thread John W. Linville
Partially due to a pre-exising "thinko", the new metadata-based tx/rx paths were handling ECN propagation differently than the traditional tx/rx paths. This patch removes the "thinko" (involving multiple ip_hdr assignments) on the rx path and corrects the ECN handling on both the rx and tx paths.