CAKE w/ DSCPs - cake-qos-simple

@dave14305 I believe nftables now has both an ingress hook and an egress hook. And it also supports 'fwd to' to mirror packets to an IFB interface (see e.g. my post here).

At the moment I set DSCPs to conntrack using nftables:

and use tc's ctinfo to restore DSCPs from conntrack:

Has an equivalent ctinfo functionaltiy for restoration of DSCPs from conntrack now been added to nftables such that I could actually now replace the tc calls with the equivalent nftables calls? That is, have nftables restore DSCPs from conntrack and then mirror the packets to an IFB interface (rather than use tc for this).