On Thu, Sep 1, 2022 at 10:08 AM Mah, Yock Gen <[email protected]> wrote: > > >-----Original Message----- > >From: Zhang, Qi Z <[email protected]> > >Sent: Tuesday, 30 August, 2022 7:17 PM > >To: IOTG DPDK Ref App <[email protected]>; [email protected] > >Subject: RE: [PATCH] IGC: Remove I225_I_PHY_ID checking > > > -----Original Message----- > > From: [email protected] <[email protected]> > > Sent: Monday, August 29, 2022 4:15 PM > > To: [email protected] > > Subject: [PATCH] IGC: Remove I225_I_PHY_ID checking > > > > From: NSWE SWS DPDK Dev <[email protected]> > > > > i225 devices have only one PHY vendor. There is unnecessary to check > > _I_PHY_ID during the link establishment and auto-negotiation process, > > the checking also caused devices like i225-IT failed. This patch is to > > remove the mentioned unnecessary checking. > > > > Cc: [email protected] > > Signed-off-by: NSWE SWS DPDK Dev <[email protected]> > > >Is this the expected author name? > Yes, this is expected author name, the PDL email contain all developers > working on the patch for better support and response.
This is not acceptable. https://doc.dpdk.org/guides/contributing/patches.html#commit-messages-body It is clearly stated that: """ The signoff must be a real name and not an alias or nickname. More than one signoff is allowed. """ And all developers involved in the making of a patch must follow the Developer’s Certificate of Origin. https://www.kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1 In its current form, this patch cannot be merged in the DPDK project. Besides, please register to the @dev mailing list. -- David Marchand

