[dpdk-dev] [PATCH 01/10] bnx2x: Set cache line based on build configuration

2016-09-30 Thread Patil, Harish
> >Hi Harish, > >On 7/12/2016 6:39 AM, Harish Patil wrote: >>> >>> Correctly hint the cache line size. Remove unused macros associated >>> with the cache line size. >>> >>> Fixes: 540a211084a7 ("bnx2x: driver core") >>> >>> Signed-off-by: Chas Williams <3chas3 at gmail.com> >>> --- >>> drivers/ne

[dpdk-dev] [PATCH 01/10] bnx2x: Set cache line based on build configuration

2016-09-14 Thread Ferruh Yigit
Hi Harish, On 7/12/2016 6:39 AM, Harish Patil wrote: >> >> Correctly hint the cache line size. Remove unused macros associated >> with the cache line size. >> >> Fixes: 540a211084a7 ("bnx2x: driver core") >> >> Signed-off-by: Chas Williams <3chas3 at gmail.com> >> --- >> drivers/net/bnx2x/bnx2x.h

[dpdk-dev] [PATCH 01/10] bnx2x: Set cache line based on build configuration

2016-07-12 Thread Harish Patil
> >Correctly hint the cache line size. Remove unused macros associated >with the cache line size. > >Fixes: 540a211084a7 ("bnx2x: driver core") > >Signed-off-by: Chas Williams <3chas3 at gmail.com> >--- > drivers/net/bnx2x/bnx2x.h | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > >diff

[dpdk-dev] [PATCH 01/10] bnx2x: Set cache line based on build configuration

2016-07-11 Thread Chas Williams
Correctly hint the cache line size. Remove unused macros associated with the cache line size. Fixes: 540a211084a7 ("bnx2x: driver core") Signed-off-by: Chas Williams <3chas3 at gmail.com> --- drivers/net/bnx2x/bnx2x.h | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drive