[dpdk-dev] [PATCH 1/5] bnx2x: SR-IOV VF driver changes to support OOB PF driver

2015-10-21 Thread Thomas Monjalon
2015-10-21 15:24, Harish Patil: > > > >2015-09-11 17:42, Rasesh Mody: > >> From: Harish Patil > >> > >> Signed-off-by: Harish Patil > > > >Please explain your change a bit more. > > > > > > SR-IOV is supported using bnx2x poll mode driver running as VF driver and > native linux driver running as

[dpdk-dev] [PATCH 1/5] bnx2x: SR-IOV VF driver changes to support OOB PF driver

2015-10-21 Thread Harish Patil
> >2015-10-21 15:24, Harish Patil: >> > >> >2015-09-11 17:42, Rasesh Mody: >> >> From: Harish Patil >> >> >> >> Signed-off-by: Harish Patil >> > >> >Please explain your change a bit more. >> > >> > >> >> SR-IOV is supported using bnx2x poll mode driver running as VF driver >>and >> native linux d

[dpdk-dev] [PATCH 1/5] bnx2x: SR-IOV VF driver changes to support OOB PF driver

2015-10-21 Thread Harish Patil
> >2015-09-11 17:42, Rasesh Mody: >> From: Harish Patil >> >> Signed-off-by: Harish Patil > >Please explain your change a bit more. > > SR-IOV is supported using bnx2x poll mode driver running as VF driver and native linux driver running as PF (in host/hypervisor). There is no issue while runnin

[dpdk-dev] [PATCH 1/5] bnx2x: SR-IOV VF driver changes to support OOB PF driver

2015-10-20 Thread Thomas Monjalon
2015-09-11 17:42, Rasesh Mody: > From: Harish Patil > > Signed-off-by: Harish Patil Please explain your change a bit more.

[dpdk-dev] [PATCH 1/5] bnx2x: SR-IOV VF driver changes to support OOB PF driver

2015-09-11 Thread Rasesh Mody
From: Harish Patil Signed-off-by: Harish Patil --- drivers/net/bnx2x/bnx2x_vfpf.c | 11 +-- drivers/net/bnx2x/bnx2x_vfpf.h | 15 +++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/drivers/net/bnx2x/bnx2x_vfpf.c b/drivers/net/bnx2x/bnx2x_vfpf.c index 661f