Re: [PATCH v4 1/1] ioctl_eventpoll.2, EPIOC[GS]PARAMS.2const: New page describing epoll ioctl(2)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jun 12, 2024 at 01:38:15AM +0200, Alejandro Colomar wrote:
> Hi Joe,
> 
> On Tue, Jun 11, 2024 at 04:14:46PM GMT, Joe Damato wrote:
> > On Wed, Jun 12, 2024 at 01:01:11AM +0200, Alejandro Colomar wrote:
> > > On Tue, Jun 11, 2024 at 09:09:41PM GMT, Joe Damato wrote:
> > > > A new page is added which describes epoll fd ioctls: EPIOCSPARAMS and
> > > > EPIOCGPARAMS which allow the user to control epoll-based busy polling.
> > > > 
> > > > Also add link pages for EPIOCSPARAMS and EPIOCGPARAMS.
> > > > 
> > > > Signed-off-by: Joe Damato <jdamato@xxxxxxxxxx>
> > > > ---
> > > >  man/man2/epoll_create.2           |   1 +
> > > >  man/man2/epoll_ctl.2              |   1 +
> > > >  man/man2/ioctl.2                  |   1 +
> > > >  man/man2/ioctl_eventpoll.2        | 175 ++++++++++++++++++++++++++++++
> > > >  man/man2const/EPIOCGPARAMS.2const |   1 +
> > > >  man/man2const/EPIOCSPARAMS.2const |   1 +
> > > >  man/man7/epoll.7                  |   1 +
> > > >  7 files changed, 181 insertions(+)
> > > >  create mode 100644 man/man2/ioctl_eventpoll.2
> > > >  create mode 100644 man/man2const/EPIOCGPARAMS.2const
> > > >  create mode 100644 man/man2const/EPIOCSPARAMS.2const
> 
> [...]
> 
> > > > +.B "#include <sys/epoll.h>"
> > > > +.P
> > > > +.EX
> > > > +.B struct epoll_params {
> > > > +.BR "  uint32_t busy_poll_usecs;" "   /* Number of usecs to busy poll */"
> > > > +.BR "  uint16_t busy_poll_budget;" "  /* Max packets per poll */"
> > > > +.BR "  uint8_t  prefer_busy_poll;" "  /* Boolean preference  */"
> > > > +\&
> > > > +.BR " " "/* pad the struct to a multiple of 64bits */"
> > > > +.BR "  uint8_t  __pad;" "  /* Must be zero */"
> > > > +.B };
> 
> I didn't notice that you had changed the indentation to 2.  There was a
> misunderstanding.  I've amended it myself with what I meant:

Ah, OK. Sorry about the misunderstanding on my part.

> diff --git i/man/man2/ioctl_eventpoll.2 w/man/man2/ioctl_eventpoll.2
> index 64a8770e7..79931eb7e 100644
> --- i/man/man2/ioctl_eventpoll.2
> +++ w/man/man2/ioctl_eventpoll.2
> @@ -24,12 +24,12 @@ .SH SYNOPSIS
>  .P
>  .EX
>  .B struct epoll_params {
> -.BR "  uint32_t busy_poll_usecs;" "   /* Number of usecs to busy poll */"
> -.BR "  uint16_t busy_poll_budget;" "  /* Max packets per poll */"
> -.BR "  uint8_t  prefer_busy_poll;" "  /* Boolean preference  */"
> +.BR "    uint32_t  busy_poll_usecs;" "   /* Number of usecs to busy poll */"
> +.BR "    uint16_t  busy_poll_budget;" "  /* Max packets per poll */"
> +.BR "    uint8_t   prefer_busy_poll;" "  /* Boolean preference  */"
>  \&
> -.BR " " "/* pad the struct to a multiple of 64bits */"
> -.BR "  uint8_t  __pad;" "  /* Must be zero */"
> +    /* pad the struct to a multiple of 64bits */
> +.BR "    uint8_t   __pad;" "             /* Must be zero */"
>  .B };
>  .EE
> 
> Which renders as:
> 
>      struct epoll_params {
>          uint32_t  busy_poll_usecs;   /* Number of usecs to busy poll */
>          uint16_t  busy_poll_budget;  /* Max packets per poll */
>          uint8_t   prefer_busy_poll;  /* Boolean preference  */
> 
>          /* pad the struct to a multiple of 64bits */
>          uint8_t   __pad;             /* Must be zero */
>      };
> 
> That is:
> 
> -  4-space indentation.
> -  At a minimum, 2 spaces between member type and name.

Understood for next time.

> While at it, I tried aligning the comment of __pad, and seemed slightly
> better, so I did it.

OK thanks!

> Since the commit was not yet on <kernel.org>, I've ammended and force-
> pushed.  Sorry for the confusion.

No problem; apologies for making more work for you.

[...]

> > > 
> > > <https://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/commit/?h=contrib&id=e756cd6c0ae9f8121179e3e94201e729e013f5fb>
> > > I'll push it tomorrow to <kernel.org>.
> > 
> > Cool !!
> > 
> > > Thanks for this manual page!  :-)
> > 
> > Thanks for your patience on this one and sorry for the numerous
> > revisions you had to sort through.
> 
> You're welcome; and no need to be sorry.  :-)

Thanks again! I was refreshing kernel.org's gitweb to see if the
commit made it, looks like it is there:

  https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?h=ioctl&id=e450bcf6e35a5c227c5e80cdb4e44bb89516a5ee

Very cool!

Does the ioctl branch get merged into master before you do releases?
Was mostly just curious because I'll be excited to see the new page
in an official release in the future ;)




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux