[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200911.172727.2300332911533778993.davem@davemloft.net>
Date: Fri, 11 Sep 2020 17:27:27 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: rohitm@...lsio.com
Cc: netdev@...r.kernel.org, kuba@...nel.org, secdev@...lsio.com
Subject: Re: [net-next] crypto/chcr: move nic TLS functionality to
drivers/net
From: Rohit Maheshwari <rohitm@...lsio.com>
Date: Thu, 10 Sep 2020 19:51:47 +0530
> This patch moves complete nic tls offload (kTLS) code from crypto
> directory to drivers/net/ethernet/chelsio/inline_crypto/ch_ktls
> directory. nic TLS is made a separate ULD of cxgb4.
>
> Signed-off-by: Rohit Maheshwari <rohitm@...lsio.com>
Applied, but...
> diff --git a/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile b/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile
> new file mode 100644
> index 000000000000..aee3ee884799
> --- /dev/null
> +++ b/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile
> @@ -0,0 +1,7 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4
> +
> +obj-$(CONFIG_CHELSIO_TLS_DEVICE) += ch_ktls.o
> +ch_ktls-objs := chcr_ktls.o
> +
> +
Please avoid empty trailing lines in files.
Powered by blists - more mailing lists