Merge branch 'hwtstamp_bonding'
authorDavid S. Miller <davem@davemloft.net>
Tue, 14 Dec 2021 12:28:25 +0000 (12:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Dec 2021 12:28:25 +0000 (12:28 +0000)
Hangbin Liu says:

====================
net: add new hwtstamp flag HWTSTAMP_FLAG_BONDED_PHC_INDEX

This patchset add a new hwtstamp_config flag HWTSTAMP_FLAG_BONDED_PHC_INDEX.
When user want to get bond active interface's PHC, they need to add this flag
and aware the PHC index may changed.

v3: Use bitwise test to check the flags validation
v2: rename the flag to HWTSTAMP_FLAG_BONDED_PHC_INDEX
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge