We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is a copy of ipdk-io#320.
Improved design for the TdiTableManager extensions:
TdiExternManager and Es2kExternManager are absorbed into TdiInfoManager and Es2kInfoManager, which are refinements of P4InfoManager.
TdiExternManager
Es2kExternManager
TdiInfoManager
Es2kInfoManager
P4InfoManager
TdiTableAnnex and Es2kTableAnnex are absorbed into TdiTableManager and Es2kTableManager.
TdiTableAnnex
Es2kTableAnnex
TdiTableManager
Es2kTableManager
TdiTargetFactory and Es2kTableFactory are absorbed into the implementations of PushForwardingPipelineConfig() in TdiTableManager and Es2kTableManager.
TdiTargetFactory
Es2kTableFactory
PushForwardingPipelineConfig()
The resource type map is moved from P4InfoManager to TdiInfoManager.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is a copy of ipdk-io#320.
Improved design for the TdiTableManager extensions:
TdiExternManager
andEs2kExternManager
are absorbed intoTdiInfoManager
andEs2kInfoManager
, which are refinements ofP4InfoManager
.TdiTableAnnex
andEs2kTableAnnex
are absorbed intoTdiTableManager
andEs2kTableManager
.TdiTargetFactory
andEs2kTableFactory
are absorbed into the implementations ofPushForwardingPipelineConfig()
inTdiTableManager
andEs2kTableManager
.The resource type map is moved from
P4InfoManager
toTdiInfoManager
.The text was updated successfully, but these errors were encountered: