Re: [net PATCH 0/2] sockmap fixes

2017-10-28 Thread David Miller
From: John Fastabend Date: Fri, 27 Oct 2017 09:45:16 -0700 > Last two fixes (as far as I know) for sockmap code this round. > > First, we are using the qdisc cb structure when making the data end > calculation. This is really just wrong so, store it with the other > metadata in the correct tcp_s

[net PATCH 0/2] sockmap fixes

2017-10-27 Thread John Fastabend
Last two fixes (as far as I know) for sockmap code this round. First, we are using the qdisc cb structure when making the data end calculation. This is really just wrong so, store it with the other metadata in the correct tcp_skb_cb sturct to avoid breaking things. Next, with recent work to attac