diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2019-06-10 19:43:48 +0800 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-07-31 19:35:13 +0000 |
commit | 3efcd0d7c3e73b812dece730396cf8816951d8ad (patch) | |
tree | be6ea249ce63f3595c1271ba8e005881e02b9d86 /src/plugins/lb/lb_plugin_doc.md | |
parent | 515eed42583a52d4783ff4906afa01244899e030 (diff) |
lb: vip and as dump/detail api's
- lb_vip_dump/lb_vip_details - get all vip.
- lb_as_dump/lb_as_details - get all as list per vip.
- adds api unit test.
- adds vpp_lb to test framework.
Ticket:
Type: feature
Change-Id: I24be50d62c5234f3535cc840603ddd9df7eb3f07
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/plugins/lb/lb_plugin_doc.md')
-rw-r--r-- | src/plugins/lb/lb_plugin_doc.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/lb/lb_plugin_doc.md b/src/plugins/lb/lb_plugin_doc.md index 25a4cfa11df..5f6538974e9 100644 --- a/src/plugins/lb/lb_plugin_doc.md +++ b/src/plugins/lb/lb_plugin_doc.md @@ -3,8 +3,8 @@ ## Version The load balancer plugin is currently in *beta* version. -Both CLIs and APIs are subject to *heavy* changes. -Wich also means feedback is really welcome regarding features, apis, etc... +Both CLIs and APIs are subject to *heavy* changes, +which also means feedback is really welcome regarding features, apis, etc... ## Overview @@ -31,7 +31,7 @@ Meaning that for a given VIP, all AS addresses must be of the same family. 3). IPv4/IPv6 + NAT4/NAT6 encap types: This type provides kube-proxy data plane on user space, -which is used to replace linux kernal's kube-proxy based on iptables. +which is used to replace linux kernel's kube-proxy based on iptables. Currently, load balancer plugin supports three service types: a) Cluster IP plus Port: support any protocols, including TCP, UDP. @@ -55,11 +55,11 @@ Please refer to below for details: https://schd.ws/hosted_files/ossna2017/1e/VPP_K8S_GTPU_OSSNA.pdf -## Performances +## Performance The load balancer has been tested up to 1 millions flows and still forwards more than 3Mpps per core in such circumstances. -Although 3Mpps seems already good, it is likely that performances will be improved +Although 3Mpps seems already good, it is likely that performance will be improved in next versions. ## Configuration @@ -77,10 +77,10 @@ ip4-src-address: the source address used to send encap. packets using IPv4 for G ip6-src-address: the source address used to send encap. packets using IPv6 for GRE6 mode. or Node IP6 address for NAT6 mode. -buckets: the *per-thread* established-connexions-table number of buckets. +buckets: the *per-thread* established-connections-table number of buckets. timeout: the number of seconds a connection will remain in the - established-connexions-table while no packet for this flow + established-connections-table while no packet for this flow is received. ### Configure the VIPs |