Re: [dpdk-dev] [PATCH v2] net/mlx5: fix VF MAC address set over Bluefield

2020-07-23 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Raslan Darawsheh > Sent: Thursday, July 23, 2020 2:06 PM > To: dev@dpdk.org > Cc: ferruh.yi...@intel.com; sta...@dpdk.org; Slava Ovsiienko > > Subject: [dpdk-dev] [PATCH v2] net/mlx5: fix VF MAC address set over

[dpdk-dev] [PATCH v2] net/mlx5: fix VF MAC address set over Bluefield

2020-07-23 Thread Raslan Darawsheh
When trying to set MAC address of an ethethet device and if it was a representor, PMD sets the MAC over the corresponding VF instead. For the case of HPF (Host PF representor on BluueField), PMD shouldn't attempt to set it, since it doesn't have any corresponding VF and fails. This will fix the i