From 566300c767fc407db41e7e02406921f98446b4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Ha=C5=82asa?= Date: Wed, 4 Mar 2009 08:01:22 +0800 Subject: [PATCH] --- yaml --- r: 132015 b: refs/heads/master c: 1777f1a978153e8b887c1e1eb5160ac46098b142 h: refs/heads/master i: 132013: 206ebd60a292dd16651a26c2d1b5558b9285bd30 132011: 56a8ffd15c5eb61086196e6cf3987583519e48f2 132007: d700f4081f9f7954801eb34ad1b019ab85ef13af 131999: 85818c1420065160de5afd0cb886d3b0fd55f6cc v: v3 --- [refs] | 2 +- trunk/drivers/crypto/ixp4xx_crypto.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2234192cd5b9..812368ebd6c7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a760a6656e6f00bb0144a42a048cf0266646e22c +refs/heads/master: 1777f1a978153e8b887c1e1eb5160ac46098b142 diff --git a/trunk/drivers/crypto/ixp4xx_crypto.c b/trunk/drivers/crypto/ixp4xx_crypto.c index 2d637e0fbc03..d9e751be8c5f 100644 --- a/trunk/drivers/crypto/ixp4xx_crypto.c +++ b/trunk/drivers/crypto/ixp4xx_crypto.c @@ -457,10 +457,12 @@ static int init_ixp_crypto(void) if (!ctx_pool) { goto err; } - ret = qmgr_request_queue(SEND_QID, NPE_QLEN_TOTAL, 0, 0); + ret = qmgr_request_queue(SEND_QID, NPE_QLEN_TOTAL, 0, 0, + "ixp_crypto:out", NULL); if (ret) goto err; - ret = qmgr_request_queue(RECV_QID, NPE_QLEN, 0, 0); + ret = qmgr_request_queue(RECV_QID, NPE_QLEN, 0, 0, + "ixp_crypto:in", NULL); if (ret) { qmgr_release_queue(SEND_QID); goto err;