I'm using SDK 2.0 fmc on T4240RDB board.
When I use policer as shown below, I see that all traffic passes through a single CPU core. How can I prevent this situation?
<policer name="policer2">
<algorithm>rfc2698</algorithm>
<color_mode>color_blind</color_mode>
<CIR>12000</CIR>
<EIR>34000</EIR>
<CBS>56000</CBS>
<EBS>78000</EBS>
<unit>packet</unit>
<action condition="on-red" type="drop"/>