Re: [dpdk-dev] [PATCH v7 1/9] doc: add switch representation documentation

2018-04-16 Thread Kovacevic, Marko
Small changes commented below. > Add document to describe the model for representing switching capable > devices in DPDK, using a general ethdev port model and through port > representors. This document also details the port model and the rte_flow > semantics required for flow programming, as we

[dpdk-dev] [PATCH v7 1/9] doc: add switch representation documentation

2018-04-16 Thread Declan Doherty
Add document to describe the model for representing switching capable devices in DPDK, using a general ethdev port model and through port representors. This document also details the port model and the rte_flow semantics required for flow programming, as well as listing some example use cases. Si