Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could l4 load balance use XDP_REDIRECT? #2

Open
kwjjyn opened this issue May 31, 2019 · 2 comments
Open

Could l4 load balance use XDP_REDIRECT? #2

kwjjyn opened this issue May 31, 2019 · 2 comments

Comments

@kwjjyn
Copy link

kwjjyn commented May 31, 2019

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 ?

@kuba-moo
Copy link

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 :)

@paglySalva
Copy link

Hi everyone,

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)?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants