Re: [dpdk-dev] [PATCH] net/cnxk: fix incorrect queue index validation

2023-06-20 Thread Jerin Jacob
On Tue, Jun 20, 2023 at 4:32 PM wrote: > > From: Satheesh Paul > > When creating a flow rule directing traffic from PF > to VF, current validation is incorrectly checking the > RQ index in flow action with the PF's maximum > configured RQs. This validation is applicable only > when action target

[dpdk-dev] [PATCH] net/cnxk: fix incorrect queue index validation

2023-06-20 Thread psatheesh
From: Satheesh Paul When creating a flow rule directing traffic from PF to VF, current validation is incorrectly checking the RQ index in flow action with the PF's maximum configured RQs. This validation is applicable only when action target is an RQ of the PF. The validation has been modified ac