common/cnxk: support multi channel for SDP send queues
authorSubrahmanyam Nilla <snilla@marvell.com>
Sun, 8 May 2022 07:48:12 +0000 (13:18 +0530)
committerJerin Jacob <jerinj@marvell.com>
Tue, 10 May 2022 14:26:45 +0000 (16:26 +0200)
commit28b283fa7f7519425c2d26ff9f774c5e5afdf429
treeb7bed032baeabc914b6070670affae0bf7027c8e
parenta800675b06f91c9326063f57daaecd71098211ec
common/cnxk: support multi channel for SDP send queues

Currently only base channel number is configured as default
channel for all the SDP send queues. Due to this, packets
sent on different SQ's are landing on the same output queue
on the host. Channel number in the send queue should be
configured according to the number of queues assigned to the
SDP PF or VF device.

Signed-off-by: Subrahmanyam Nilla <snilla@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
drivers/common/cnxk/roc_nix_queue.c