You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to simultaneously attach the same XDP program to multiple InterFaces.
In libxdp, xdp_program__attach only can attach to one InterFace , if I use this function multi times, it will create multi Maps , but i want they use same Maps to interact with others
How can i do it ?
The text was updated successfully, but these errors were encountered:
My scenario is like this: a machine loaded with XDP programs acts as a gateway, while attaching XDP programs on two (or more)InterFaces to complete SNAT/DNAT operations
This should be doable with libxdp (just attach the same xdp_prog
multiple times), but there's no support for it in the xdp-loader cli.
Not sure which you are after?
I want to simultaneously attach the same XDP program to multiple InterFaces.
In
libxdp
,xdp_program__attach
only can attach to one InterFace , if I use this function multi times, it will create multi Maps , but i want they use same Maps to interact with othersHow can i do it ?
The text was updated successfully, but these errors were encountered: