Re: [PATCH v2 126/148] net/ice/base: move code to common headers

2024-06-21 Thread Bruce Richardson
On Wed, Jun 12, 2024 at 04:02:00PM +0100, Anatoly Burakov wrote: > To align with upstream release, move some code to common headers. > My reading of this patch is not so much moving code, as making functions non-static, and as part of that putting prototypes for those funcs in the headers. /Bruce

[PATCH v2 126/148] net/ice/base: move code to common headers

2024-06-12 Thread Anatoly Burakov
To align with upstream release, move some code to common headers. Signed-off-by: Anatoly Burakov --- drivers/net/ice/base/ice_ptp_hw.c | 4 ++-- drivers/net/ice/base/ice_ptp_hw.h | 2 ++ drivers/net/ice/base/ice_sched.c | 8 +++ drivers/net/ice/base/ice_sched.h | 18 dr