[dpdk-dev] [PATCH v3 08/12] mempool: allow config override on element alignment

2015-07-07 Thread Tony Lu
>-Original Message- >From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson >Sent: Monday, July 06, 2015 11:38 PM >To: Zhigang Lu >Cc: dev at dpdk.org >Subject: Re: [dpdk-dev] [PATCH v3 08/12] mempool: allow config override on >element alignment &g

[dpdk-dev] [PATCH v3 08/12] mempool: allow config override on element alignment

2015-07-07 Thread Bruce Richardson
gt;Subject: Re: [dpdk-dev] [PATCH v3 08/12] mempool: allow config override on > >element alignment > > > >On Mon, Jul 06, 2015 at 04:51:33PM +0800, Zhigang Lu wrote: > >> On TILE-Gx and TILE-Mx platforms, the buffers fed into the hardware > >> buffer manager requ

[dpdk-dev] [PATCH v3 08/12] mempool: allow config override on element alignment

2015-07-06 Thread Zhigang Lu
On TILE-Gx and TILE-Mx platforms, the buffers fed into the hardware buffer manager require a 128-byte alignment. With this change, we allow configuration based override of the element alignment, and default to RTE_CACHE_LINE_SIZE if left unspecified. Change-Id: I9cd789d92b0bc9c8f44a633de59bb04d45

[dpdk-dev] [PATCH v3 08/12] mempool: allow config override on element alignment

2015-07-06 Thread Bruce Richardson
On Mon, Jul 06, 2015 at 04:51:33PM +0800, Zhigang Lu wrote: > On TILE-Gx and TILE-Mx platforms, the buffers fed into the hardware > buffer manager require a 128-byte alignment. With this change, we > allow configuration based override of the element alignment, and > default to RTE_CACHE_LINE_SIZE