Re: [PATCH net-next] qed*: Add support for ethtool link_ksettings callbacks.

2016-08-10 Thread David Miller
From: Sudarsana Reddy Kalluru Date: Tue, 9 Aug 2016 03:51:23 -0400 > This patch adds the driver implementation for ethtool link_ksettings > callbacks. qed driver now defines/uses the qed specific masks for > representing link capability values. qede driver maps these values to > to new link modes

[PATCH net-next] qed*: Add support for ethtool link_ksettings callbacks.

2016-08-09 Thread Sudarsana Reddy Kalluru
This patch adds the driver implementation for ethtool link_ksettings callbacks. qed driver now defines/uses the qed specific masks for representing link capability values. qede driver maps these values to to new link modes defined by the kernel implementation of link_ksettings. Please consider app