From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [PATCH 0/5] net/softnic: add symmetric crypto support Date: Wed, 24 Oct 2018 13:49:00 +0100 Message-ID: <20181024124905.5379-1-roy.fan.zhang@intel.com> Cc: cristian.dumitrescu@intel.com To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 422C01B123 for ; Wed, 24 Oct 2018 14:49:08 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset enables the symmetric crypto workload processing support to softnic PMD. 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 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 -- 2.13.6