Re: [dpdk-dev] [PATCH V3 2/5] ethdev: add new eth_dev_ops function for mtr ops get

2017-10-12 Thread Hemant Agrawal
On 10/6/2017 8:15 PM, Cristian Dumitrescu wrote: Following similar approach as rte_flow and rte_tm for modularity reasons, the ops for the new rte_mtr API are retrieved through a new eth_dev_ops function. Signed-off-by: Cristian Dumitrescu --- Changes in v3: - None Changes in v2: -None Change

[dpdk-dev] [PATCH V3 2/5] ethdev: add new eth_dev_ops function for mtr ops get

2017-10-06 Thread Cristian Dumitrescu
Following similar approach as rte_flow and rte_tm for modularity reasons, the ops for the new rte_mtr API are retrieved through a new eth_dev_ops function. Signed-off-by: Cristian Dumitrescu --- Changes in v3: - None Changes in v2: -None Changes in v1 (from RFC [1]): - Removed ethdev API functi