Difference between revisions of "setting interface affinity"
From cpwiki.net
				
								
				
				
																
				
				
								
				
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
example (77.30)  | example (77.30)  | ||
| + | |||
| + | set affinity  | ||
  # '''sim affinity -s'''  |   # '''sim affinity -s'''  | ||
  Usage : For each interface enter one of the following:  |   Usage : For each interface enter one of the following:  | ||
| Line 6: | Line 8: | ||
     List of processors - A list of processor numbers between 0 and 19  |      List of processors - A list of processor numbers between 0 and 19  | ||
| − |   eth1-01 [All] :  | + |   eth1-01 [All] : '''0'''  | 
  eth1-02 [All] : '''0'''  |   eth1-02 [All] : '''0'''  | ||
  eth2-01 [All] : '''1'''  |   eth2-01 [All] : '''1'''  | ||
| Line 13: | Line 15: | ||
  eth3-02 [All] : '''4'''  |   eth3-02 [All] : '''4'''  | ||
  eth3-04 [All] : '''5'''  |   eth3-04 [All] : '''5'''  | ||
| + | |||
| + | check affinity  | ||
| + |  # sim affinity -l  | ||
| + | |||
| + | or  | ||
| + | |||
| + |  # fw ctl affinity -l -r  | ||
Latest revision as of 06:36, 22 October 2017
example (77.30)
set affinity
# sim affinity -s Usage : For each interface enter one of the following: Return - To keep the default values (appearing in [ ]) all - To allow all processors for this interface List of processors - A list of processor numbers between 0 and 19
eth1-01 [All] : 0 eth1-02 [All] : 0 eth2-01 [All] : 1 eth2-02 [All] : 2 eth3-01 [All] : 3 eth3-02 [All] : 4 eth3-04 [All] : 5
check affinity
# sim affinity -l
or
# fw ctl affinity -l -r