Re: [PATCH 0/3] libbsd: Add multicast test program

2020-09-10 Thread Chris Johns
On 10/9/20 9:33 pm, Sebastian Huber wrote: > On 10/09/2020 12:38, Chris Johns wrote: > >> On 10/9/20 8:17 pm, Sebastian Huber wrote: >>> On 10/09/2020 09:51, Sebastian Huber wrote: >>> Sebastian Huber (3):     ifmcstat: Import from FreeBSD     ifmcstat: Port to RTEMS     mcast0

Re: [PATCH 0/3] libbsd: Add multicast test program

2020-09-10 Thread Joel Sherrill
FWIW I have an mcast-writer and mcast-listener example that I got off the net. I cleaned the warnings and changed it so it plugs in to the shell as a user provided mains in the shell. I didn't know where it might belong to even be a candidate to add. Here are the main files. Not sure what to do wi

Re: [PATCH 0/3] libbsd: Add multicast test program

2020-09-10 Thread Sebastian Huber
On 10/09/2020 12:38, Chris Johns wrote: On 10/9/20 8:17 pm, Sebastian Huber wrote: On 10/09/2020 09:51, Sebastian Huber wrote: Sebastian Huber (3):    ifmcstat: Import from FreeBSD    ifmcstat: Port to RTEMS    mcast01: Add test program I would like to back port this also to the 5-freebsd

Re: [PATCH 0/3] libbsd: Add multicast test program

2020-09-10 Thread Chris Johns
On 10/9/20 8:17 pm, Sebastian Huber wrote: > On 10/09/2020 09:51, Sebastian Huber wrote: > >> Sebastian Huber (3): >>    ifmcstat: Import from FreeBSD >>    ifmcstat: Port to RTEMS >>    mcast01: Add test program > I would like to back port this also to the 5-freebsd-12 branch. The ifmcstat > comm

Re: [PATCH 0/3] libbsd: Add multicast test program

2020-09-10 Thread Sebastian Huber
On 10/09/2020 09:51, Sebastian Huber wrote: Sebastian Huber (3): ifmcstat: Import from FreeBSD ifmcstat: Port to RTEMS mcast01: Add test program I would like to back port this also to the 5-freebsd-12 branch. The ifmcstat command is a helpful diagnostics command. _

[PATCH 0/3] libbsd: Add multicast test program

2020-09-10 Thread Sebastian Huber
Sebastian Huber (3): ifmcstat: Import from FreeBSD ifmcstat: Port to RTEMS mcast01: Add test program Makefile.todo |1 + freebsd/usr.sbin/ifmcstat/ifmcstat.c | 1295 + freebsd/usr.sbin/ifmcstat/printb.c| 75 + .../if