Re: [PATCH net-next] cxgb4vf: configure ports accessible by the VF

2020-06-30 Thread David Miller
From: Nirranjan Kirubaharan Date: Mon, 29 Jun 2020 17:25:13 +0530 > Find ports accessible by the VF, based on the index of the > mac address stored for the VF in the adapter. If no mac address > is stored for the VF, use the port mask provided by firmware. > > Signed-off-by: Nirranjan Kirubahara

[PATCH net-next] cxgb4vf: configure ports accessible by the VF

2020-06-29 Thread Nirranjan Kirubaharan
Find ports accessible by the VF, based on the index of the mac address stored for the VF in the adapter. If no mac address is stored for the VF, use the port mask provided by firmware. Signed-off-by: Nirranjan Kirubaharan --- .../ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 47 +++