with checksum offload, you can use
Wireshark (network analyzer). With this tool you will see your frames and if
they are sent properly.
Best regards,
--
RT System Engineer - IXWAVES
Johann Baudy
On Fri, Jun 13, 2008 at 6:43 PM, Simon Frey <[EMAIL PROTECTED]> wrote:
>
> Hi Jo
ot;memory"]
set ip_node [gen_params $ip_node $slave $params]
@@ -998,7 +1002,12 @@
}
}
"mpmc" {
+set share_addresses [scan_int_parameter_value $slave
"C_ALL_PIMS_SHARE_ADDRESSES"]
+if {$share_addresses != 0} {
Perfect :)
Many thanks,
Johann Baudy
On Wed, Apr 23, 2008 at 2:33 PM, Grant Likely <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 23, 2008 at 7:21 AM, John Linn <[EMAIL PROTECTED]> wrote:
> > Hi Johann,
> >
> > Not to my knowledge yet. We have it on our list to
Hi All,
Is there a Xilinx GPIO driver draft that uses CONFIG_OF somewhere?
Thanks in advance,
Johann Baudy
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
e = (void *)reg_phys;
>}
>
> + n = getprop(devp, "reg-offset", ®_offset, sizeof(reg_offset));
> + if (n == sizeof(reg_offset))
> + reg_base += reg_offset;
> +
>n = getprop(devp, "reg-shift", ®_shift, sizeof(reg_shi