[dpdk-dev] [PATCH] Use proper mac type for 82576 VF

2014-05-27 Thread Thomas Monjalon
> > e1000_vfadapt type corresponds to 82576 VF devices, > > check e1000_set_mac_type() for more details. > > > > Signed-off-by: Konstantin Ananyev > > Acked-by: Ivan Boule Applied for version 1.7.0 with title: igbvf: fix mac type for 82576 Thanks -- Thomas

[dpdk-dev] [PATCH] Use proper mac type for 82576 VF

2014-05-22 Thread Thomas Monjalon
:33 PM > To: Ananyev, Konstantin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] Use proper mac type for 82576 VF > > Hi Konstantin, > > 2014-05-06 12:28, Konstantin Ananyev: > > e1000_vfadapt type corresponds to 82576 VF devices, > > check e1000_set_mac_ty

[dpdk-dev] [PATCH] Use proper mac type for 82576 VF

2014-05-22 Thread Thomas Monjalon
Hi Konstantin, 2014-05-06 12:28, Konstantin Ananyev: > e1000_vfadapt type corresponds to 82576 VF devices, > check e1000_set_mac_type() for more details. You forgot "Signed-off-by:" line. Please resend. -- Thomas

[dpdk-dev] [PATCH] Use proper mac type for 82576 VF

2014-05-22 Thread Ananyev, Konstantin
Hi Thomas, I believe I already resent it with signed-off-by. Thanks Konstantin -Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Thursday, May 22, 2014 4:33 PM To: Ananyev, Konstantin Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH] Use proper mac type

[dpdk-dev] [PATCH] Use proper mac type for 82576 VF e1000_vfadapt type corresponds to 82576 VF devices, check e1000_set_mac_type() for more details.

2014-05-07 Thread Ivan Boule
On 05/06/2014 04:33 PM, Konstantin Ananyev wrote: > Signed-off-by: Konstantin Ananyev > --- > lib/librte_pmd_e1000/igb_rxtx.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/librte_pmd_e1000/igb_rxtx.c b/lib/librte_pmd_e1000/igb_rxtx.c > index 6b454a5..7fe1780

[dpdk-dev] [PATCH] Use proper mac type for 82576 VF e1000_vfadapt type corresponds to 82576 VF devices, check e1000_set_mac_type() for more details.

2014-05-06 Thread Konstantin Ananyev
Signed-off-by: Konstantin Ananyev --- lib/librte_pmd_e1000/igb_rxtx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/librte_pmd_e1000/igb_rxtx.c b/lib/librte_pmd_e1000/igb_rxtx.c index 6b454a5..7fe1780 100644 --- a/lib/librte_pmd_e1000/igb_rxtx.c +++ b/lib/librte_pm

[dpdk-dev] [PATCH] Use proper mac type for 82576 VF

2014-05-06 Thread Konstantin Ananyev
e1000_vfadapt type corresponds to 82576 VF devices, check e1000_set_mac_type() for more details. --- lib/librte_pmd_e1000/igb_rxtx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/librte_pmd_e1000/igb_rxtx.c b/lib/librte_pmd_e1000/igb_rxtx.c index 6b454a5..7fe1780 10