Re: net_tq_barriers()

2023-05-19 Thread Mark Kettenis
rent name. > > > OK claudio@ > > > > > > > Index: if.c > > > > === > > > > RCS file: /cvs/src/sys/net/if.c,v > > > > retrieving revision 1.696 > > > > d

Re: net_tq_barriers()

2023-05-19 Thread David Gwynne
> ======= >>>> RCS file: /cvs/src/sys/net/if.c,v >>>> retrieving revision 1.696 >>>> diff -u -p -r1.696 if.c >>>> --- if.c 14 May 2023 01:46:53 - 1.696 >>>> +++

Re: net_tq_barriers()

2023-05-19 Thread Claudio Jeker
== > > > RCS file: /cvs/src/sys/net/if.c,v > > > retrieving revision 1.696 > > > diff -u -p -r1.696 if.c > > > --- if.c 14 May 2023 01:46:53 - 1.696 > > > +++ if.c 19 May 2023 03:5

Re: net_tq_barriers()

2023-05-19 Thread David Gwynne
t; RCS file: /cvs/src/sys/net/if.c,v > > retrieving revision 1.696 > > diff -u -p -r1.696 if.c > > --- if.c14 May 2023 01:46:53 - 1.696 > > +++ if.c19 May 2023 03:50:10 - > > @@ -3481,3 +3481,19 @@ net_tq(unsigned int ifindex) > > > >

Re: net_tq_barriers()

2023-05-19 Thread Claudio Jeker
--- if.c 14 May 2023 01:46:53 - 1.696 > +++ if.c 19 May 2023 03:50:10 - > @@ -3481,3 +3481,19 @@ net_tq(unsigned int ifindex) > > return (sn->sn_taskq); > } > + > +void > +net_tq_barriers(const char *wmesg) > +{ > + struct tas

net_tq_barriers()

2023-05-18 Thread David Gwynne
/src/sys/net/if.c,v retrieving revision 1.696 diff -u -p -r1.696 if.c --- if.c14 May 2023 01:46:53 - 1.696 +++ if.c19 May 2023 03:50:10 - @@ -3481,3 +3481,19 @@ net_tq(unsigned int ifindex) return (sn->sn_taskq); } + +void +net_tq_barriers(const char *wm