AF_XDP socket TX path interact with TC?
Jun Hu <[email protected]>
| Newsgroups | org.kernel.vger.xdp-newbies |
|---|---|
| Message-ID | <CAEM4-kAvwt3y9i=bEzPahMhj8Lfvg8oYBsQF_5LcGBmH0CvEpw@mail.gmail.com> |
Hi, I want to put a timestamp in the egress packets, and I want to use AF_XDP socket for both sending and receiving packets; since a XDP kernel program only work in ingress direction, I wonder if I could use a tc kernel program to change a packet sent out via an AF_XDP socket? I searched around, but couldn't find any direct answer... HJ