From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0F2B4558B for ; Wed, 28 Sep 2016 05:50:57 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 27 Sep 2016 20:50:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,408,1470726000"; d="scan'208";a="13981227" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga005.fm.intel.com with ESMTP; 27 Sep 2016 20:50:56 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by irsmsx105.ger.corp.intel.com ([169.254.7.196]) with mapi id 14.03.0248.002; Wed, 28 Sep 2016 04:50:55 +0100 From: "De Lara Guarch, Pablo" To: "Gonzalez Monroy, Sergio" , "dev@dpdk.org" Thread-Topic: [PATCH v2 6/7] examples/ipsec-secgw: cryptodev queue size macro Thread-Index: AQHSFW6G7xpsEzOYHUu5TFdnYe9nOqCOS2ow Date: Wed, 28 Sep 2016 03:50:55 +0000 Message-ID: References: <1471971574-108998-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1474616734-118291-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1474616734-118291-7-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1474616734-118291-7-git-send-email-sergio.gonzalez.monroy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDY5MDNiYjAtMzI5OC00NzY5LTg2M2MtNGI5ZjEzMDUzMjc2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZBemtzWDFNTDRRMGlBSkQybkZOcm1EVUJuNEN4czErOEhCZUZKWVwvWm1VPSJ9 x-ctpclassification: CTP_IC 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 v2 6/7] examples/ipsec-secgw: cryptodev queue size macro 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, 28 Sep 2016 03:50:58 -0000 Hi Sergio, > -----Original Message----- > From: Gonzalez Monroy, Sergio > Sent: Friday, September 23, 2016 12:46 AM > To: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 6/7] examples/ipsec-secgw: cryptodev queue size macro Could you add a bit more information about this patch? I know it is simple, but it is not clear from the title, probably because it is missing a verb. >=20 > Signed-off-by: Sergio Gonzalez Monroy > --- > examples/ipsec-secgw/ipsec-secgw.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 Thanks, Pablo