fm10k/base: add clock offset message
authorWang Xiao W <xiao.w.wang@intel.com>
Thu, 10 Sep 2015 04:38:37 +0000 (12:38 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 7 Oct 2015 11:35:48 +0000 (13:35 +0200)
commitd6eaec3589728721bfc22931846bd016fccaf3a1
tree3b2a9c50d2ec90913cbe8cfb0797f69893657654
parent001c2f311a44a7f4022de2cc2437e188b6f3099f
fm10k/base: add clock offset message

Add support for clock offset message from switch manager. Each PEP will
be responsible for notifying its own VFs, and the originating PEP must
notify its own VFs prior or in addition to sending, as it will not
receive a copy of its own message. Base drivers are expected to need
custom implementations so no message handler is provided in shared code.

Signed-off-by: Wang Xiao W <xiao.w.wang@intel.com>
drivers/net/fm10k/base/fm10k_api.c
drivers/net/fm10k/base/fm10k_api.h
drivers/net/fm10k/base/fm10k_pf.c
drivers/net/fm10k/base/fm10k_pf.h
drivers/net/fm10k/base/fm10k_type.h
drivers/net/fm10k/base/fm10k_vf.c
drivers/net/fm10k/base/fm10k_vf.h