oe-kbuild-all.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH/RFC net-next 1/2] devlink: expose port function commands to assign VFs to multiple netdevs
       [not found] <20230206153603.2801791-2-simon.horman@corigine.com>
@ 2023-02-13  3:00 ` kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-02-13  3:00 UTC (permalink / raw)
  To: Simon Horman; +Cc: oe-kbuild-all

Hi Simon,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on net-next/master]

url:    https://github.com/intel-lab-lkp/linux/commits/Simon-Horman/devlink-expose-port-function-commands-to-assign-VFs-to-multiple-netdevs/20230206-234121
patch link:    https://lore.kernel.org/r/20230206153603.2801791-2-simon.horman%40corigine.com
patch subject: [PATCH/RFC net-next 1/2] devlink: expose port function commands to assign VFs to multiple netdevs
reproduce:
        # https://github.com/intel-lab-lkp/linux/commit/4aacdca405cecdf78c4365b6b745a3525cdcdac5
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Simon-Horman/devlink-expose-port-function-commands-to-assign-VFs-to-multiple-netdevs/20230206-234121
        git checkout 4aacdca405cecdf78c4365b6b745a3525cdcdac5
        make menuconfig
        # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
        make htmldocs

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302131024.02zp67Vj-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> Documentation/networking/devlink/devlink-port.rst:264: WARNING: Unexpected indentation.

vim +264 Documentation/networking/devlink/devlink-port.rst

   253	
   254	    $ devlink port show pci/0000:82:00.0/0
   255	    pci/0000:82:00.0/0: type eth netdev enp130s0np0 flavour physical port 0 splittable true lanes 4
   256	        function:
   257	            vf_count 0
   258	
   259	- Set count of VFs assigned to physical port::
   260	    $ devlink port function set pci/0000:82:00.0/0 vf_count 3
   261	
   262	    $ devlink port show pci/0000:82:00.0/0
   263	    pci/0000:82:00.0/0: type eth netdev enp130s0np0 flavour physical port 0 splittable true lanes 4
 > 264	        function:
   265	            vf_count 3
   266	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-13  3:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230206153603.2801791-2-simon.horman@corigine.com>
2023-02-13  3:00 ` [PATCH/RFC net-next 1/2] devlink: expose port function commands to assign VFs to multiple netdevs kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).