[vpp-dev] Mac Address Api Changes

2017-10-09 Thread Mohsin Kazmi (sykazmi)
Hello,? I am writing regarding a proposal to change API messages related to l2fib mac address. In vpp/src/vnet/l2/l2.api file, currently two API messages related to l2fib uses u64 for mac address instead of u8 mac[6]. While rest of VPP API calls use array of six bytes to store mac address.

Re: [vpp-dev] Crash when creating WM

2017-11-06 Thread Mohsin Kazmi (sykazmi)
Hi Pedro, Can you check the dmesg? If it is due to "out of memory".? Regards, Mohsin From: vpp-dev-boun...@lists.fd.io on behalf of PEDRO ANDRES ARANDA GUTIERREZ Sent: Monday, November 6, 2017 11:27 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Crash when

Re: [vpp-dev] The Data in shared memory is tampered

2017-12-01 Thread Mohsin Kazmi (sykazmi)
Hi Xyxue, Those are to be deprecated functionality which still exists in stats API. from stats.c file, just above vl_api_want_interface_combined_stats_t_handler​: /** * ALL Interface Combined stats - to be deprecated **/ Please

Re: [vpp-dev] :: Modify Mac address of host-interface

2017-12-13 Thread Mohsin Kazmi (sykazmi)
Hi, Yes, Vpp has a generic API to modify interface mac address. You can check the following: vl_api_sw_interface_set_mac_address_t -br Mohsin From: vpp-dev-boun...@lists.fd.io on behalf of Omer Majeed Sent: Wednesday, December 13, 2017 3:58 PM To: vpp-dev

Re: [vpp-dev] packet capture

2018-01-09 Thread Mohsin Kazmi (sykazmi)
Hello Holoo, You can find examples of traces in VPP Uses Cases. Specific to VPP packet tracing, please check the following link: https://wiki.fd.io/view/VPP/Command-line_Interface_(CLI)_Guide#packet_tracer Apart from that, debug CLI list down the commands: vpp# trace ? trace add

Re: [vpp-dev] packet capture

2018-01-09 Thread Mohsin Kazmi (sykazmi)
Please find the response inline: From: Holoo Gulakh Sent: Tuesday, January 9, 2018 12:22 PM To: Mohsin Kazmi (sykazmi); vpp-dev@lists.fd.io Subject: Re: [vpp-dev] packet capture there are labels like dpdk-input, ip4-input-no-checksum, ip4-icmp-echo-request and

Re: [vpp-dev] VLIB buffer size is 512 bytes

2016-11-21 Thread Mohsin Kazmi (sykazmi)
Hello Dmitry, This is processing header length which includes dpdk header + vlib header to process packets in graph nodes. While normal buffer size is 2048 bytes. MTU can be set using following command line provided that interface should be within the range of min/max supported values. set

Re: [vpp-dev] ioam-plugin build fails

2016-11-21 Thread Mohsin Kazmi (sykazmi)
Hello Ray, Can you try to build: make build-vpp-api and then build the ioam-plugin. Please let me know if it helps you. -br Mohsin From: vpp-dev-boun...@lists.fd.io on behalf of Kinsella, Ray Sent: Monday, November 21, 2016 7:54 PM To: vpp-dev@lists.

Re: [vpp-dev] Query regarding VPP Af_packet/Netmap

2016-12-15 Thread Mohsin Kazmi (sykazmi)
Hello, AF_Packet and Netmap drivers are implemented within VPP. Hence it requires to create virtual interfaces through VPP CLI. NOTE: Netmap is not used for physical interfaces. In case of Hardware NICs, VPP leverages DPDK which implements physical NICs drivers. Though DPDK also has virtua

Re: [vpp-dev] Query regarding VPP Pool allocation

2017-02-08 Thread Mohsin Kazmi (sykazmi)
Hi Sreejith, If you would do "make", you will find the help menu. There is mentioned a way to provide " startup.conf " : make run STARTUP_CONF=startup.conf -br Mohsin From: vpp-dev-boun...@lists.fd.io on behalf of Sreejith Surendran Nair Sent: Wednesday