Re: [dpdk-dev] [PATCH 04/21] net/qede/base: fix TM block ILT initialization

2017-03-02 Thread Ferruh Yigit
On 2/27/2017 7:51 AM, Rasesh Mody wrote: > Fix TM block ILT initialization for SRIOV coexistence with other > protocols. Can you please use what abbreviations stands for in commit log, for TM and ILT? Like "Three Letter Acronym (TLA) ..." > > Fixes: ec94dbc57362 ("qede: add base driver") > > S

[dpdk-dev] [PATCH 04/21] net/qede/base: fix TM block ILT initialization

2017-02-26 Thread Rasesh Mody
Fix TM block ILT initialization for SRIOV coexistence with other protocols. Fixes: ec94dbc57362 ("qede: add base driver") Signed-off-by: Rasesh Mody --- drivers/net/qede/base/ecore_cxt.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/drivers/net/qede/ba