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 found that the xdp return code of l4lb_xdp.c finally is XDP_TX. However , The XDP_TX return code only support to send the packets to the same NIC card .
XDP_REDIRECT can send the received packets to another NIC . So if there any possibility to implement this load balance using XDP_REDIRECT ?
The text was updated successfully, but these errors were encountered:
Unfortunately our offload does not support XDP_REDIRECT and therefore we didn't have the motivation to implement it in the samples, but we will happily take patches :)
Has there been any news with this? I would like to know if your roadmap includes the XDP_REDIRECT offload implementation. BTW, is it possible to use it in XDP native mode (using the nfp driver)?
I found that the xdp return code of l4lb_xdp.c finally is XDP_TX. However , The XDP_TX return code only support to send the packets to the same NIC card .
XDP_REDIRECT can send the received packets to another NIC . So if there any possibility to implement this load balance using XDP_REDIRECT ?
The text was updated successfully, but these errors were encountered: