Re: [dpdk-dev] [PATCH] net/i40e: revert default PF PMD device name

2018-05-01 Thread Ferruh Yigit
On 5/1/2018 4:41 PM, Ferruh Yigit wrote: > On 4/30/2018 4:30 PM, Declan Doherty wrote: >> Changes introduced by e0cb96204b71 modified the default name generated >> for the i40e PF PMD, this patch reverts the default name to the >> original PCI BDBF. >> >> Fixes: e0cb96204b71 ("net/i40e: add support

Re: [dpdk-dev] [PATCH] net/i40e: revert default PF PMD device name

2018-05-01 Thread Ferruh Yigit
On 4/30/2018 4:30 PM, Declan Doherty wrote: > Changes introduced by e0cb96204b71 modified the default name generated > for the i40e PF PMD, this patch reverts the default name to the > original PCI BDBF. > > Fixes: e0cb96204b71 ("net/i40e: add support for representor ports") > Signed-off-by: Decla

[dpdk-dev] [PATCH] net/i40e: revert default PF PMD device name

2018-04-30 Thread Declan Doherty
Changes introduced by e0cb96204b71 modified the default name generated for the i40e PF PMD, this patch reverts the default name to the original PCI BDBF. Fixes: e0cb96204b71 ("net/i40e: add support for representor ports") Signed-off-by: Declan Doherty --- drivers/net/i40e/i40e_ethdev.c | 8 +++--