Re: [ovs-dev] [PATCH v5] netdev-dpdk: fix ifindex assignment for DPDK ports

2017-04-04 Thread Lal, PrzemyslawX
aces and maximum ifindex value. Signed-off-by: Przemyslaw Lal <przemyslawx@intel.com> --- lib/netdev-dpdk.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index ddc651b..687b0a5

Re: [ovs-dev] [PATCH v3] netdev-dpdk: fix ifindex assignment for DPDK ports

2017-03-28 Thread Lal, PrzemyslawX
-DPDK restarts, ports re-initialization events, etc., show up in sFlow collectors and meet RFC2863 specification regarding re-using ifindex values by the same virtual interfaces. Signed-off-by: Przemyslaw Lal <przemyslawx@intel.com> --- lib/netdev-dpdk.c | 6 ++ 1 file chan