OpenFastPath / ofp

OpenFastPath project
BSD 3-Clause "New" or "Revised" License
351 stars 126 forks source link

How to handle compatibility between OFP and ODP #194

Open sovu opened 6 years ago

sovu commented 6 years ago

OFP is compatible with ODP 1.17.0.

There is an issue with the README.md file because it instructs one to clone the odp git and use the latest master, instead of a tagged version. This should be updated each time we change compatibility with ODP

It is expected not to compile with an older ODP-DPDK version. One would need to use an older ODP with that. If one wants to use older ODP-DPDK they should use OFP commit: 33e2aab.

A dependency file could be used to show what is the ODP version supported, but we have no specifics about this method.