Re: [PATCH net-next v2 1/7] netdevsim: Add support for add and delete of a PCI PF port

2021-02-07 Thread kernel test robot
Hi Parav, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Parav-Pandit/netdevsim-Add-support-for-add-and-delete-of-a-PCI-PF-port/20210207-174501 base: https://git.kernel.org/pub/scm/linux/kernel/git

[PATCH net-next v2 1/7] netdevsim: Add support for add and delete of a PCI PF port

2021-02-07 Thread Parav Pandit
Simulate PCI PF ports. Allow user to create one or more PCI PF ports. Examples: Create a device with ID=10 and one physical port. $ echo "10 1" > /sys/bus/netdevsim/new_device Add devlink port of flavour 'pcipf' for PF number 2: $ devlink port add netdevsim/netdevsim10 flavour pcipf pfnum 2 net