Re: [dpdk-dev] [PATCH 2/7] examples/l2fwd-cat: block attempts to use owned ports

2020-03-15 Thread Matan Azrad
Hi Stephen From: Stephen Hemminger I think the correct terminology here is (can be the title): Make the application be port ownership aware. Some applications may be ownership aware and others not. > If a ethdev port is in use for a sub device, then it should not be allowed in > the > portmask

[dpdk-dev] [PATCH 2/7] examples/l2fwd-cat: block attempts to use owned ports

2020-03-12 Thread Stephen Hemminger
If a ethdev port is in use for a sub device, then it should not be allowed in the portmask of application. Fixes: 5b7ba31148a8 ("ethdev: add port ownership") Cc: ma...@mellanox.com Cc: sta...@dpdk.org Signed-off-by: Stephen Hemminger --- examples/l2fwd-cat/Makefile| 2 ++ examples/l2fwd-cat/