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
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
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.