On 5/24/2019 2:05 AM, Xu, Rosen wrote: > Hi, > >> -----Original Message----- >> From: Pei, Andy >> Sent: Thursday, May 23, 2019 17:15 >> To: dev@dpdk.org >> Cc: Pei, Andy <andy....@intel.com>; Zhang, Roy Fan >> <roy.fan.zh...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Wu, >> Jingjing <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; >> Yigit, >> Ferruh <ferruh.yi...@intel.com>; Xu, Rosen <rosen...@intel.com> >> Subject: [PATCH] net/i40e: i40e rework for ipn3ke > >> Add switch_mode argument for i40e PF to specify the specific FPGA that i40e >> PF is connected to. >> i40e PF get link status update via the connected FPGA. >> >> Fixes: c60869e2b742 ("net/i40e: fix link status update") >> Cc: roy.fan.zh...@intel.com >> Cc: qi.z.zh...@intel.com >> Cc: jingjing...@intel.com >> Cc: beilei.x...@intel.com >> Cc: ferruh.yi...@intel.com >> Cc: rosen...@intel.com > > My understanding cc people should add in git send-email not in patch.
"git send-email" is picking the names from commit log, so putting the names in the commit log is another way, but as you said at the end of the day we don't want names be in the git history. But what can be done is, putting the names after "---" works for both, those names still will be picked by "git send-email" and cc'ed automatically, and this information is part of the patch meanwhile they will be stripped automatically when merged, so they won't be in the git history without causing manual cleanup task to maintainers. > >> Signed-off-by: Andy Pei <andy....@intel.com> >> --- <----- HERE >> drivers/net/i40e/i40e_ethdev.c | 128 >> +++++++++++++++++++++++++++++++++++++++-- >> 1 file changed, 122 insertions(+), 6 deletions(-) >> <...>