| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-17 | vpp: T8393: Remove xconnect interfaces with bonding member interface | Nataliia Solomko | |
| 2026-03-06 | vpp: T8354: Move 'ignore-kernel-routes' option out of resource-allocation ↵ | Nataliia Solomko | |
| section | |||
| 2026-03-04 | vpp: T8340: Remove vif option from vxlan interface | Nataliia Solomko | |
| 2026-03-04 | vpp: T8328: Migrate xconnect interface to 'interfaces vpp xconnect' | Nataliia Solomko | |
| 2026-03-03 | vpp: T8327: Migrate bridge interface to 'interfaces vpp bridge' | Nataliia Solomko | |
| 2026-03-02 | vpp: T8327: Remove support for GRE "point-to-multipoint" mode | Nataliia Solomko | |
| Disabled "point-to-multipoint" mode for GRE interfaces, along with related "mode" node. This mode relies on the 'teib' feature, which is not implemented yet. | |||
| 2026-03-02 | vpp: T8325: Migrate gre interface to 'interfaces vpp gre' | Nataliia Solomko | |
| 2026-03-02 | vpp: T8324: Migrate loopback interface to 'interfaces vpp loopback' | Nataliia Solomko | |
| 2026-03-02 | vpp: T8314: Migrate ipip interface to 'interfaces vpp ipip' | Nataliia Solomko | |
| 2026-02-27 | vpp: T8296: Move vxlan interface from vpp section to 'interfaces vpp vxlan' | Nataliia Solomko | |
| 2026-02-26 | vpp: T8318: Consolidate recent migrations into a single downgrade migration ↵ | Nataliia Solomko | |
| (target version 6) | |||
| 2026-02-25 | vpp: T8283: Move bonding interface from vpp secction to 'interfaces vpp bonding' | Nataliia Solomko | |
| 2026-02-19 | vpp: T8261: Refactor resource settings into 'resource-allocation' section | Nataliia Solomko | |
| 2026-02-18 | vpp: T8274: Remove dpdk-options section for num-* parameters | Oleksandr Kuchmystyi | |
| Remove `dpdk-options` under `set vpp settings interface <ethN>` and move its child options to the interface level: - `num-rx-desc` - `num-rx-queues` - `num-tx-desc` - `num-tx-queues` Also remove `set vpp settings interface <ethN> dpdk-options promisc`. | |||
| 2026-02-18 | vpp: T8266: Add global `interfaces-rx-mode` setting and remove per-interface ↵ | Oleksandr Kuchmystyi | |
| commands Add `set vpp settings interfaces-rx-mode <polling|interrupt|adaptive>` to configure RX mode for all interfaces. Raise error if any interface does not support the selected mode. Also remove per-interface rx-mode commands: - `set vpp settings interface <name> rx-mode` - `set vpp kernel-interfaces <name> rx-mode` | |||
| 2026-02-17 | vpp: T8268: Unify CPU settings into a single 'cpu-cores' node under ↵ | Nataliia Solomko | |
| 'resource-allocation' Replace legacy VPP CPU settings (main-core, skip-cores, workers, corelist-workers) with a single resource-allocation cpu-cores option. CPU assignment is now handled automatically: two cores are reserved for the system, the VPP main thread is placed on the first available core, and the remaining allocated cores are used as workers. This simplifies configuration and ensures consistent CPU allocation. | |||
| 2026-02-15 | vpp: T8258: Move `poll-sleep-usec` out of `unix` section | Oleksandr Kuchmystyi | |
| Instead of `vpp settings unix poll-sleep-usec` use `vpp settings poll-sleep-usec`. | |||
| 2026-02-13 | vpp: T8262: Refactor IPsec settings to use only 'ipsec-acceleration' flag | Nataliia Solomko | |
| 2026-02-13 | vpp: T8254: Move 'nat44' and 'settings nat44' sections to 'nat nat44' | Nataliia Solomko | |
| 2026-02-13 | vpp: T8255: Changed logging level variable name | Oleksandr Kuchmystyi | |
| This commit changes logging settings naming: - before: `set vpp settings logging default-log-level <alert>` - after: `set vpp settings logging default-level <alert>` | |||
| 2026-02-11 | vpp: T8252: Change ACL node 'macip' to 'mac' | Nataliia Solomko | |
| 2026-02-10 | vpp: T8250: Rewrite the CLI for ACL tcp-flags | Nataliia Solomko | |
| 2026-01-28 | vpp: T8202: Remove XDP driver and options from CLI and config | Nataliia Solomko | |
| - Migration script removes 'driver' and 'xdp-options' nodes. - XDP logic is commented out in config verification and CLI tests, preserving code for future use. - The rest of XDP-related code remains untouched | |||
| 2025-12-04 | vpp: T7972: Make `nat44 no-forwarding` feature automatically configurable | Nataliia Solomko | |
| If any dynamic rule is configured forwarding should be disabled because each packet must be processed through the NAT session table to apply proper translations | |||
| 2025-10-21 | T7938: VPP: Rewrite sFlow implementation | Nataliia Solomko | |
| Execute commands for vpp sflow with API calls. Use values for polling interval and sampling rate from 'system sflow'. Add op-mode command | |||
| 2025-10-14 | T7897: VPP: fix rx-mode interrupt for XDP driver with workers | Nataliia Solomko | |
| Remove no-syscall-lock from CLI and enable this option if interrupt/adaptive mode is enabled and workers are configured. Also forbid interrupt mode for ixgbevf driver | |||
