[dpdk-dev] [PATCH] net/i40e: i40e rework for ipn3ke

Ferruh Yigit ferruh.yigit at intel.com
Fri May 24 15:12:29 CEST 2019


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 at dpdk.org
>> Cc: Pei, Andy <andy.pei at intel.com>; Zhang, Roy Fan
>> <roy.fan.zhang at intel.com>; Zhang, Qi Z <qi.z.zhang at intel.com>; Wu,
>> Jingjing <jingjing.wu at intel.com>; Xing, Beilei <beilei.xing at intel.com>; Yigit,
>> Ferruh <ferruh.yigit at intel.com>; Xu, Rosen <rosen.xu at 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.zhang at intel.com
>> Cc: qi.z.zhang at intel.com
>> Cc: jingjing.wu at intel.com
>> Cc: beilei.xing at intel.com
>> Cc: ferruh.yigit at intel.com
>> Cc: rosen.xu at 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.pei at intel.com>
>> ---

<----- HERE

>>  drivers/net/i40e/i40e_ethdev.c | 128
>> +++++++++++++++++++++++++++++++++++++++--
>>  1 file changed, 122 insertions(+), 6 deletions(-)
>>

<...>



More information about the dev mailing list