From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brown, Aaron F Date: Wed, 24 Apr 2019 02:08:18 +0000 Subject: [Intel-wired-lan] [PATCH v1 1/1] igc: Cleanup the redundant code In-Reply-To: <20190421081723.34232-1-sasha.neftin@intel.com> References: <20190421081723.34232-1-sasha.neftin@intel.com> Message-ID: <309B89C4C689E141A5FF6A0C5FB2118B97039325@ORSMSX103.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On > Behalf Of Sasha Neftin > Sent: Sunday, April 21, 2019 1:17 AM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH v1 1/1] igc: Cleanup the redundant code > > The default flow control settings for the i225 device is both > 'rx' and 'tx' pause frames. There is no depend on the NVM value. > This patch comes to fix this and clean up the driver code. > > Signed-off-by: Sasha Neftin > --- > drivers/net/ethernet/intel/igc/igc_mac.c | 23 +++-------------------- > 1 file changed, 3 insertions(+), 20 deletions(-) Tested-by: Aaron Brown