After committing the patches in my net-next git branch I used git send-mail:
git send-email --identity=XXX --cover-letter --annotate origin
--compose --signoff
and manually updated it based on an example of yours:
https://lwn.net/Articles/706491/
I can see the 3 patches that I just submitted on:
https://patchwork.ozlabs.org/project/netdev/list/
Flagged as under review by DaveM.
On Wed, Jul 18, 2018 at 11:20 AM, Eric Dumazet [off-list ref] wrote:
On 07/17/2018 05:46 PM, Jon Maxwell wrote:
quoted
Based on:
https://patchwork.kernel.org/patch/10516195/
I must confess I am lost with your submissions.
Patchwork is also lost ( https://patchwork.ozlabs.org/project/netdev/list/ )
Are you really using git format-patch ?
Normally all the patches should have a common [PATCH Vx net-next] string
git format-patch -o ../output --cover-letter --subject-prefix "PATCH V3 net-next" HEAD~3