If you're interested in using the kernel's queuing features (e.g., tc) there's a separate eBPF attachment point for tc that you might use directly. Check out https://man7.org/linux/man-pages/man8/tc-bpf.8.html if that's of interest. - Rob . On Wed, Mar 10, 2021 at 7:32 AM Rohit M P <rohitmp99@xxxxxxxxx> wrote: > > Hi folks, > > I was experimenting with XDP where I'm able to route the packets using > XDP_REDIRECT. > Could anyone point me towards using kernel queuing disciplines along > with this if it's possible, or other possible alternatives for queuing > disciplines while using XDP_REDIRECT? > > Regards, > Rohit M P