EasyNetDev
0e040960d7
zebra: Update Zebra for DPDK >=22.11 API
...
* Starting from version DPDK 22.11 we have API changes:
The rte_driver and rte_device objects are now opaque and must be manipulated through added accessors.
We need to update Zebra DPDK sources to DPDK version >=22.11
* Fix clang-format
Signed-off-by: EasyNet <devel@easynet.dev>
2024-05-16 14:26:26 +03:00
David Lamparter
acddc0ed3c
*: auto-convert to SPDX License IDs
...
Done with a combination of regex'ing and banging my head against a wall.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2023-02-09 14:09:11 +01:00
Anuradha Karuppiah
7f0416b368
zebra: PBR dpdk programming
...
1. Offload PBR rule add/del
2. Query DPDK flow stats and display per-PBR entry
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
2022-06-27 08:08:02 -04:00
Anuradha Karuppiah
a66d624661
zebra: setup the zebra interface to dpdk port map table
...
1. Create mappping table between ifIndex and dpdk-port-id
2. Start the DPDK port
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
2022-06-27 07:56:55 -04:00
Anuradha Karuppiah
36c3b29675
zebra: infastructure for the new dataplane plugin
...
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
2022-06-27 07:56:55 -04:00