[dpdk-dev] backtracing from within the code

2016-06-25 Thread Rosen, Rami
Hi, If you are willing to skip static methods and use the GCC backtrace, you can try this example (it worked for me, but it was quite a time ago): http://www.helicontech.co.il/?id=linuxbt Regards, Rami Rosen Intel Corporation -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On

[dpdk-dev] Can't build DPDK-16.04 on CentOS 6.8

2016-06-12 Thread Rosen, Rami
Hi Thiago, > Any clue? Sure. This is the reason: in dpdk-16.04/lib/librte_eal/linuxapp/igb_uio we have: #ifndef PCI_MSIX_ENTRY_SIZE #define PCI_MSIX_ENTRY_SIZE 16 #define PCI_MSIX_ENTRY_LOWER_ADDR 0 #define PCI_MSIX_ENTRY_UPPER_ADDR 4 #define PCI_MSIX_ENTRY_DATA

[dpdk-dev] [PATCH 1/1] add writing registers

2016-04-21 Thread Rosen, Rami
Please ignore, this is a wrong patch -Original Message- From: Rosen, Rami Sent: Thursday, April 21, 2016 8:24 PM To: dev at dpdk.org Cc: Rosen, Rami Subject: [PATCH 1/1] add writing registers Change-Id: Iaeeefcbc29d109fef17797d6a888cf2448499646 Signed-off-by: Rami Rosen --- fvlproto