[dpdk-dev] [PATCH 1/5] ixgbe: make txq_ops const

2015-03-10 Thread Ouyang, Changchun
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Saturday, March 7, 2015 10:23 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/5] ixgbe: make txq_ops const > > All virtual function tables should

[dpdk-dev] [PATCH 1/5] ixgbe: make txq_ops const

2015-03-09 Thread Bruce Richardson
On Fri, Mar 06, 2015 at 06:23:20PM -0800, Stephen Hemminger wrote: > All virtual function tables should be const so they are put > in text segment rather than data. > > Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson > --- > lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 2 +- > lib/librt

[dpdk-dev] [PATCH 1/5] ixgbe: make txq_ops const

2015-03-06 Thread Stephen Hemminger
All virtual function tables should be const so they are put in text segment rather than data. Signed-off-by: Stephen Hemminger --- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 2 +- lib/librte_pmd_ixgbe/ixgbe_rxtx.h | 2 +- lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 2 +- 3 files changed, 3 insertio