Re: [PATCH net] cxgb4: copy adap index to PF0-3 adapter instances

2018-03-07 Thread David Miller
From: Ganesh Goudar Date: Wed, 7 Mar 2018 13:08:45 +0530 > instantiation of VF's on different adapters fails, copy > adapter index and chip type to PF0-3 adapter instances > to fix the issue. > > Signed-off-by: Ganesh Goudar Applied.

[PATCH net] cxgb4: copy adap index to PF0-3 adapter instances

2018-03-06 Thread Ganesh Goudar
instantiation of VF's on different adapters fails, copy adapter index and chip type to PF0-3 adapter instances to fix the issue. Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/ethernet/chelsio/cxg