Print Download PDF Send Feedback

Previous

Next

Multi-Queue

In This Section:

Introduction to Multiple Traffic Queues

Multi-Queue Administration

Multi-Queue Configuration

Introduction to Multiple Traffic Queues

When most of the traffic is accelerated by the SecureXL, the CPU load from the CoreXL SND instances can be very high, while the CPU load from the CoreXL Firewall instances can be very low. This is an inefficient utilization of CPU capacity.

By default, the number of CPU cores allocated to CoreXL SND instances is limited by the number of network interfaces that handle the traffic. Because each interface has one traffic queue, only one CPU core can handle each traffic queue at a time. This means that each CoreXL SND instance can use only one CPU core at a time for each network interface.

Check Point Multi-Queue lets you configure more than one traffic queue for each network interface. For each interface, you can use more than one CPU core (that runs CoreXL SND) for traffic acceleration. This balances the load efficiently between the CPU cores that run the CoreXL SND instances and the CPU cores that run CoreXL Firewall instances.

Important - Multi-Queue applies only if SecureXL is enabled (this is the default).

Multi-Queue Requirements and Limitations

Deciding Whether to Enable the Multi-Queue

This section helps you decide if you can benefit from the Multi-Queue.

We recommend that you do these steps before you change the default Multi-Queue configuration:

  1. Make sure that SecureXL is enabled.
  2. Examine the CPU roles allocation.
  3. Examine the CPU cores utilization.
  4. Decide if you can allocate more CPU cores to run the CoreXL SND instances.

To make sure that SecureXL is enabled

Step

Description

1

Connect to the command line on the Security Group.

2

Log in to the Gaia Clish, or the Expert mode.

3

Run:

fwaccel stat -t

4

Examine the Status column.

Example from a non-VSX Gateway:

[Expert@MyChassis-0x-0x:0]# fwaccel stat -t

+-----------------------------------------------------------------------------+

|Id|Name |Status |Interfaces |Features |

+-----------------------------------------------------------------------------+

|0 |SND |enabled |eth0,eth1,eth2,eth3,eth4,|

| | | |eth5,eth6,eth7 |Acceleration,Cryptography |

+-----------------------------------------------------------------------------+

[Expert@MyChassis-0x-0x:0]#

5

If the SecureXL is disabled, enable it. Run:

fwaccel on

To examine the CPU roles allocation

Step

Description

1

Connect to the command line on the Security Group.

2

Log in to the Gaia Clish, or the Expert mode.

3

Run:

fw ctl affinity -l [-a][-v][-r]

Example - CPU0 and CPU1 run the CoreXL SND instances:

[Expert@MyChassis-0x-0x:0]# fw ctl affinity -l

Mgmt: CPU 0

eth1-04: CPU 1

eth1-05: CPU 0

eth1-06: CPU 1

eth1-07: CPU 0

fw_0: CPU 5

fw_1: CPU 4

fw_2: CPU 3

fw_3: CPU 2

[Expert@MyChassis-0x-0x:0]#

To examine the CPU cores utilization

Step

Description

1

Connect to the command line on the Security Group.

2

Log in to the Expert mode.

3

Run:

g_top

4

Press 1 to show all the CPU cores.

Example:

To decide if you can allocate more CPU cores to run the CoreXL SND instances

If you have more active network interfaces than the CPU cores that run CoreXL SND instances, you can allocate more CPU cores to run more CoreXL SND instances.

We recommend to configure the Multi-Queue when:

  1. CoreXL SND instances cause high CPU load (idle is less than 20%).
  2. CoreXL Firewall instances cause low CPU load (idle is greater than 50%).

Note - You cannot assign more CPU cores to run CoreXL SND instances if you change interface IRQ affinity.