From df63161bafa18c05318e7a87fd6422b1095e1a5a Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Tue, 1 Oct 2019 18:09:01 +0200 Subject: [HICN-287] Adding hicn section to the startup.conf Checking if the size of the CS is greater than the number of vlib buffers available and size it accordingly. Removed unused parameters to set PIT lifetime Change-Id: I47679466542d4338e447d9e0b956038143164020 Signed-off-by: Alberto Compagno --- hicn-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hicn-plugin/README.md') diff --git a/hicn-plugin/README.md b/hicn-plugin/README.md index 5da8d6a5b..664b9a446 100644 --- a/hicn-plugin/README.md +++ b/hicn-plugin/README.md @@ -186,7 +186,7 @@ vpp# hicn ? ``` hicn control param { pit { size | { dfltlife | minlife | maxlife } } | cs {size | app } } - :set the maximum number of entry in the PIT or CS. Default for PIT is 131072, for CS is 4096. + :set the maximum number of entry in the PIT or CS. Default for PIT is 131072, for CS is 4096. CS size cannot be grater than PIT size. Moreover CS size must be smaller than (# of vlib buffer - 8196). :set the default, maximum or minimum lifetime of pit entries. Default value 2s (default), 0.2s (minumum), 20s (maximum) :set the portion of CS to reserve to application running locally on the forwarder. Default is 30% of the cs size. ``` -- cgit 1.2.3-korg