RE: [Intel-wired-lan] [PATCH] (resend) ixgbe: always initialize setup_fc

2016-07-08 Thread Tantilov, Emil S
>-Original Message- >From: Patrick McLean [mailto:patri...@gaikai.com] >Sent: Friday, July 08, 2016 9:45 AM >To: zhuyj >Cc: Tantilov, Emil S ; Rustad, Mark D >; netdev ; intel-wired-lan > >Subject: Re: [Intel-wired-lan] [PATCH] (resend) ixgbe: always initialize >

Re: [Intel-wired-lan] [PATCH] (resend) ixgbe: always initialize setup_fc

2016-07-08 Thread Patrick McLean
gt;Cc: netdev ; intel-wired-lan > >l...@lists.osuosl.org> >> >Subject: Re: [Intel-wired-lan] [PATCH] (resend) ixgbe: always initialize >> >setup_fc >> > >> >Patrick McLean wrote: >> > >> >> Gmail mangled my first message, sorry about

RE: [Intel-wired-lan] [PATCH] (resend) ixgbe: always initialize setup_fc

2016-07-07 Thread Tantilov, Emil S
>-Original Message- >From: Intel-wired-lan [mailto:intel-wired-lan-boun...@lists.osuosl.org] On >Behalf Of Rustad, Mark D >Sent: Wednesday, July 06, 2016 4:01 PM >To: Patrick McLean >Cc: netdev ; intel-wired-lan l...@lists.osuosl.org> >Subject: Re: [Intel-wired-lan

Re: [PATCH] (resend) ixgbe: always initialize setup_fc

2016-07-06 Thread Rustad, Mark D
Patrick McLean wrote: Gmail mangled my first message, sorry about that. Second attempt. In ixgbe_init_mac_link_ops_X550em, the code has a special case for backplane media type, but does not fall through to the default case, so the setup_fc never gets initialized. This causes a panic when it la

[PATCH] (resend) ixgbe: always initialize setup_fc

2016-07-01 Thread Patrick McLean
Gmail mangled my first message, sorry about that. Second attempt. In ixgbe_init_mac_link_ops_X550em, the code has a special case for backplane media type, but does not fall through to the default case, so the setup_fc never gets initialized. This causes a panic when it later tries to set up the ca