Re: [dpdk-dev] [PATCH v2 0/6] check for owned ports in portmask

2020-03-17 Thread Matan Azrad
From: Stephen Hemminger > The failsafe, bonding, and netvsc PMD use eth dev port ownership to control > sub devices. These sub devices are hidden in the normal iteration over ports > but some applications use a direct port mask. In these cases, user may still > (incorrectly) try to directly use

[dpdk-dev] [PATCH v2 0/6] check for owned ports in portmask

2020-03-16 Thread Stephen Hemminger
The failsafe, bonding, and netvsc PMD use eth dev port ownership to control sub devices. These sub devices are hidden in the normal iteration over ports but some applications use a direct port mask. In these cases, user may still (incorrectly) try to directly use the sub devices. This patch set i