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

Cleanup IPDK build by building and packaging independent packages outside of IPDK build itself #159

Open
mestery opened this issue May 25, 2022 · 0 comments

Comments

@mestery
Copy link
Contributor

mestery commented May 25, 2022

Currently, the IPDK build (in particular, the P4-DPDK backend) builds a lot of dependent packages:

  • P4-OVS
    • p4runtime
    • stratum
    • protobuf
    • SAI
  • P4C compiler
  • P4-DPDK
    • DPDK
    • TDI
    • target-syslibs
    • target-utils

Ideally, we would move to a world where each of those build targets generate their own packages, and IPDK becomes the CLI to manage IPDK container images, and any glue logic required to build the IPDK containers. In this world, we're not pulling down and building everything each and every time, which takes well over an hour for the P4-DPDK version of IPDK.

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

1 participant