> -----Original Message----- > From: David Miller <da...@davemloft.net> > Sent: Wednesday, May 20, 2020 19:28 > To: Kirsher, Jeffrey T <jeffrey.t.kirs...@intel.com> > Cc: netdev@vger.kernel.org; nhor...@redhat.com; sassm...@redhat.com > Subject: Re: [net-next 00/14][pull request] 1GbE Intel Wired LAN Driver > Updates 2020-05-19 > > From: Jeff Kirsher <jeffrey.t.kirs...@intel.com> > Date: Tue, 19 May 2020 17:04:05 -0700 > > > This series contains updates to igc only. > > > > Sasha cleans up the igc driver code that is not used or needed. > > > > Vitaly cleans up driver code that was used to support Virtualization > > on a device that is not supported by igc, so remove the dead code. > > > > Andre renames a few macros to align with register and field names > > described in the data sheet. Also adds the VLAN Priority Queue Fliter > > and EType Queue Filter registers to the list of registers dumped by > > igc_get_regs(). Added additional debug messages and updated return > > codes for unsupported features. Refactored the VLAN priority > > filtering code to move the core logic into igc_main.c. Cleaned up > > duplicate code and useless code. > > > > The following are changes since commit > 2de499258659823b3c7207c5bda089c822b67d69: > > Merge branch 's390-next' > > and are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue > > 1GbE > > Pulled, thanks Jeff. [Kirsher, Jeffrey T]
Thanks, have you been able to push you tree to kernel.org yet?