[vpp-dev] Identification Field of IP Header is not set by VPP during encapsulation

2021-11-25 Thread Akash S R
Hello, Identification Field is not set by VPP and there is no parameter for the same handled in ip4_packet.h as well. Should that be added as per requirements or is that present elsewhere? Also is there any handle on VPP to set those values during gtpu encapsulation ? /Akash -=-=-=-=-=-=-=-=-=-=

Re: [vpp-dev] Information of drop counters on "show interface"

2021-11-25 Thread Ole Troan
Akash, > Ultimate aim is to classify drop counters and its reason. I need a VAPI > handler to fetch all these details but I couldn't find any such VAPI to get > these. > Yes "show hard" will get me the interface stats but I need a respective VAPI > to handle using APK and never use vppctl. All

Re: [vpp-dev] Information of drop counters on "show interface"

2021-11-25 Thread Akash S R
Hey, Ultimate aim is to classify drop counters and its reason. I need a VAPI handler to fetch all these details but I couldn't find any such VAPI to get these. Yes "show hard" will get me the interface stats but I need a respective VAPI to handle using APK and never use vppctl. /Akash On Thu, N

Re: [vpp-dev] Information of drop counters on "show interface"

2021-11-25 Thread Mohsin Kazmi via lists.fd.io
From: Akash S R Date: Thursday, November 25, 2021 at 12:21 PM To: "Mohsin Kazmi (sykazmi)" Cc: vpp-dev Subject: Re: [vpp-dev] Information of drop counters on "show interface" Hey, “Show errors” will give you information about drops if interface is down. I am unable to understand w.r.t. poli

Re: [vpp-dev] Information of drop counters on "show interface"

2021-11-25 Thread Akash S R
Hey, "show errors" will get me only node level info and I cannot get the reason for drops like we will get the reason like policer miss but not interface down or anything similar to that. /Akash On Wed, Nov 24, 2021, 18:26 Mohsin Kazmi (sykazmi) wrote: > Hello, > > > > Mostly drop errors are r