[LTP] [PATCH 1/4] net/multicast: Create mcast_setup_normal()
Petr Vorel
pvorel@suse.cz
Wed Feb 10 14:08:56 CET 2021
Hi Alexey,
> > +++ testcases/network/stress/multicast/packet-flood/mcast-pktfld02.sh
> > @@ -12,13 +12,13 @@ TST_NEEDS_ROOT=1
> > TST_SETUP="mcast_setup_normal"
> > . mcast-lib.sh
> > -MCAST_LCMD="ns-mcast_receiver"
> > -MCAST_RCMD="ns-udpsender"
> > -
> > do_test()
> > {
> > tst_res TINFO "joining $MCASTNUM_NORMAL IPv${TST_IPVER} multicast groups on separate sockets, then receiving a large number of UDP packets at each socket in $NS_DURATION seconds"
> > + MCAST_LCMD="ns-mcast_receiver"
> > + MCAST_RCMD="ns-udpsender"
> > +
> Hi Petr,
> Perhaps it would be better to move this to another wrapper
> in the lib along with mcast_setup_normal()?
Good idea, thanks!
> mcast_setup_normal_udp()
> {
> mcast_setup_normal
> MCAST_LCMD="ns-mcast_receiver"
> MCAST_RCMD="ns-udpsender"
> }
Kind regards,
Petr
More information about the ltp
mailing list