From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id BD1A02BF3 for ; Fri, 26 Oct 2018 12:22:08 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Oct 2018 03:22:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,427,1534834800"; d="scan'208";a="85773492" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga006.jf.intel.com with ESMTP; 26 Oct 2018 03:22:06 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX101.ger.corp.intel.com ([169.254.1.4]) with mapi id 14.03.0319.002; Fri, 26 Oct 2018 11:22:05 +0100 From: "Dumitrescu, Cristian" To: "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [PATCH 0/5] net/softnic: add symmetric crypto support Thread-Index: AQHUa5f/YOqljnqHLkW6vIo+VXAQ8qUxU/xg Date: Fri, 26 Oct 2018 10:22:04 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7E06B0@IRSMSX107.ger.corp.intel.com> References: <20181024124905.5379-1-roy.fan.zhang@intel.com> In-Reply-To: <20181024124905.5379-1-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDlkOTMwMzYtYThkNi00NDI3LThkYjUtNWI0NjI0MTVjYTk1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiajZGVTQxc0dXQzh2UUhNaG50emNuMGk0QnVzYll4UVMrUFAxNXBIQzl0dFwvKytsSFpNRzBSNndPMjEwbmVoRXIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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 0/5] net/softnic: add symmetric crypto support 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: Fri, 26 Oct 2018 10:22:09 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Wednesday, October 24, 2018 1:49 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH 0/5] net/softnic: add symmetric crypto support >=20 > This patchset enables the symmetric crypto workload processing support > to softnic PMD. >=20 > Fan Zhang (5): > net/softnic: add cryptodev > net/softnic: configure crypto port > net/softnic: add symmetric crypto action > net/softnic: update cli parsing > doc: update release note >=20 > doc/guides/rel_notes/release_18_11.rst | 6 + > drivers/net/softnic/Makefile | 2 + > drivers/net/softnic/meson.build | 3 +- > drivers/net/softnic/rte_eth_softnic.c | 1 + > drivers/net/softnic/rte_eth_softnic_action.c | 11 + > drivers/net/softnic/rte_eth_softnic_cli.c | 513 > ++++++++++++++++++++++++ > drivers/net/softnic/rte_eth_softnic_cryptodev.c | 125 ++++++ > drivers/net/softnic/rte_eth_softnic_internals.h | 53 +++ > drivers/net/softnic/rte_eth_softnic_pipeline.c | 55 +++ > drivers/net/softnic/rte_eth_softnic_thread.c | 10 + > 10 files changed, 778 insertions(+), 1 deletion(-) > create mode 100644 drivers/net/softnic/rte_eth_softnic_cryptodev.c >=20 > -- > 2.13.6 Series acked-by: Cristian Dumitrescu Applied to next-pipeline tree, thanks!