From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A3CE45A0A for ; Tue, 10 Mar 2015 05:40:13 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 09 Mar 2015 21:40:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,372,1422950400"; d="scan'208";a="696295712" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga002.jf.intel.com with ESMTP; 09 Mar 2015 21:40:11 -0700 Received: from kmsmsx154.gar.corp.intel.com (172.21.73.14) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 10 Mar 2015 12:40:09 +0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 10 Mar 2015 12:40:09 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.26]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.111]) with mapi id 14.03.0224.002; Tue, 10 Mar 2015 12:40:08 +0800 From: "Ouyang, Changchun" To: Stephen Hemminger , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 1/5] ixgbe: make txq_ops const Thread-Index: AQHQWH3FKypC2GhZwky1BvuNnR33yZ0VJ1fQ Date: Tue, 10 Mar 2015 04:40:08 +0000 Message-ID: References: <1425695004-29605-1-git-send-email-stephen@networkplumber.org> <1425695004-29605-2-git-send-email-stephen@networkplumber.org> In-Reply-To: <1425695004-29605-2-git-send-email-stephen@networkplumber.org> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/5] ixgbe: make txq_ops const X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 04:40:14 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Saturday, March 7, 2015 10:23 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/5] ixgbe: make txq_ops const >=20 > All virtual function tables should be const so they are put in text segme= nt > rather than data. >=20 > Signed-off-by: Stephen Hemminger Acked-by: Changchun Ouyang