On Mon, Nov 25, 2024 at 10:45:53AM +0800, hailinx wrote: > Signed-off-by: hailinx <hailinx...@intel.com> > --- > doc/guides/nics/i40e.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst > index ca6caa0cff..35585efc44 100644 > --- a/doc/guides/nics/i40e.rst > +++ b/doc/guides/nics/i40e.rst > @@ -104,6 +104,10 @@ For X710/XL710/XXV710, > +--------------+-----------------------+------------------+ > | DPDK version | Kernel driver version | Firmware version | > +==============+=======================+==================+ > + | 24.11 | 2.26.8 | 9.52 | > + +--------------+-----------------------+------------------+ > + | 24.07 | 2.25.9 | 9.50 | > + +--------------+-----------------------+------------------+ > | 24.03 | 2.24.6 | 9.40 | > +--------------+-----------------------+------------------+ > | 23.11 | 2.23.17 | 9.30 | > @@ -171,6 +175,10 @@ For X722, > +--------------+-----------------------+------------------+ > | DPDK version | Kernel driver version | Firmware version | > +==============+=======================+==================+ > + | 24.11 | 2.26.8 | 6.50 | > + +--------------+-----------------------+------------------+ > + | 24.07 | 2.25.9 | 6.50 | > + +--------------+-----------------------+------------------+ > | 24.03 | 2.24.6 | 6.20 | > +--------------+-----------------------+------------------+ > | 23.11 | 2.23.17 | 6.20 |
By the way, these lists are getting rather long. For next release, when doing an update maybe trim the really old releases e.g. pre-21.11, which would be the oldest supported LTS, from the tables. /Bruce