Re: [dpdk-dev] [PATCH v3 2/2] doc: add guide for debug and troubleshoot

2019-01-03 Thread Varghese, Vipin
Hi Shreyansh jain, Thanks for the comment, please give me time to look into other comments. snipped > > +- Are only specific MAC are received? rte_eth_promiscuous_get() > ^^^ >can be removed > > What about checking vlan-filters

Re: [dpdk-dev] [PATCH v3 2/2] doc: add guide for debug and troubleshoot

2019-01-03 Thread Shreyansh Jain
Hello Vipin, Some comments and lots of nitpicks inlined. (I know this comes months late - apologies, just didn't stumble on this earlier). On Monday 26 November 2018 12:38 PM, Vipin Varghese wrote: > Add user guide on debug and troubleshoot for common issues and bottleneck > found in various app

[dpdk-dev] [PATCH v3 2/2] doc: add guide for debug and troubleshoot

2018-11-25 Thread Vipin Varghese
Add user guide on debug and troubleshoot for common issues and bottleneck found in various application models running on single or multi stages. Signed-off-by: Vipin Varghese Acked-by: Marko Kovacevic --- V3: - reorder for removing warning in 'make doc-guides-html' - Thomas Monjalon V2: - ad