Re: [PATCHv2 net-next] cxgb4: Remove preprocessor check for CONFIG_CXGB4_DCB
From: David Miller <davem@davemloft.net>
Date: 2015-02-02 06:37:57
From: David Miller <davem@davemloft.net>
Date: 2015-02-02 06:37:57
From: Hariprasad Shenai <redacted> Date: Fri, 30 Jan 2015 08:49:27 +0530
In commit dc9daab226aa ("cxgb4: Added support in debugfs to dump
sge_qinfo") a preprocessor check for CONFIG_CXGB4_DCB got added, which should
have been CONFIG_CHELSIO_T4_DCB. After adding the right preprocessor, build
fails due to missing function ethqset2pinfo. Fixing that as well.
Reported-by: Paul Bolle <redacted>
Signed-off-by: Hariprasad Shenai <redacted>
V2: Updated description since the patch also fixes build failureApplied, thanks.