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 70FE329AC for ; Wed, 20 Dec 2017 07:48:04 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2017 22:48:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,430,1508828400"; d="scan'208";a="13795256" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 19 Dec 2017 22:48:02 -0800 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 19 Dec 2017 22:48:02 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 19 Dec 2017 22:48:02 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Wed, 20 Dec 2017 14:48:00 +0800 From: "Zhang, Helin" To: "Nicolau, Radu" , "dev@dpdk.org" CC: "Ananyev, Konstantin" , "Lu, Wenzhuo" , "Nicolau, Radu" Thread-Topic: [dpdk-dev] [PATCH] net/ixgbe: removed ipsec keys from private data Thread-Index: AQHTY4R6noZJLooG+ESv4Bvz4NSw0KNL9aKg Date: Wed, 20 Dec 2017 06:48:00 +0000 Message-ID: References: <1511349560-12704-1-git-send-email-radu.nicolau@intel.com> In-Reply-To: <1511349560-12704-1-git-send-email-radu.nicolau@intel.com> Accept-Language: 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] net/ixgbe: removed ipsec keys from private data 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: Wed, 20 Dec 2017 06:48:04 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Radu Nicolau > Sent: Wednesday, November 22, 2017 7:19 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin; Lu, Wenzhuo; Nicolau, Radu > Subject: [dpdk-dev] [PATCH] net/ixgbe: removed ipsec keys from private da= ta We need some description here, like other commits? >=20 > Signed-off-by: Radu Nicolau > ---