mbox

[0/2] fix missing set primary mac type when start port

Message ID 20210427092243.391908-1-robinx.zhang@intel.com (mailing list archive)
Headers

Message

Robin Zhang April 27, 2021, 9:22 a.m. UTC
  When start port, all mac addresses will be set. We should set the mac
type of default MAC address as VIRTCHNL_ETHER_ADDR_PRIMARY.

Robin Zhang (2):
  net/iavf: fix missing set primary mac type when start port
  net/i40e: fix missing set primary mac type when start port

 drivers/net/i40e/i40e_ethdev_vf.c | 4 +++-
 drivers/net/iavf/iavf_vchnl.c     | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)