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

2017-10-17 Thread Hemant Agrawal
On 10/13/2017 5:52 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 Acked-by: Hemant Agrawal

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

2017-10-13 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 v4: - None Changes in v3: - None Changes in v2: -None Changes in v1 (from RFC [1]): - Re