From: Zilvinas Valinskas <zilvinas@gemtek.lt>
To: James Morris <jmorris@redhat.com>
Cc: netdev@oss.sgi.com
Subject: Re: Crypto tests via tcrypt.o modules failes
Date: Fri, 17 Sep 2004 10:56:33 +0300 [thread overview]
Message-ID: <1095407793.4174.10.camel@swoop.gemtek.lt> (raw)
In-Reply-To: <Xine.LNX.4.44.0409161528250.4676-100000@thoron.boston.redhat.com>
strings like "dst_output: 0" in tcrypto-tests is due to this patch :
--- include/net/dst.h (revision 1173)
+++ include/net/dst.h (working copy)
@@ -217,6 +217,7 @@
for (;;) {
err = skb->dst->output(skb);
+ printk("dst_output: %d\n", err);
if (likely(err == 0))
return err;
@@ -232,6 +233,7 @@
for (;;) {
err = skb->dst->input(skb);
+ printk("dst_input: %d\n", err);
if (likely(err == 0))
return err;
On Thu, 2004-09-16 at 22:29, James Morris wrote:
> On Thu, 16 Sep 2004, Zilvinas Valinskas wrote:
>
> > I would say Xscale IXP425 has a rather interesting 32, 16 bits
> > read/write results if address is not aligned properly.
>
> Odd, no other algorithms seem to be having any problems. Can you post
> your .config?
>
>
> - James
next prev parent reply other threads:[~2004-09-17 7:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-16 18:11 Crypto tests via tcrypt.o modules failes Zilvinas Valinskas
2004-09-16 19:25 ` James Morris
2004-09-17 7:49 ` Zilvinas Valinskas
2004-09-16 19:29 ` James Morris
2004-09-17 7:43 ` Zilvinas Valinskas
2004-09-17 7:56 ` Zilvinas Valinskas [this message]
2004-09-17 14:58 ` James Morris
2004-09-17 15:21 ` Zilvinas Valinskas
2004-09-17 16:09 ` James Morris
2004-09-28 9:37 ` Zilvinas Valinskas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1095407793.4174.10.camel@swoop.gemtek.lt \
--to=zilvinas@gemtek.lt \
--cc=jmorris@redhat.com \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.