RE: [PATCH net-next 0/6] DPAA Ethernet changes
From: Madalin-cristian Bucur <madalin.bucur@nxp.com>
Date: 2019-10-22 06:43:29
-----Original Message----- From: Jakub Kicinski <redacted> Sent: Tuesday, October 22, 2019 7:26 AM To: Madalin-cristian Bucur <madalin.bucur@nxp.com> Cc: davem@davemloft.net; netdev@vger.kernel.org; Roy Pledge [off-list ref]; Laurentiu Tudor [off-list ref] Subject: Re: [PATCH net-next 0/6] DPAA Ethernet changes On Mon, 21 Oct 2019 12:27:51 +0000, Madalin-cristian Bucur wrote:quoted
Here's a series of changes for the DPAA Ethernet, addressing minor or unapparent issues in the codebase, adding probe ordering based on a recently added DPAA QMan API, removing some redundant code.Hi Madalin! Patch 2 looks like it may be a bug fix but I gather it has a dependency in net-next so it can't go to net?
It's a fix for a theoretical issue that is not reproducing with the current code base. Future changes related to the IOMMU support may make this issue visible.
More importantly - I think your From: line on this posting is Madalin-cristian Bucur [off-list ref] While the sign-off on the patches you wrote is: Madalin Bucur [off-list ref] I think these gotta be identical otherwise the bots which ensure the author added his sign-off may scream at us.
The formatted patches look like this: From 55a524a41099fa9b2f5fbbb9f3a87108437942bb Mon Sep 17 00:00:00 2001 From: Madalin Bucur <madalin.bucur@nxp.com> Date: Mon, 21 Oct 2019 15:21:26 +0300 Subject: [PATCH net-next 0/6] DPAA Ethernet changes Content-Type: text/plain; charset="us-ascii" Reply-to: madalin.bucur@nxp.com but then there are some MS servers trying to be helpful and the message ends up like this: From: Madalin-cristian Bucur <madalin.bucur@nxp.com> To: "davem@davemloft.net" <davem@davemloft.net>, "netdev@vger.kernel.org" [off-list ref] CC: Roy Pledge <redacted>, Laurentiu Tudor [off-list ref], Madalin-cristian Bucur [off-list ref] Subject: [PATCH net-next 0/6] DPAA Ethernet changes Thread-Topic: [PATCH net-next 0/6] DPAA Ethernet changes Thread-Index: AQHViAr0ehww7MPYPUqedXDa00qudg== X-MS-Exchange-MessageSentRepresentingType: 1 Date: Mon, 21 Oct 2019 12:27:51 +0000 Message-ID: [ref] Reply-To: Madalin-cristian Bucur [off-list ref] <snip> Return-Path: madalin.bucur@nxp.com It's probably a good time to think about pull requests...