[dpdk-dev] [PATCH 2/2] Fix compile issue in i686 platform

2015-11-27 Thread Qiu, Michael
On 2015/11/27 5:15, Thomas Monjalon wrote: > 2015-11-26 09:35, Michael Qiu: >> In i686 platform, long is 32bit, so XXX_CYCLECOUNTER_MASK >> need define as 'ULL' >> >> Signed-off-by: Michael Qiu > This patch is correct but the description is not exact: > I have no issue with my i686 compiler. > For

[dpdk-dev] [PATCH 2/2] Fix compile issue in i686 platform

2015-11-26 Thread Thomas Monjalon
2015-11-26 09:35, Michael Qiu: > In i686 platform, long is 32bit, so XXX_CYCLECOUNTER_MASK > need define as 'ULL' > > Signed-off-by: Michael Qiu This patch is correct but the description is not exact: I have no issue with my i686 compiler. For future reference, please could you be more precise a

[dpdk-dev] [PATCH 2/2] Fix compile issue in i686 platform

2015-11-26 Thread Michael Qiu
In i686 platform, long is 32bit, so XXX_CYCLECOUNTER_MASK need define as 'ULL' Signed-off-by: Michael Qiu --- drivers/net/e1000/igb_ethdev.c | 2 +- drivers/net/i40e/i40e_ethdev.c | 2 +- drivers/net/ixgbe/ixgbe_ethdev.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/