[Patch-V2 1/3] cxgb4: Add Chelsio LLD support Chelsio Crypto ULD

2016-07-18 Thread Yeshaswi M R Gowda
the crypto requests to the Chelsio's hardware and for receiving the responses from the hardware. This patch enables the services mentioned for the Chelsio's crypto driver. Signed-off-by: Yeshaswi M R Gowda <yesha...@chelsio.com> --- drivers/net/ethernet/chelsio/cxgb4/cxgb4.h

[Patch-V2 1/3] cxgb4: Add Chelsio LLD support Chelsio Crypto ULD

2016-07-18 Thread Yeshaswi M R Gowda
the crypto requests to the Chelsio's hardware and for receiving the responses from the hardware. This patch enables the services mentioned for the Chelsio's crypto driver. Signed-off-by: Yeshaswi M R Gowda --- drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 18 +- drivers/net/ethernet

[Patch-V2 2/3] chcr: Support for Chelsio's Crypto Hardware

2016-07-18 Thread Yeshaswi M R Gowda
applications and/or from within the kernel space using the kernel's crypto API. The above mentioned crypto features have been tested using kernel's tests mentioned in testmgr.h. They also have been tested from user space using libkcapi and Openssl. Signed-off-by: Yeshaswi M R Gowda <yesha...@chelsio.

[Patch-V2 2/3] chcr: Support for Chelsio's Crypto Hardware

2016-07-18 Thread Yeshaswi M R Gowda
applications and/or from within the kernel space using the kernel's crypto API. The above mentioned crypto features have been tested using kernel's tests mentioned in testmgr.h. They also have been tested from user space using libkcapi and Openssl. Signed-off-by: Yeshaswi M R Gowda --- drivers/crypto

[Patch-V2 0/3] crypto/chcr: Add Chelsio Crypto Driver

2016-07-18 Thread Yeshaswi M R Gowda
fig. 7. If the request has the MAY_BACKLOG bit set and hardware queue is full the request is queued up else -EBUSY is returned to throttle the user. The queue when executed and processed returns -EINPROGRESS in completion. Yeshaswi M R Gowda (3): cxgb4: Add Chelsio LLD support Chelsio Cryp

[Patch-V2 0/3] crypto/chcr: Add Chelsio Crypto Driver

2016-07-18 Thread Yeshaswi M R Gowda
fig. 7. If the request has the MAY_BACKLOG bit set and hardware queue is full the request is queued up else -EBUSY is returned to throttle the user. The queue when executed and processed returns -EINPROGRESS in completion. Yeshaswi M R Gowda (3): cxgb4: Add Chelsio LLD support Chelsio Cryp

[Patch-V2 3/3] crypto: Added Chelsio Menu to the Kconfig file

2016-07-18 Thread Yeshaswi M R Gowda
Adds the config entry for the Chelsio Crypto Driver, Makefile changes for the same. Signed-off-by: Yeshaswi M R Gowda <yesha...@chelsio.com> --- drivers/crypto/Kconfig |2 ++ drivers/crypto/Makefile |1 + 2 files changed, 3 insertions(+) diff --git a/drivers/crypto/Kconfig b/d

[Patch-V2 3/3] crypto: Added Chelsio Menu to the Kconfig file

2016-07-18 Thread Yeshaswi M R Gowda
Adds the config entry for the Chelsio Crypto Driver, Makefile changes for the same. Signed-off-by: Yeshaswi M R Gowda --- drivers/crypto/Kconfig |2 ++ drivers/crypto/Makefile |1 + 2 files changed, 3 insertions(+) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index

[PATCH 2/3] chcr: Support for Chelsio's Crypto Hardware

2016-07-11 Thread Yeshaswi M R Gowda
applications and/or from within the kernel space using the kernel's crypto API. The above mentioned crypto features have been tested using kernel's tests mentioned in testmgr.h. They also have been tested from user space using libkcapi and Openssl. Signed-off-by: Yeshaswi M R Gowda <yesha...@chelsio.

[PATCH 2/3] chcr: Support for Chelsio's Crypto Hardware

2016-07-11 Thread Yeshaswi M R Gowda
applications and/or from within the kernel space using the kernel's crypto API. The above mentioned crypto features have been tested using kernel's tests mentioned in testmgr.h. They also have been tested from user space using libkcapi and Openssl. Signed-off-by: Yeshaswi M R Gowda --- drivers/crypto

[PATCH 0/3] crypto/chcr: Add Chelsio Crypto Driver

2016-07-11 Thread Yeshaswi M R Gowda
and drivers/crypto/Makefile to enable the Chelsio Crypto driver. We have included all the maintainers of respective drivers. Kindly review the changes and provide feedback on the same. Yeshaswi M R Gowda (3): cxgb4: Add Chelsio LLD support Chelsio Crypto ULD chcr: Support for Chelsio's Crypto Hardware

[PATCH 0/3] crypto/chcr: Add Chelsio Crypto Driver

2016-07-11 Thread Yeshaswi M R Gowda
and drivers/crypto/Makefile to enable the Chelsio Crypto driver. We have included all the maintainers of respective drivers. Kindly review the changes and provide feedback on the same. Yeshaswi M R Gowda (3): cxgb4: Add Chelsio LLD support Chelsio Crypto ULD chcr: Support for Chelsio's Crypto Hardware

[PATCH 3/3] crypto: Added Chelsio Menu to the Kconfig file

2016-07-11 Thread Yeshaswi M R Gowda
Adds the config entry for the Chelsio Crypto Driver, Makefile changes for the same. Signed-off-by: Yeshaswi M R Gowda <yesha...@chelsio.com> --- drivers/crypto/Kconfig |2 ++ drivers/crypto/Makefile |1 + 2 files changed, 3 insertions(+) diff --git a/drivers/crypto/Kconfig b/d

[PATCH 1/3] cxgb4: Add Chelsio LLD support Chelsio Crypto ULD

2016-07-11 Thread Yeshaswi M R Gowda
the crypto requests to the Chelsio's hardware and for receiving the responses from the hardware. This patch enables the services mentioned for the Chelsio's crypto driver. Signed-off-by: Yeshaswi M R Gowda <yesha...@chelsio.com> --- drivers/net/ethernet/chelsio/cxgb4/cxgb4.h

[PATCH 3/3] crypto: Added Chelsio Menu to the Kconfig file

2016-07-11 Thread Yeshaswi M R Gowda
Adds the config entry for the Chelsio Crypto Driver, Makefile changes for the same. Signed-off-by: Yeshaswi M R Gowda --- drivers/crypto/Kconfig |2 ++ drivers/crypto/Makefile |1 + 2 files changed, 3 insertions(+) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index

[PATCH 1/3] cxgb4: Add Chelsio LLD support Chelsio Crypto ULD

2016-07-11 Thread Yeshaswi M R Gowda
the crypto requests to the Chelsio's hardware and for receiving the responses from the hardware. This patch enables the services mentioned for the Chelsio's crypto driver. Signed-off-by: Yeshaswi M R Gowda --- drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 22 +- drivers/net/ethernet/chelsio