Re: [dpdk-dev] [PATCH] ethdev: fix the comment for rte_eth_conf.

2017-10-09 Thread Ferruh Yigit
On 10/9/2017 11:38 PM, Ferruh Yigit wrote: > On 9/19/2017 6:24 AM, Tonghao Zhang wrote: >> We have change the type of rx_adv_conf, so change the >> comment for it. >> >> Signed-off-by: Tonghao Zhang > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH] ethdev: fix the comment for rte_eth_conf.

2017-10-09 Thread Ferruh Yigit
On 9/19/2017 6:24 AM, Tonghao Zhang wrote: > We have change the type of rx_adv_conf, so change the > comment for it. > > Signed-off-by: Tonghao Zhang Reviewed-by: Ferruh Yigit

[dpdk-dev] [PATCH] ethdev: fix the comment for rte_eth_conf.

2017-09-18 Thread Tonghao Zhang
We have change the type of rx_adv_conf, so change the comment for it. Signed-off-by: Tonghao Zhang --- lib/librte_ether/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index 99cdd54..e079daa 100644 ---