Re: [PATCH] net: hsr: add support for EntryForgetTime

From: Andrew Lunn
Date: Wed Feb 24 2021 - 09:56:23 EST


> > You must decide if you want to send it for net or net-next. If you want to
> > send it for net-next you must wait Linus has closed the merge window and
> > this shows open:
> > http://vger.kernel.org/~davem/net-next.html
> >
> > To send for net use the subject prefix "[PATCH net]".
> > To send for net-next use the subject prefix "[PATCH net-next]".
> >
> > If you're using git format-patch you can use the following:
> > git format-patch --subject-prefix='PATCH net-next'
> >
> > If you're just using git send-email you can use the --annotate option to edit
> > the patch subject manually.
> >
> > Thanks and sorry for not mentioning this before, George McCollister
>
> Thanks again for the very helpful hints. I hope the patch will be correct now.

Hi Marco

I know there is a lot of learn, doing the submission correct can be
harder than writing the code, at least for the first few patches.

One thing you missed is the patch version number in the Subject:
line. When there are multiple versions of a patch flying around, it
makes it easier to keep track of, if there is a version number.
Please try to remember this for you next patch. No need to resend just
because of this.


Andrew