Fri, Aug 25, 2017 at 7:16 AM, Andrew Lunn wrote:
> On Fri, Aug 25, 2017 at 08:47:00AM -0500, Larry Finger wrote:
>> On 08/24/2017 08:54 PM, Andrew Lunn wrote:
>> >netdev frowns upon debugfs. You should try to keep this altogether,
>> >making it easy to throw away before the driver is moved out of
Addressed most of the comments from
> Alexander Duyck
> and Rustad, Mark D .
>
> V3: Addressed additional comments from
> Alexander Duyck
>
> V4: Addressed kbuild errors reported by:
> kbuild test robot
>
&
Addressed most of the comments from
> Alexander Duyck
> and Rustad, Mark D .
>
> drivers/net/ethernet/intel/ixgbevf/ixgbevf.h | 12 ++
> drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 16 ++-
> drivers/net/ethernet/intel/ixgbevf/mbx.c
On Thu, Apr 14, 2016 at 7:49 PM, KY Srinivasan wrote:
>
>
>> -Original Message-----
>> From: Alexander Duyck [mailto:alexander.du...@gmail.com]
>> Sent: Thursday, April 14, 2016 4:18 PM
>> To: KY Srinivasan
>> Cc: David Miller ; Netdev
>
On Thu, Apr 14, 2016 at 5:11 PM, KY Srinivasan wrote:
>
>
>> -Original Message-
>> From: Rustad, Mark D [mailto:mark.d.rus...@intel.com]
>> Sent: Thursday, April 14, 2016 5:07 PM
>> To: KY Srinivasan
>> Cc: David Miller ; netdev
>> ; linux-ker...@vger.kernel.org;
>> de...@linuxdriverproje
On Thu, Apr 14, 2016 at 4:55 PM, K. Y. Srinivasan wrote:
> On Hyper-V, the VF/PF communication is a via software mediated path
> as opposed to the hardware mailbox. Make the necessary
> adjustments to support Hyper-V.
>
> Signed-off-by: K. Y. Srinivasan
> ---
> drivers/net/ethernet/intel/ixgbevf