Re: [dpdk-dev] [PATCH v1 1/1] net/octeontx2: fix VF index in VF action

2019-10-30 Thread Jerin Jacob
On Tue, Oct 29, 2019 at 11:50 PM wrote: > > From: Vamsi Attunuru > > VF index needs to be checked against maxvf count > before incrementing it for preparing pf_func. > > Fixes: 520270d518 ("net/octeontx2: support PF and VF action") Cc: sta...@dpdk.rog > Signed-off-by: Vamsi Attunuru Acked-by:

[dpdk-dev] [PATCH v1 1/1] net/octeontx2: fix VF index in VF action

2019-10-29 Thread vattunuru
From: Vamsi Attunuru VF index needs to be checked against maxvf count before incrementing it for preparing pf_func. Fixes: 520270d518 ("net/octeontx2: support PF and VF action") Signed-off-by: Vamsi Attunuru --- drivers/net/octeontx2/otx2_flow_parse.c | 4 ++-- 1 file changed, 2 insertions(+)