Hi Michal, Quoting Michal Kubecek (2020-07-19 17:10:46) > On Tue, Jul 07, 2020 at 04:47:56PM -0700, Andre Guedes wrote: > > Hi all, > > > > This patch series adds support for parsing registers dumped by the IGC > > driver. > > For now, the following registers are parsed: > > > > * Receive Address Low (RAL) > > * Receive Address High (RAH) > > * Receive Control (RCTL) > > * VLAN Priority Queue Filter (VLANPQF) > > * EType Queue Filter (ETQF) > > > > More registers should be parsed as we need/enable them. > > > > Cheers, > > Andre > > Series merged. But please consider making the output consistent with > other Intel drivers which use lowercase keywords for values (e.g. > "enabled") and "yes"/"no" for bool values (rather than "True" / "False").
Sure, I'll send a patch aligning this. - Andre