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
Currently the VPP configuration is generated on the fly by using some hard coded parameters. Only network ports addition is supported by way of a configuration script (VM image) or startup script.
The ask is support configuration of vpp parameters through SONiC management framework . Also the configuration be applicable across reboots.
The configuration parameters should cover the supported parameters in vpp startup.conf.
The text was updated successfully, but these errors were encountered:
This is Phase 1 commit. This adds backend vpp configuration support.
1. Adds a vppcfg daemon to handle the vpp platform configuration from the config_db.
2. Updates the start scripts of syncd-vpp containers/processes
3. A simple vpp configuration load script for basic testing
Signed-off-by: Shashidhar Patil <[email protected]>
patilshashidhar
added a commit
to patilshashidhar/sonic-platform-vpp
that referenced
this issue
May 9, 2023
Currently the VPP configuration is generated on the fly by using some hard coded parameters. Only network ports addition is supported by way of a configuration script (VM image) or startup script.
The ask is support configuration of vpp parameters through SONiC management framework . Also the configuration be applicable across reboots.
The configuration parameters should cover the supported parameters in vpp startup.conf.
The text was updated successfully, but these errors were encountered: