]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cxgbe(4): Allow the PF driver to set a VF's MAC address.
authorNavdeep Parhar <np@FreeBSD.org>
Mon, 9 Nov 2020 00:08:35 +0000 (00:08 +0000)
committerNavdeep Parhar <np@FreeBSD.org>
Mon, 9 Nov 2020 00:08:35 +0000 (00:08 +0000)
commitde0a3472d8f8597f2d2aaf3a3f7841fd1fec7778
tree178b0830f35cbb5835c98a706c8f81dd51c6cf2e
parentb54ed68408082bf0890e8d61d593f3180cb0d4b8
cxgbe(4): Allow the PF driver to set a VF's MAC address.

The MAC address can be set with the optional mac-addr property in the VF
section of the iovctl.conf(5) used to instantiate the VFs.

MFC after: 2 weeks
Sponsored by: Chelsio Communications
sys/dev/cxgbe/common/common.h
sys/dev/cxgbe/common/t4_hw.c
sys/dev/cxgbe/t4_iov.c