numam-dpdk/drivers
Wenzhuo Lu c53e2c6f92 net/ixgbe: fix default MAC setting
Pool 0 is not PF, it's VF 0. So the MAC is set for VF 0
but not PF.
The code introduced a weird issue. In the scenario PF + VF,
when only starting PF, the default PF MAC address is working.
But after starting a VF, the default PF MAC address becomes
the VF's address.

Use the pool which is not occupied by VFs for PF to fix it.

Fixes: 8164fe8284 ("ixgbe: add default mac address modifier")
Cc: stable@dpdk.org

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2017-05-05 16:54:04 +02:00
..
bus bus/fslmc: add packet frame list entry definitions 2017-04-20 11:32:45 +02:00
crypto crypto/qat: fix dequeue statistics 2017-04-28 17:46:19 +02:00
event event/sw: fix events mis-identified as needing reorder 2017-04-20 00:30:04 +02:00
mempool mempool/dpaa2: add hardware offloaded mempool 2017-04-19 15:37:37 +02:00
net net/ixgbe: fix default MAC setting 2017-05-05 16:54:04 +02:00
Makefile crypto/dpaa2_sec: introduce poll mode driver 2017-04-20 11:32:45 +02:00