Re: [dpdk-dev] [PATCH 02/13] rte_device: make driver pointer const

2016-12-20 Thread Jan Blunck
On Mon, Dec 19, 2016 at 10:59 PM, Stephen Hemminger wrote: > The info in rte_device about driver is immutable and > shouldn't change. > --- > lib/librte_eal/common/include/rte_dev.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/librte_eal/common/include/rte_dev.h >

[dpdk-dev] [PATCH 02/13] rte_device: make driver pointer const

2016-12-19 Thread Stephen Hemminger
The info in rte_device about driver is immutable and shouldn't change. --- lib/librte_eal/common/include/rte_dev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/include/rte_dev.h b/lib/librte_eal/common/include/rte_dev.h index 8840380d..e5471a22 100644