kmesh
kmesh copied to clipboard
High Performance ServiceMesh Data Plane Based on Programmable Kernel
**What type of PR is this?** /kind feature **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does...
**What type of PR is this?** **What this PR does / why we need it**: This PR introduces the implementation of the bypass kmesh function and reuses the map_of_manager table....
**What would you like to be added**: Based on issues #244 , it was found that kmesh does not currently support ipv6 **Why is this needed**: If using higher version...
**What would you like to be added**: This is to improve test coverage for features, we should test each feature in black box way. I am not sure whether github...
**What would you like to be added**: In Kmesh, we declare a number of bpf maps and set their size. However, the previous settings were very confusing and the sizes...
**What this PR does / why we need it**: Added a proposal that describes the idea of optimising map refreshes
**What type of PR is this?** /kind cleanup /kind enhancement /kind documentation **What this PR does / why we need it**: - [x] deserialization module dfx optimization - [ ]...
**What would you like to be added**: As [`BenchmarkClusterFlush`](https://github.com/kmesh-net/kmesh/blob/29d935a662793fcfcab76ac2501ce6503bceb5b4/pkg/cache/v2/cluster_test.go#L180) Test, each cluster consume more than 40 inner_maps. Currently, the maximum number of inner_maps is [MAP_SIZE_OF_OUTTER_MAP](https://github.com/kmesh-net/kmesh/blob/29d935a662793fcfcab76ac2501ce6503bceb5b4/bpf/kmesh/include/config.h#L50),that is a maxinum of 400...
**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does this PR...
**What type of PR is this?** **What this PR does / why we need it**: 1. Move quickstart to separate page to make README more concise 2. Add Kmesh L7...