[dpdk-dev] [PATCH 3/4] rte_ethdev: make tables const

2015-04-15 Thread Bruce Richardson
On Thu, Apr 09, 2015 at 02:29:41PM -0700, Stephen Hemminger wrote: > The statistics tables and null mac address should be immutable. > Fix up get_addr routines to accept const args. > > Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson > --- > lib/librte_ether/rte_ethdev.c | 44 > +

[dpdk-dev] [PATCH 3/4] rte_ethdev: make tables const

2015-04-09 Thread Stephen Hemminger
The statistics tables and null mac address should be immutable. Fix up get_addr routines to accept const args. Signed-off-by: Stephen Hemminger --- lib/librte_ether/rte_ethdev.c | 44 +-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/lib/