Re: [PATCH net-next 2/2] Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user space
From: Richard Cochran <richardcochran@gmail.com>
Date: 2021-12-29 14:23:44
From: Richard Cochran <richardcochran@gmail.com>
Date: 2021-12-29 14:23:44
On Wed, Dec 29, 2021 at 04:09:38PM +0800, Hangbin Liu wrote:
If the userspace program is distributed in binary form (distro package),
there is no way to know on which kernel versions it will run.
Let's only check if the flag was set when do SIOCSHWTSTAMP. And return
hwtstamp_config with flag HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify
userspace whether the new feature is supported or not.
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Fixes: 085d61000845 ("Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMP")
Signed-off-by: Hangbin Liu <redacted>Acked-by: Richard Cochran <richardcochran@gmail.com>