Hi, When using AF_XDP, the TC qdisc layer is by-passed and packets go to userspace directly. One problem is that there is no QoS support when using AF_XDP. For egress shaping, I'm thinking about using tc-mqprio, which has hardware offload support. And for OVS, we can add tc-mqprio support. For ingress policing, I don't know how to do it. Is there an hardware offload ingress policing support? Thanks William