<div dir="ltr"><div dir="ltr">Hi Christian,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Aug 1, 2021 at 4:57 PM Christian Mauderer <<a href="mailto:oss@c-mauderer.de" target="_blank">oss@c-mauderer.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Husni,<br>
<br>
just tested that and it works fine. With a simple curl I can reach about <br>
8.5 MByte/s sending to the beagle and 19.5 MByte/s receiving from it.<br>
<br></blockquote><div>That's 68 Mbps for sending. That's an acceptable speed isn't it? <br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Please take a look at the points that Chris Johns asked. As soon as <br>
these are addressed, I think the patches could be merged.<br></blockquote><div>I just replied to it now. Sorry for the delay.<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Please also make the documentation that you started for this more public <br>
visible. In other words: Send it as patches to the list and not only as <br>
a link to some branch!<br></blockquote><div>Noted. <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Best regards<br>
<br>
Christian<br>
<br>
On 28/07/2021 13:56, Husni Faiz wrote:<br>
> This set of patches import the drivers from freebsd and<br>
> configures it for the beagle bsp.<br>
> <br>
> Github Branch for the commits<br>
> <a href="https://github.com/drac98/rtems-libbsd/commits/usb-cdce" rel="noreferrer" target="_blank">https://github.com/drac98/rtems-libbsd/commits/usb-cdce</a><br>
> <br>
> Patch for 6-freebsd-12 branch<br>
> <a href="https://github.com/drac98/rtems-libbsd/commits/usb-cdce12" rel="noreferrer" target="_blank">https://github.com/drac98/rtems-libbsd/commits/usb-cdce12</a><br>
> <br>
> Husni Faiz (5):<br>
> usb_template:Import CDC Ethernet<br>
> usb_template: Configure template driver only for CDC Ethernet<br>
> nexus-devices: Include CDC Ethernet for Beagle<br>
> libbsd.py: add usb template files<br>
> create-kernel-namespace for USB Template driver<br>
> <br>
> buildset/default.ini | 1 +<br>
> buildset/minimal.ini | 3 +-<br>
> freebsd/sys/dev/usb/template/usb_template.c | 1493 +++++++++++++++++<br>
> freebsd/sys/dev/usb/template/usb_template.h | 130 ++<br>
> .../sys/dev/usb/template/usb_template_cdce.c | 355 ++++<br>
> freebsd/sys/dev/usb/usb_device.c | 8 +-<br>
> libbsd.py | 25 +<br>
> rtemsbsd/include/bsp/nexus-devices.h | 5 +<br>
> .../machine/rtems-bsd-kernel-namespace.h | 5 +<br>
> .../include/machine/rtems-bsd-nexus-bus.h | 19 +<br>
> 10 files changed, 2041 insertions(+), 3 deletions(-)<br>
> create mode 100644 freebsd/sys/dev/usb/template/usb_template.c<br>
> create mode 100644 freebsd/sys/dev/usb/template/usb_template.h<br>
> create mode 100644 freebsd/sys/dev/usb/template/usb_template_cdce.c<br>
> <br>
</blockquote></div></div>