From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D91E76832 for ; Wed, 29 Jan 2014 18:13:18 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 29 Jan 2014 09:14:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,743,1384329600"; d="scan'208";a="474562371" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga002.jf.intel.com with ESMTP; 29 Jan 2014 09:14:36 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.84]) by IRSMSX102.ger.corp.intel.com ([169.254.2.210]) with mapi id 14.03.0123.003; Wed, 29 Jan 2014 17:14:34 +0000 From: "Richardson, Bruce" To: Olivier Matz , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 04/11] kvargs: remove useless size field Thread-Index: AQHPHENMwt350RlpbEeDExJLW9nBYpqb8oMw Date: Wed, 29 Jan 2014 17:14:33 +0000 Message-ID: <59AF69C657FD0841A61C55336867B5B01A995BF5@IRSMSX103.ger.corp.intel.com> References: <1390925204-10800-1-git-send-email-olivier.matz@6wind.com> <1390925204-10800-5-git-send-email-olivier.matz@6wind.com> In-Reply-To: <1390925204-10800-5-git-send-email-olivier.matz@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 04/11] kvargs: remove useless size field 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: Wed, 29 Jan 2014 17:13:19 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olivier Matz > Sent: Tuesday, January 28, 2014 4:07 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 04/11] kvargs: remove useless size field >=20 > This value was not very useful as the size of the table is fixed (equals > RTE_KVARGS_MAX). >=20 > By the way, the memset in the initialization function was wrong (size too > short). Even if it was not really an issue since we rely on the "count" f= ield, it > is now fixed by this patch. >=20 > Signed-off-by: Olivier Matz > --- Acked-by: Bruce Richardson