On 5/22/2020 3:20 AM, Xing, Beilei wrote: > > >> -----Original Message----- >> From: dev <dev-boun...@dpdk.org> On Behalf Of Chen, Zhaoyan >> Sent: Thursday, May 21, 2020 3:45 PM >> To: dev@dpdk.org >> Cc: Chen, Zhaoyan <zhaoyan.c...@intel.com> >> Subject: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver >> mapping table. > > Minor comments: > 1. Space is needed after colon > 2. Update -> update > 3. no need . in the tile > So it should be like "doc: update firmware/driver mapping table for i40e"
Hi Beilei, If the content is correct and only issue is above ones, I can fix them while merging. > >> >> Update i40e PMD firmware/driver mapping table. >> >> Signed-off-by: Zhaoyan Chen <zhaoyan.c...@intel.com> >> >> --- >> doc/guides/nics/i40e.rst | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index >> 2f846091cf..00c3042d5d 100644 >> --- a/doc/guides/nics/i40e.rst >> +++ b/doc/guides/nics/i40e.rst >> @@ -88,6 +88,8 @@ For X710/XL710/XXV710, >> +--------------+-----------------------+------------------+ >> | DPDK version | Kernel driver version | Firmware version | >> +==============+=======================+==================+ >> + | 20.05 | 2.11.27 | 7.30 | >> + +--------------+-----------------------+------------------+ >> | 20.02 | 2.10.19 | 7.20 | >> +--------------+-----------------------+------------------+ >> | 19.11 | 2.9.21 | 7.00 | >> @@ -127,6 +129,8 @@ For X722, >> +--------------+-----------------------+------------------+ >> | DPDK version | Kernel driver version | Firmware version | >> +==============+=======================+==================+ >> + | 20.05 | 2.11.27 | 4.11 | >> + +--------------+-----------------------+------------------+ >> | 20.02 | 2.10.19 | 4.11 | >> +--------------+-----------------------+------------------+ >> | 19.11 | 2.9.21 | 4.10 | >> -- >> 2.22.0 >