Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Reimplement linux/samples xdp programs in P4 #93

Open
fruffy opened this issue Oct 11, 2018 · 3 comments
Open

Reimplement linux/samples xdp programs in P4 #93

fruffy opened this issue Oct 11, 2018 · 3 comments

Comments

@fruffy
Copy link
Contributor

fruffy commented Oct 11, 2018

A nice way to show the usefulness of the compiler is to reimplement most of the xdp examples in the /linux/samples folder in pure P4 code.
This is also a good way to determine discrepancies or detect missing features.

@williamtu
Copy link
Contributor

I think we have one, which does the MAC address swapping and return XDP_TX

1 similar comment
@williamtu
Copy link
Contributor

I think we have one, which does the MAC address swapping and return XDP_TX

@fruffy
Copy link
Contributor Author

fruffy commented Oct 11, 2018

Ha yes, I actually got the idea when reading the performance section in the paper. It is a
neat comparison.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
2 participants