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
As per discussion with @capsule-rs/maintainers, we'd like to have a good example leveraging DPDK's multi-process support, with a Capsule app being a secondary process.
One idea would involve a non-capsule primary DPDK application (e.g maybe testpmd, or something else?) that generates packets and forwards those packets to a secondary Capsule-written NF. Though, an issue here is be aware that both processes need to share the same DPDK versions.
The main use case we've seen usually revolves around Open vSwitch being the primary process with other secondary process in something like Capsule, etc...
The text was updated successfully, but these errors were encountered:
zeeshanlakhani
changed the title
Add example showcasing multi-proc (i.e. secondary) support
Add example showcasing multi-process (i.e. secondary) support
Apr 8, 2020
zeeshanlakhani
changed the title
Add example showcasing multi-process (i.e. secondary) support
multi-process, capsule as secondary, support
Apr 29, 2020
zeeshanlakhani
changed the title
multi-process, capsule as secondary, support
multi-process support: dpdk app as primary / capsule as secondary
Apr 29, 2020
Background
As per discussion with @capsule-rs/maintainers, we'd like to have a good example leveraging DPDK's multi-process support, with a Capsule app being a secondary process.
One idea would involve a non-capsule primary DPDK application (e.g maybe testpmd, or something else?) that generates packets and forwards those packets to a secondary Capsule-written NF. Though, an issue here is be aware that both processes need to share the same DPDK versions.
The main use case we've seen usually revolves around Open vSwitch being the primary process with other secondary process in something like Capsule, etc...
The text was updated successfully, but these errors were encountered: