RE: [EXT] Re: [PATCH 1/2] net/cnxk: update meter bpf ID in rq

2022-01-13 Thread Rakesh Kudurumalla
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, January 11, 2022 6:16 PM > To: Rakesh Kudurumalla ; Nithin Kumar > Dabilpuram ; Kiran Kumar Kokkilagadda > ; Sunil Kumar Kori ; Satha > Koteswara Rao Kottidi > Cc: dev@dpdk.org > Subject: [EXT] Re: [

Re: [PATCH 1/2] net/cnxk: update meter bpf ID in rq

2022-01-11 Thread Ferruh Yigit
On 11/30/2021 6:41 AM, Rakesh Kudurumalla wrote: Patch updates configured meter bpf is in rq context during meter creation RQ is receive queue, right? Can you please use the long version for clarification? Signed-off-by: Rakesh Kudurumalla --- drivers/net/cnxk/cn10k_rte_flow.c | 9

Re: [PATCH 1/2] net/cnxk: update meter bpf ID in rq

2022-01-10 Thread Jerin Jacob
ha Koteswara Rao Kottidi > > > >Cc: dev@dpdk.org; Rakesh Kudurumalla > >Subject: [PATCH 1/2] net/cnxk: update meter bpf ID in rq > > > >Patch updates configured meter bpf is in rq context during meter creation > > > >Signed-off-by: Rakesh Kudurumalla Series

RE: [PATCH 1/2] net/cnxk: update meter bpf ID in rq

2021-11-29 Thread Sunil Kumar Kori
>-Original Message- >From: Rakesh Kudurumalla >Sent: Tuesday, November 30, 2021 12:12 PM >To: Nithin Kumar Dabilpuram ; Kiran Kumar >Kokkilagadda ; Sunil Kumar Kori >; Satha Koteswara Rao Kottidi > >Cc: dev@dpdk.org; Rakesh Kudurumalla >Subject: [PATCH 1/2] ne

[PATCH 1/2] net/cnxk: update meter bpf ID in rq

2021-11-29 Thread Rakesh Kudurumalla
Patch updates configured meter bpf is in rq context during meter creation Signed-off-by: Rakesh Kudurumalla --- drivers/net/cnxk/cn10k_rte_flow.c | 9 - drivers/net/cnxk/cnxk_ethdev_mtr.c | 25 ++--- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/d