On Thu, Dec 29, 2016 at 10:21 PM, David Miller <da...@davemloft.net> wrote: > From: Willem de Bruijn <willemdebruijn.ker...@gmail.com> > Date: Wed, 28 Dec 2016 14:13:24 -0500 > >> The skb tc_verd field takes up two bytes but uses far fewer bits. >> Convert the remaining use cases to bitfields that fit in existing >> holes (depending on config options) and potentially save the two >> bytes in struct sk_buff. > > I like the looks of this, for sure :-)
Great, thanks. I sent it as RFC initially, because there were some unresolved issues with TC_FROM semantics last time around. bpf_redirect has been merged in the meantime, so I suspect that that has been resolved. But there is no rush. I will run a few more tests, such as the new mirred ingress path, and will hold off resubmitting until people now on holiday have a chance to chime in next week.