netdev
[Top] [All Lists]

Re: Crypto tests via tcrypt.o modules failes

To: James Morris <jmorris@xxxxxxxxxx>
Subject: Re: Crypto tests via tcrypt.o modules failes
From: Zilvinas Valinskas <zilvinas@xxxxxxxxx>
Date: Fri, 17 Sep 2004 10:56:33 +0300
Cc: netdev@xxxxxxxxxxx
In-reply-to: <Xine.LNX.4.44.0409161528250.4676-100000@xxxxxxxxxxxxxxxxxxxxxxxx>
Organization: Gemtek Baltic
References: <Xine.LNX.4.44.0409161528250.4676-100000@xxxxxxxxxxxxxxxxxxxxxxxx>
Reply-to: zilvinas@xxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
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


<Prev in Thread] Current Thread [Next in Thread>