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
Is it necessary for NDNDPDK to handle routing protocols as a high-speed forwarding node, and did not see the NLSR interoperability part of the routing protocol in the project? Are there any plans to increase this part of the work? Thank you very much.
The text was updated successfully, but these errors were encountered:
NLSR is incompatible with NDN-DPDK.
As stated in ndn-dpdk/docs/interop/README.md, ndn-cxx is incompatible with NDN-DPDK.
Since NLSR is an ndn-cxx application, it is incompatible with NDN-DPDK.
Moreover, NLSR uses NFD specific features extensively, such as the /localhost/nfd/faces/events stream.
Even if ndn-cxx becomes compatible with NDN-DPDK in the future, NLSR would not automatically become compatible.
NDN-DPDK exports a GraphQL API that includes FIB modification functionality.
You can build RIB and routing protocols on top of this API.
Is it necessary for NDNDPDK to handle routing protocols as a high-speed forwarding node, and did not see the NLSR interoperability part of the routing protocol in the project? Are there any plans to increase this part of the work? Thank you very much.
The text was updated successfully, but these errors were encountered: