Re: Queuing disciplines with XDP_REDIRECT
Rob Sherwood <[email protected]>
| Newsgroups | org.kernel.vger.xdp-newbies |
|---|---|
| Message-ID | <CAFg6RxvDPN6mCuyL5u4uzj_THa2O7AsPFdPX7uLV2uk3Heq0pQ@mail.gmail.com> |
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 <[email protected]> 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