Re: [PATCH 4/5] net/cxgbe: track packets dropped by TP due to congestion

2022-05-06 Thread Ferruh Yigit
On 5/6/2022 12:09 PM, Rahul Lakkireddy wrote: On Thursday, May 05/05/22, 2022 at 17:28:55 +0100, Ferruh Yigit wrote: On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: Rx packets can get dropped at TP due to congestion and this info will not get propagated to MPS. Track these Rx dropped packets in

Re: [PATCH 4/5] net/cxgbe: track packets dropped by TP due to congestion

2022-05-06 Thread Rahul Lakkireddy
On Thursday, May 05/05/22, 2022 at 17:28:55 +0100, Ferruh Yigit wrote: > On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: > > Rx packets can get dropped at TP due to congestion and this info > > will not get propagated to MPS. Track these Rx dropped packets > > in imissed counter. Also add xstats for

Re: [PATCH 4/5] net/cxgbe: track packets dropped by TP due to congestion

2022-05-05 Thread Ferruh Yigit
On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: Rx packets can get dropped at TP due to congestion and this info will not get propagated to MPS. Track these Rx dropped packets in imissed counter. Also add xstats for these counters. Signed-off-by: Rahul Lakkireddy What 'TP' stands for? As far as

[PATCH 4/5] net/cxgbe: track packets dropped by TP due to congestion

2022-04-18 Thread Rahul Lakkireddy
Rx packets can get dropped at TP due to congestion and this info will not get propagated to MPS. Track these Rx dropped packets in imissed counter. Also add xstats for these counters. Signed-off-by: Rahul Lakkireddy --- drivers/net/cxgbe/base/common.h | 2 ++ drivers/net/cxgbe/base/t4_hw.c |