Re: [PATCH v2 09/13] lpfc: Add embedded data pointers for enhanced performance

2018-02-07 Thread Johannes Thumshirn
On Tue, Feb 06, 2018 at 06:28:47PM -0800, James Smart wrote: > + if (do_pbde && (i == 0)) { Nit: if (do_pde && i == 0) { Else: Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de

[PATCH v2 09/13] lpfc: Add embedded data pointers for enhanced performance

2018-02-06 Thread James Smart
The current driver isn't taking advantage of a performance hint whereby the initial data buffer descriptor can be placed in the WQE as well as the SGL. Add the logic to detect support for the feature and to use it when supported. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drive