Re: [PATCH net-next v3 00/16] Add drop monitor for offloaded data paths

2019-08-17 Thread David Miller
From: Ido Schimmel Date: Sat, 17 Aug 2019 16:28:09 +0300 > Users have several ways to debug the kernel and understand why a packet > was dropped. For example, using drop monitor and perf. Both utilities > trace kfree_skb(), which is the function called when a packet is freed > as part of a failur

[PATCH net-next v3 00/16] Add drop monitor for offloaded data paths

2019-08-17 Thread Ido Schimmel
From: Ido Schimmel Users have several ways to debug the kernel and understand why a packet was dropped. For example, using drop monitor and perf. Both utilities trace kfree_skb(), which is the function called when a packet is freed as part of a failure. The information provided by these tools is