On Tue, Sep 10, 2024 at 10:12:15AM +0000, Soumyadeep Hore wrote: > Updated the IAVF Base driver with latest sharedcode patches. > > Ahmed Zaki (2): > common/iavf: define the maximum MSIX index > common/iavf: add RSS CONFIG hash function > > Jacob Keller (1): > common/iavf: update the PTP enablement in virtchnl > > Julian Grajkowski (1): > common/iavf: add RefSync support > > Jun Zhang (1): > common/iavf: add GNSS support over VF > > Lukasz Plachno (1): > common/iavf: add commands for HQOS management > > Mateusz Polchlopek (1): > common/iavf: add flex descriptor fields enum > > Piotr Gardocki (1): > common/iavf: add SyncE support over VF > > Sudheer Mogilappagari (1): > common/iavf: introduce QGRP capabilities to replace ADQ caps > > drivers/common/iavf/iavf_register.h | 3 +- > drivers/common/iavf/iavf_type.h | 4 + > drivers/common/iavf/virtchnl.h | 505 ++++++++++++++++++++++++++++ > 3 files changed, 511 insertions(+), 1 deletion(-) > Series-acked-by: Bruce Richardson <bruce.richard...@intel.com>
Like the "ice" driver base code update, this series is missing a README update to record the date of the last snapshot. Before I push this series, can you please send a patch to update the drivers/common/iavf/README file. NOTE - the file needs more than just a date change: for example, it references a non-existant base directory. /Bruce PS: no need to resubmit these 9 patches, just do an extra patch for the readme update please!