ixgbe: make txq_ops const
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 7 Mar 2015 02:23:20 +0000 (18:23 -0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 10 Mar 2015 14:04:54 +0000 (15:04 +0100)
commit3fd612a9076fe8e94e47d5a00a1b3da82f381ce5
tree7af071f0ff00e841bba93d8e2535a6c142e80000
parentda0113c5390b51ec7247c2079135124431e0968f
ixgbe: make txq_ops const

All virtual function tables should be const so they are put
in text segment rather than data.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
lib/librte_pmd_ixgbe/ixgbe_rxtx.c
lib/librte_pmd_ixgbe/ixgbe_rxtx.h
lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c