mbox series

[v1,0/9] Update IAVF Base Driver

Message ID 20240910101224.497044-1-soumyadeep.hore@intel.com (mailing list archive)
Headers
Series Update IAVF Base Driver |

Message

Hore, Soumyadeep Sept. 10, 2024, 10:12 a.m. UTC
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(-)
  

Comments

Bruce Richardson Sept. 16, 2024, 2:29 p.m. UTC | #1
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.richardson@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!
  
Bruce Richardson Sept. 17, 2024, 2:24 p.m. UTC | #2
On Mon, Sep 16, 2024 at 03:29:12PM +0100, Bruce Richardson wrote:
> 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.richardson@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
> 
Applied to dpdk-next-net-intel along with the README update.

Thanks,
/Bruce