Re: [PATCH net-next] cxgb3: assign port id to net_device->dev_port

2018-01-22 Thread David Miller
From: Ganesh Goudar Date: Fri, 19 Jan 2018 15:11:48 +0530 > From: Arjun Vynipadath > > T3 devices have different ports on same PCI function, > so using dev_port to identify ports. > > Signed-off-by: Arjun Vynipadath > Signed-off-by: Ganesh Goudar Applied, thank you.

[PATCH net-next] cxgb3: assign port id to net_device->dev_port

2018-01-19 Thread Ganesh Goudar
From: Arjun Vynipadath T3 devices have different ports on same PCI function, so using dev_port to identify ports. Signed-off-by: Arjun Vynipadath Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/et