From: Nithin Dabilpuram Date: Mon, 13 Apr 2020 13:45:40 +0000 (+0530) Subject: net/octeontx2: disable unnecessary error interrupts X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=c3d30e9d753ef3121c25b9403bf56ee09f2a2086;hp=c3d30e9d753ef3121c25b9403bf56ee09f2a2086;p=dpdk.git net/octeontx2: disable unnecessary error interrupts Disable CQ_DISABLED error interrupt in NIX_LF_ERR_INT to fix spurious interrupts in event dev mode. Also skip configuring RSS when RQ count is '0' because RSS table initialization is done incorrectly due to divide-by-zero error and it is leading to RQ_OOR error in NIX_LF_ERR_INT. Fixes: 83ce2880e22e ("net/octeontx2: support RSS") Cc: stable@dpdk.org Signed-off-by: Nithin Dabilpuram Acked-by: Jerin Jacob ---