From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 45CEC5424 for ; Tue, 28 Mar 2017 14:59:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490705962; x=1522241962; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=9HarjVFePcKHlSKrUizRqukks9DRWOJ7NLkyXr1u6kU=; b=jBi2/JsTpQYtxrCw+rW9mrOExBA89Y/g4A8tE7qWXddIC4FpDhPkQY0y o0dRUP7dykxCCnbL0iTpCRqXp2RoWg==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 05:59:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="839281405" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 28 Mar 2017 05:59:19 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX152.ger.corp.intel.com ([169.254.6.231]) with mapi id 14.03.0319.002; Tue, 28 Mar 2017 13:59:00 +0100 From: "De Lara Guarch, Pablo" To: "akhil.goyal@nxp.com" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" , "Doherty, Declan" , "Trahe, Fiona" , "hemant.agrawal@nxp.com" Thread-Topic: [PATCH v3 2/2] examples/ipsec-secgw: attach session-qp Thread-Index: AQHSpIE3JrAcQ2aUl0uzVoGv7axZLqGqPP/A Date: Tue, 28 Mar 2017 12:58:59 +0000 Message-ID: References: <20170323080648.7149-1-akhil.goyal@nxp.com> <20170324092921.17636-1-akhil.goyal@nxp.com> <20170324092921.17636-2-akhil.goyal@nxp.com> In-Reply-To: <20170324092921.17636-2-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjkzYTlmZjQtNzUxZS00MzliLWJhMTgtZmViZjYyMGE0NTVhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im04MlwvS1ptS2VNTnlFQmlxbHBvbHRIU0tEYXlPMTZmYW04bEJTcUNwRHFRPSJ9 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 v3 2/2] examples/ipsec-secgw: attach session-qp X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:59:23 -0000 > -----Original Message----- > From: akhil.goyal@nxp.com [mailto:akhil.goyal@nxp.com] > Sent: Friday, March 24, 2017 9:29 AM > To: dev@dpdk.org > Cc: Gonzalez Monroy, Sergio; Doherty, Declan; De Lara Guarch, Pablo; > Trahe, Fiona; hemant.agrawal@nxp.com; Akhil Goyal > Subject: [PATCH v3 2/2] examples/ipsec-secgw: attach session-qp >=20 > From: Akhil Goyal >=20 > adding support for attaching session to queue pairs. > This is required as underlying crypto driver may only > support limited number of sessions per queue pair > if max_nb_sessions_per_qp > 0, session should be > attached to a particular qp. >=20 > Signed-off-by: Akhil Goyal > Acked-by: Sergio Gonzalez Monroy Applied to dpdk-next-crypto. Thanks, Pablo