Re: [dpdk-dev] [PATCH] net/axgbe: fix incorrect cache alignment macro

2018-04-22 Thread Kumar, Ravi1
>On 4/18/2018 6:17 PM, Ferruh Yigit wrote: >> On 4/17/2018 9:04 PM, Pavan Nikhilesh wrote: >>> Due to missing cacheline_aligned definition compiler treats it as >>> a global variable replace it with proper cache alignment macro. >>> >>> Fixes: 9e890103267e ("net/axgbe: add Rx/Tx setup") >>> >>

Re: [dpdk-dev] [PATCH] net/axgbe: fix incorrect cache alignment macro

2018-04-18 Thread Ferruh Yigit
On 4/18/2018 6:17 PM, Ferruh Yigit wrote: > On 4/17/2018 9:04 PM, Pavan Nikhilesh wrote: >> Due to missing cacheline_aligned definition compiler treats it as a >> global variable replace it with proper cache alignment macro. >> >> Fixes: 9e890103267e ("net/axgbe: add Rx/Tx setup") >> >> Signed-

Re: [dpdk-dev] [PATCH] net/axgbe: fix incorrect cache alignment macro

2018-04-18 Thread Ferruh Yigit
On 4/17/2018 9:04 PM, Pavan Nikhilesh wrote: > Due to missing cacheline_aligned definition compiler treats it as a > global variable replace it with proper cache alignment macro. > > Fixes: 9e890103267e ("net/axgbe: add Rx/Tx setup") > > Signed-off-by: Pavan Nikhilesh Reviewed-by: Ferruh Yi

[dpdk-dev] [PATCH] net/axgbe: fix incorrect cache alignment macro

2018-04-17 Thread Pavan Nikhilesh
Due to missing cacheline_aligned definition compiler treats it as a global variable replace it with proper cache alignment macro. Fixes: 9e890103267e ("net/axgbe: add Rx/Tx setup") Signed-off-by: Pavan Nikhilesh --- drivers/net/axgbe/axgbe_rxtx.h | 2 +- 1 file changed, 1 insertion(+), 1 de