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)
commitd0c3e46484fb9bafcfb0648da919f91eea7e14cd
treed0589dd9852ae75573cf70f53e0d920bdeb63eb2
parenta3c62a042237d1adeb0290dcb768e17edd6dcd25
parent085d61000845188a9aa9a9524f13a0622a1380d7
Merge branch 'hwtstamp_bonding'

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>