[dpdk-dev] [PATCH v8 01/25] eal: define macro container_of

2016-09-08 Thread Shreyansh Jain
Hi Ferruh, On Monday 29 August 2016 10:13 PM, Ferruh Yigit wrote: > On 8/26/2016 2:56 PM, Shreyansh Jain wrote: >> Signed-off-by: Jan Viktorin >> Signed-off-by: Shreyansh Jain >> --- >> lib/librte_eal/common/include/rte_common.h | 16 >> 1 file changed, 16 insertions(+) >> >> d

[dpdk-dev] [PATCH v8 01/25] eal: define macro container_of

2016-08-31 Thread Shreyansh Jain
Hi Thomas, On Tuesday 30 August 2016 07:12 PM, Thomas Monjalon wrote: > 2016-08-30 17:29, Shreyansh Jain: >> On Tuesday 30 August 2016 04:00 PM, Thomas Monjalon wrote: >>> 2016-08-30 09:57, Shreyansh Jain: Is there a better way to test that no driver breaks? Any particular parameters I s

[dpdk-dev] [PATCH v8 01/25] eal: define macro container_of

2016-08-30 Thread Shreyansh Jain
Hi Thomas, On Tuesday 30 August 2016 04:00 PM, Thomas Monjalon wrote: > 2016-08-30 09:57, Shreyansh Jain: >> On Monday 29 August 2016 10:13 PM, Ferruh Yigit wrote: >>> This gives compilation error for mlx5, because the libraries mlx depends >>> defines same macro: >>> /rte_common.h:338:9: erro

[dpdk-dev] [PATCH v8 01/25] eal: define macro container_of

2016-08-30 Thread Thomas Monjalon
2016-08-30 17:29, Shreyansh Jain: > On Tuesday 30 August 2016 04:00 PM, Thomas Monjalon wrote: > > 2016-08-30 09:57, Shreyansh Jain: > >> Is there a better way to test that no driver breaks? Any particular > >> parameters I should use for test-build.sh? > > > > Yes I suggest to create a file ~/.con

[dpdk-dev] [PATCH v8 01/25] eal: define macro container_of

2016-08-30 Thread Thomas Monjalon
2016-08-30 09:57, Shreyansh Jain: > On Monday 29 August 2016 10:13 PM, Ferruh Yigit wrote: > > This gives compilation error for mlx5, because the libraries mlx depends > > defines same macro: > > /rte_common.h:338:9: error: 'container_of' macro redefined > > /usr/include/infiniband/verbs.h:77:9

[dpdk-dev] [PATCH v8 01/25] eal: define macro container_of

2016-08-30 Thread Shreyansh Jain
Hi Ferruh, Forgot to add a comment in previous reply to this email: On Monday 29 August 2016 10:13 PM, Ferruh Yigit wrote: > On 8/26/2016 2:56 PM, Shreyansh Jain wrote: >> Signed-off-by: Jan Viktorin >> Signed-off-by: Shreyansh Jain >> --- >> lib/librte_eal/common/include/rte_common.h | 16 +++

[dpdk-dev] [PATCH v8 01/25] eal: define macro container_of

2016-08-30 Thread Shreyansh Jain
Hi Ferruh, On Monday 29 August 2016 10:13 PM, Ferruh Yigit wrote: > On 8/26/2016 2:56 PM, Shreyansh Jain wrote: >> Signed-off-by: Jan Viktorin >> Signed-off-by: Shreyansh Jain >> --- >> lib/librte_eal/common/include/rte_common.h | 16 >> 1 file changed, 16 insertions(+) >> >> d

[dpdk-dev] [PATCH v8 01/25] eal: define macro container_of

2016-08-29 Thread Ferruh Yigit
On 8/26/2016 2:56 PM, Shreyansh Jain wrote: > Signed-off-by: Jan Viktorin > Signed-off-by: Shreyansh Jain > --- > lib/librte_eal/common/include/rte_common.h | 16 > 1 file changed, 16 insertions(+) > > diff --git a/lib/librte_eal/common/include/rte_common.h > b/lib/librte_eal/

[dpdk-dev] [PATCH v8 01/25] eal: define macro container_of

2016-08-26 Thread Shreyansh Jain
Signed-off-by: Jan Viktorin Signed-off-by: Shreyansh Jain --- lib/librte_eal/common/include/rte_common.h | 16 1 file changed, 16 insertions(+) diff --git a/lib/librte_eal/common/include/rte_common.h b/lib/librte_eal/common/include/rte_common.h index 332f2a4..a9b6792 100644 --