Re: [PATCH] common/cnxk: fix loopback port dataflow issue

2024-03-04 Thread Jerin Jacob
On Mon, Mar 4, 2024 at 6:10 PM Rahul Bhansali wrote: > > With loopback interface and IPsec Inbound traffic, getting > NIX_CQERRINT_CPT_DROP interrupt and dataflow is stopped. > This is due to flow control configuration is skipped as > roc_nix_is_esw() returns true for loopback device also. > > Fix

[PATCH] common/cnxk: fix loopback port dataflow issue

2024-03-04 Thread Rahul Bhansali
With loopback interface and IPsec Inbound traffic, getting NIX_CQERRINT_CPT_DROP interrupt and dataflow is stopped. This is due to flow control configuration is skipped as roc_nix_is_esw() returns true for loopback device also. Fixes: 978dc3a13f7b ("common/cnxk: base support for eswitch VF") Fixes