Re: [Devel] [PATCH rh7 1/2] ixgbe: cleanup ixgbe_enumerate_functions

2015-11-17 Thread Konstantin Khorenko
JFYI: filed an issue to RedHat https://bugzilla.redhat.com/show_bug.cgi?id=1282804 -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 11/10/2015 04:48 PM, Konstantin Khorenko wrote: Andrey, please file a bug to RedHat about this (and add me to CC there ). Meanwhile i'm app

Re: [Devel] [PATCH rh7 1/2] ixgbe: cleanup ixgbe_enumerate_functions

2015-11-10 Thread Konstantin Khorenko
Andrey, please file a bug to RedHat about this (and add me to CC there ). Meanwhile i'm applying those patches in order to unblock debug kernel runs. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 11/10/2015 11:21 AM, Vasily Averin wrote: I think we can just notify Red

Re: [Devel] [PATCH rh7 1/2] ixgbe: cleanup ixgbe_enumerate_functions

2015-11-10 Thread Vasily Averin
I think we can just notify Red Hat about this problem On 10.11.2015 11:06, Andrey Ryabinin wrote: > From: Jacob Keller > > This function previously had the same check as used by the > ixgbe_pcie_from_parent. As the hardcode is due to the device having an > internal > switch, this function shoul

[Devel] [PATCH rh7 1/2] ixgbe: cleanup ixgbe_enumerate_functions

2015-11-10 Thread Andrey Ryabinin
From: Jacob Keller This function previously had the same check as used by the ixgbe_pcie_from_parent. As the hardcode is due to the device having an internal switch, this function should simply use the call from ixgbe_pcie_from_parent. This reduces code complexity and makes it less likely a devel