Re: [PATCH net-next] qed: Prevent warning without CONFIG_RFS_ACCEL

2017-04-30 Thread David Miller
From: Yuval Mintz Date: Sun, 30 Apr 2017 12:14:44 +0300 > After removing the PTP related initialization from slowpath start, > the remaining PTT entry is required only in case CONFIG_RFS_ACCEL is set. > Otherwise, it leads to a warning due to it being unused. > > Fixes: d179bd1699fc ("qed: Acqui

[PATCH net-next] qed: Prevent warning without CONFIG_RFS_ACCEL

2017-04-30 Thread Yuval Mintz
After removing the PTP related initialization from slowpath start, the remaining PTT entry is required only in case CONFIG_RFS_ACCEL is set. Otherwise, it leads to a warning due to it being unused. Fixes: d179bd1699fc ("qed: Acquire/release ptt_ptp lock when enabling/disabling PTP") Signed-off-by