[vpp-dev] Fetching all GTP-u packets

2018-12-24 Thread Prashant Upadhyaya
Hi, I want to write a node which gets all the GTP-u packets which enter into VPP via an interface. I understand from https://docs.fd.io/vpp/17.07/clicmd_src_plugins_gtpu.html that I have to run the following command for the interface -- set interface ip gtpu-bypass In my code, kindly confirm, i

Re: [vpp-dev] Difference between python api and vppctl result - stats

2018-12-24 Thread emma sdi
Hi Dear Neale Thank you for the clarification. On Mon, Dec 24, 2018 at 6:18 AM Neale Ranns (nranns) wrote: > > > Hi Chore, > > > > By default interface stats are collected for rx, tx, drops etc. However, > to collect stats related to whether the RX/TX packet is unicast, multicast > or broadcast

Re: [vpp-dev] Difference between python api and vppctl result - stats

2018-12-24 Thread Neale Ranns via Lists.Fd.Io
Hi Chore, By default interface stats are collected for rx, tx, drops etc. However, to collect stats related to whether the RX/TX packet is unicast, multicast or broadcast requires extra checks in the data-plane that do not come for free. So, to able these extra stats, and hence incur the extra