From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 10/12] net/ixgbe: enable inline ipsec Date: Mon, 16 Oct 2017 12:41:20 +0200 Message-ID: <4871517.nFyjTu3XI0@xps> References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-11-akhil.goyal@nxp.com> <032f2eb3-513b-bb30-a836-57a9016df940@dev.mellanox.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Akhil Goyal , dev@dpdk.org, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, radu.nicolau@intel.com, borisp@mellanox.com, aviadye@mellanox.com, sandeep.malik@nxp.com, jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com, konstantin.ananyev@intel.com, shahafs@mellanox.com, olivier.matz@6wind.com To: Aviad Yehezkel Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D04A91B60C for ; Mon, 16 Oct 2017 12:41:21 +0200 (CEST) In-Reply-To: <032f2eb3-513b-bb30-a836-57a9016df940@dev.mellanox.co.il> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/10/2017 14:51, Aviad Yehezkel: > > On 10/15/2017 1:17 AM, Akhil Goyal wrote: > > From: Radu Nicolau > > > > Signed-off-by: Radu Nicolau > > Signed-off-by: Declan Doherty > > --- > > drivers/net/Makefile | 2 +- > > drivers/net/ixgbe/Makefile | 2 +- > > drivers/net/ixgbe/base/ixgbe_osdep.h | 8 + > > drivers/net/ixgbe/ixgbe_ethdev.c | 19 + > > drivers/net/ixgbe/ixgbe_ethdev.h | 6 +- > > drivers/net/ixgbe/ixgbe_flow.c | 47 +++ > > drivers/net/ixgbe/ixgbe_ipsec.c | 744 +++++++++++++++++++++++++++++++++ > > drivers/net/ixgbe/ixgbe_ipsec.h | 147 +++++++ > > drivers/net/ixgbe/ixgbe_rxtx.c | 53 ++- > > drivers/net/ixgbe/ixgbe_rxtx.h | 11 +- > > drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 50 ++- > > 11 files changed, 1079 insertions(+), 10 deletions(-) > > create mode 100644 drivers/net/ixgbe/ixgbe_ipsec.c > > create mode 100644 drivers/net/ixgbe/ixgbe_ipsec.h > > [all code lines cut] Please Aviad, remove the useless lines when replying. It is really annoying to scroll the whole patch to find where you replied. > Tested-by: Aviad Yehezkel Really? You have tested the ixgbe driver? When providing a test acknowledgement, it is more valuable to provide a brief test report: - which hardware - which use case - results