If you have configured *SR-IOV on baremetal* to make virtual NICs and have
used *TC to mirror packets* between two virtual NICs, please contact me at
7532ya...@gmail.com. I need some assistance. We can talk off-line.
https://bugs.dpdk.org/show_bug.cgi?id=1377
Bug ID: 1377
Summary: per queue counters are not working on Intel XL710
based SRIOV VFs using iavf pmd
Product: DPDK
Version: 22.11
Hardware: x86
OS: Linux
Hardware restrictions require a maximum of 4 queues for every pool.
Fixes: a6712cd029a4 ("net/txgbe: add PF module init and uninit for SRIOV")
Cc: sta...@dpdk.org
Signed-off-by: Jiawen Wu
---
drivers/net/txgbe/txgbe_pf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
di
problem
– with mail title “sriov net_mlx5 error - Unexpected error in DR drop action
support detection”
That was the content of the mail -
1. Dpdk version: 19.11 (dpdk-stable-19.11.11)
2. Version of rdma core is 26.0 (from config.h #define PACKAGE_VERSION
"26.0")
3. “Unexpecte
: dpdk rte rss flow with sriov
Perhaps I didn’t ask correctly
My vm have a vf sriov,
The dpdk application will create x rx queues on the vf as it should have done
for a pf
I expect traffic to be spreaded between the rx queues according to rte_flow rss
defined (RTE_FLOW_ACTION_TYPE_QUEUE or
Hi
I am using dpd19.11 and having error when trying to use sriov vf of a mlx5 100G
card
net_mlx5: Unexpected error in DR drop action support detection
The same code work for pf
I am not trying to do filtering on nic, but just to read from the port, 1 rx
queue, 1 tx queue
Network devices
Perhaps I didn’t ask correctly
My vm have a vf sriov,
The dpdk application will create x rx queues on the vf as it should have done
for a pf
I expect traffic to be spreaded between the rx queues according to rte_flow rss
defined (RTE_FLOW_ACTION_TYPE_QUEUE or RTE_FLOW_ACTION_TYPE_RSS)
Asaf: I
Mellanox NICs support RSS for PF/VF/SF.
Regards,
Asaf Penso
From: Yaron Illouz
Sent: Tuesday, March 29, 2022 4:35 PM
To: us...@dpdk.org; dev@dpdk.org
Subject: dpdk rte rss flow with sriov
Hi
Is this possible to use dpdk rte rss flow with a vf sriov, or is it an option
available only for real
Hi
Is this possible to use dpdk rte rss flow with a vf sriov, or is it an option
available only for real interface?
I use dpdk 19.11 and a Mellanox card 100G with mlx5
On Tue, Jul 20, 2021 at 3:18 PM Truring Team wrote:
> > After build dpdk-20.11 inside POD run the dpdk-testpmd then following
> > segment fault occurs
> >
> > [root@centos7-testpmd dpdk-20.11]#* gdb ./build/app/dpdk-testpmd*
> >
> > GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-120.el7
> >
> > Copy
Initialize and configure PF module to support SRIOV.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
doc/guides/rel_notes/release_21_11.rst | 1 +
drivers/net/ngbe/base/meson.build | 1 +
drivers/net/ngbe/base/ngbe_dummy.h | 17 +++
drivers/net/ngbe
Initialize and configure PF module to support SRIOV.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/ngbe.ini | 1 +
drivers/net/ngbe/base/meson.build | 1 +
drivers/net/ngbe/base/ngbe_dummy.h | 17 +++
drivers/net/ngbe/base/ngbe_hw.c| 47 ++-
drivers/net/ngbe/base
Hi Everyone ,
Can someone please look into this and analyse logs ?
I need help to proceed further .
Best Regards
Puneet
On Fri, 16 Jul 2021 at 09:34, Truring Team wrote:
> Hi Everyone,
>
>
> We have Kubernetes setup where Master Node and one worker node are there
> and tried running dpdk-test
Hi Everyone,
We have Kubernetes setup where Master Node and one worker node are there
and tried running dpdk-testpmd on POD
So Master Node and Worker Node are AWS VM which has ixgbevf VF interfaces
and binded one interface with dpdk igb_uio then expose the interface inside
POD with multus cni
On 10/19/2020 9:53 AM, Jiawen Wu wrote:
Add PF module init and uninit operations with mailbox.
Signed-off-by: Jiawen Wu
<...>
+void txgbe_pf_host_init(struct rte_eth_dev *eth_dev)
+{
+ struct txgbe_vf_info **vfinfo = TXGBE_DEV_VFDATA(eth_dev);
+ struct txgbe_mirror_info *mirror_
Add PF module configure for SRIOV.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/txgbe.ini | 1 +
drivers/net/txgbe/base/txgbe_hw.c | 345
drivers/net/txgbe/base/txgbe_hw.h | 12 +
drivers/net/txgbe/base/txgbe_type.h | 1 +
drivers/net/txgbe
Add PF module init and uninit operations with mailbox.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/txgbe.ini | 1 +
drivers/net/txgbe/base/meson.build | 1 +
drivers/net/txgbe/base/txgbe.h | 1 +
drivers/net/txgbe/base/txgbe_hw.c | 4 +
drivers/net/txgbe/base/txgbe_mbx
Add PF module configure for SRIOV.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/txgbe.ini | 1 +
drivers/net/txgbe/base/txgbe_hw.c | 345
drivers/net/txgbe/base/txgbe_hw.h | 12 +
drivers/net/txgbe/base/txgbe_type.h | 1 +
drivers/net/txgbe
Add PF module init and uninit operations with mailbox.
Signed-off-by: Jiawen Wu
---
doc/guides/nics/features/txgbe.ini | 1 +
drivers/net/txgbe/base/meson.build | 1 +
drivers/net/txgbe/base/txgbe.h | 1 +
drivers/net/txgbe/base/txgbe_hw.c | 4 +
drivers/net/txgbe/base/txgbe_mbx
From: jiawenwu
Add PF module configure for SRIOV.
Signed-off-by: jiawenwu
---
doc/guides/nics/features/txgbe.ini | 1 +
drivers/net/txgbe/base/txgbe_hw.c | 345
drivers/net/txgbe/base/txgbe_hw.h | 12 +
drivers/net/txgbe/base/txgbe_type.h | 1 +
drivers
From: jiawenwu
Add PF module init and uninit operations with mailbox.
Signed-off-by: jiawenwu
---
doc/guides/nics/features/txgbe.ini | 1 +
drivers/net/txgbe/base/meson.build | 1 +
drivers/net/txgbe/base/txgbe.h | 1 +
drivers/net/txgbe/base/txgbe_hw.c | 4 +
drivers/net/txgb
huawei.com;
zhouguoy...@huawei.com; Xiaoyun wang
Subject: [dpdk-dev] [PATCH v4 01/19] net/hinic/base: add mbox command
channel for SRIOV
Add mbox command channel for SR-IOV, which is used to
communicate between VF and VF, VF and PF. This patch
introduces data structures, initialization, interfaces
and c
> Subject: [dpdk-dev] [PATCH v4 01/19] net/hinic/base: add mbox command
> channel for SRIOV
>
> Add mbox command channel for SR-IOV, which is used to
> communicate between VF and VF, VF and PF. This patch
> introduces data structures, initialization, interfaces
> and commands
Add mbox command channel for SR-IOV, which is used to
communicate between VF and VF, VF and PF. This patch
introduces data structures, initialization, interfaces
and commands of mbox channel.
Signed-off-by: Xiaoyun wang
---
doc/guides/nics/features/hinic.ini | 1 +
doc/guides/nics/hinic.
Add mbox command channel for SR-IOV, which is used to
communicate between VF and VF, VF and PF. This patch
introduces data structures, initialization, interfaces
and commands of mbox channel.
Signed-off-by: Xiaoyun wang
---
doc/guides/nics/features/hinic.ini | 1 +
doc/guides/nics/hinic.
Add mbox command channel for SRIOV, which is used to
communicate between VF and VF, VF and PF. This patch
introduces data structures, initialization, interfaces
and commands of mbox channel.
Signed-off-by: Xiaoyun wang
---
drivers/net/hinic/Makefile | 1 +
drivers/net/hinic/base
This patch introduces some HW interfaces required for SRIOV function,
including: init hwdev, set port state, get default cos,
vf dma attribute table, vf txrx flush and so on.
Signed-off-by: Xiaoyun wang
---
drivers/net/hinic/base/hinic_compat.h | 32
drivers/net/hinic/base
https://bugs.dpdk.org/show_bug.cgi?id=294
Bug ID: 294
Summary: max_rx_pkt_len issues with i40e dpdk SRIOV driver
(net_i40e_vf).
Product: DPDK
Version: 18.02
Hardware: x86
OS: All
Status
https://bugs.dpdk.org/show_bug.cgi?id=295
Bug ID: 295
Summary: max_rx_pkt_len issues with i40e dpdk SRIOV driver
net_i40e_vf.
Product: DPDK
Version: 18.02
Hardware: x86
OS: All
Status: RESOLVED
https://bugs.dpdk.org/show_bug.cgi?id=296
Bug ID: 296
Summary: max_rx_pkt_len issues with i40e dpdk SRIOV driver
net_i40e_vf.
Product: DPDK
Version: 18.02
Hardware: x86
OS: All
Status: CONFIRMED
From: Xiaoyun Wang
This patch makes some HW interfaces support SRIOV,
including: init hwdev, set port state, get default cos,
vf dma attribute table, vf txrx flush and so on.
Signed-off-by: Ziyang Xuan
---
drivers/net/hinic/base/hinic_compat.h | 33 ---
drivers/net/hinic/base
From: Xiaoyun Wang
Add mbox command channel for SRIOV, which is used to
communicate between VF and VF, VF and PF. This patch
introduces data structures, initialization, interfaces
and commands of mbox channel.
Signed-off-by: Ziyang Xuan
---
drivers/net/hinic/Makefile | 1
For SRIOV, fastpath status blocks are not allocated resulting in
segfault. Separate out fastpath DMA allocation/free from rest of
memory allocation/free. It is now done as part of NIC load/unload.
Comment indentation changes in bnx2x_alloc_hsi_mem() and
bnx2x_free_hsi_mem() APIs.
Fixes
We do not need to schedule periodic poll for slowpath link events
for SRIOV. The link events are handled by the PF driver.
Fixes: 6041aa619f9a ("net/bnx2x: fix poll link status")
Cc: sta...@dpdk.org
Signed-off-by: Rasesh Mody
---
drivers/net/bnx2x/bnx2x_ethdev.c | 19
https://bugs.dpdk.org/show_bug.cgi?id=297
Bug ID: 297
Summary: max_rx_pkt_len issues with i40e dpdk SRIOV driver
net_i40e_vf.
Product: DPDK
Version: 18.02
Hardware: x86
OS: All
Status: CONFIRMED
Add support for SRIOV vf min rate configuration.
Fix return code for ecore_iov_get_vf_min_rate().
Signed-off-by: Rasesh Mody
---
drivers/net/qede/base/ecore_iov_api.h | 10 ++
drivers/net/qede/base/ecore_sriov.c | 28 +++-
2 files changed, 37 insertions
Hi,
Am also facing similar issue with i40evf pmd. Is there any solution for this ?
If we configure port in trunk mode, it's not able to send/receive packets which
are VLAN tagged. Without VLAN tagging its working fine.
If we configure port in access mode, its able to send/receive packets without
I have test dpdk testpmd, it is OK in the same enviroment.
Why ovs-dpdk could not work? I think that must be some bug in ovs?
2018-05-18 11:42 GMT+08:00 Sam :
> Hi all,
>
> I'm using OVS2.8.0+DPDK17.05+Intel_82599_IXGBE for test, the vf driver is
> ixgbevf-4.0.3.
>
>
Hi all,
I'm using OVS2.8.0+DPDK17.05+Intel_82599_IXGBE for test, the vf driver is
ixgbevf-4.0.3.
I use sriov follow like this:
echo 1 > /sys/bus/pci/devices/:01:00.0/max_vfs
Then test l3fwd-vf demo, it is OK.
Then test OVS2.8.0, and assign pf for ovs like this:
ovs-vsctl add-port b
Hi,
We are running performance characterization for our customized DPDK
application in the KVM Guest using Intel XL710 SRIOV VF.
The Host is Netra X72 with XL710 NIC Quad port with 32 core.
We are seeing RX packet drops at the VF level even for small packet rates
(~200Mbps) & the DPDK rx_dis
evice_attr;
- unsigned int sriov;
unsigned int mps;
unsigned int cqe_comp;
unsigned int tunnel_en = 0;
@@ -625,18 +624,8 @@ mlx5_pci_probe(struct rte_pci_driver *pci_drv, struct
rte_pci_device *pci_dev)
(pci_dev->addr.devid != p
evice_attr;
- unsigned int sriov;
unsigned int mps;
unsigned int cqe_comp;
unsigned int tunnel_en = 0;
@@ -625,18 +624,8 @@ mlx5_pci_probe(struct rte_pci_driver *pci_drv, struct
rte_pci_device *pci_dev)
(pci_dev->addr.devid != p
:
>
> 2017-12-27 10:42 GMT+08:00 Sam :
>
>> Hi all,
>>
>> I'm running OVS-DPDK on a two netdevice server(eth0 and eth1), and I use
>> sriov to make one VF and one PF on each netdevice, as bellow. Please omit
>> eth2 and eth3. Then two VF port(enp1s16 and
2017-12-27 10:42 GMT+08:00 Sam :
> Hi all,
>
> I'm running OVS-DPDK on a two netdevice server(eth0 and eth1), and I use
> sriov to make one VF and one PF on each netdevice, as bellow. Please omit
> eth2 and eth3. Then two VF port(enp1s16 and enp1s16f1) combine into l
Hi all,
I'm running OVS-DPDK on a two netdevice server(eth0 and eth1), and I use
sriov to make one VF and one PF on each netdevice, as bellow. Please omit
eth2 and eth3. Then two VF port(enp1s16 and enp1s16f1) combine into linux
bond1 port as management port, two PF port(:01:00.0 and 00
Hi I have a host and XL710 nic cards and created few VFs on these NIC. I
created two VMs on that host and assign one VF to each VM.
VM#1: It has RHEL 7.2 installed and I use DPDK version 2.2.0
SRIOV ports on this VM works OK. testmpd works.
The SRIOV interfaces comes up with below logs when I
In SRIOV testing, print adapter info shows firmware version used by PF,
this patch provides fix to populate correct firmware version used by VF.
Fixes: 86a2265e59d7 ("qede: add SRIOV support")
Cc: sta...@dpdk.org
Signed-off-by: Rasesh Mody
---
drivers/net/qede/qede_mai
Typo in ecore_sriov.c; Ending line with , instead of ;
Fixes: 379cbb2c446a ("net/qede/base: semantic change")
Signed-off-by: Rasesh Mody
---
drivers/net/qede/base/ecore_sriov.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/qede/base/ecore_sriov.c
b/driv
On 2/28/2017 6:26 AM, Jingjing Wu wrote:
> In SRIOV case, ETH_MQ_RX_VMDQ_DCB and ETH_MQ_RX_DCB should be considered as
> the same meaning, due to the multi-queue mapping is the same SRIOV and VMDq
> in ixgbe.
>
> Fixes: 27b609cbd1c6 ("ethdev: move the multi-queue mode check to
enable DCB on SRIOV VFs, including
- UP and TC mapping according to dcb_tc in struct rte_eth_dcb_rx_conf.
- TC and queue mapping: queues are divided equally for each TC.
- UP insert when sending packet according to the TC the Tx queue belongs to.
Signed-off-by: Jingjing Wu
---
drivers/net
In SRIOV case, ETH_MQ_RX_VMDQ_DCB and ETH_MQ_RX_DCB should be considered as
the same meaning, due to the multi-queue mapping is the same SRIOV and VMDq
in ixgbe.
Fixes: 27b609cbd1c6 ("ethdev: move the multi-queue mode check to specific
drivers")
Cc: sta...@dpdk.org
Signed-off-by: J
Typo in ecore_sriov.c; Ending line with , instead of ;
Signed-off-by: Rasesh Mody
---
drivers/net/qede/base/ecore_sriov.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/qede/base/ecore_sriov.c
b/drivers/net/qede/base/ecore_sriov.c
index 6ca7b3c..51a3a03 1
Remove unmeaningful function ID value in print.
Don't print the number of Multicast filters as part of Acquire response,
as this is an obsolete field which isn't enforced by PF.
Fixes: 86a2265e59d7 ("qede: add SRIOV support")
Signed-off-by: Rasesh Mody
---
drivers/net/qed
Remove unmeaningful value in print.
Don't print the number of Multicast filters as part of Acquire response,
as this is an obsolete field which isn't enforced by PF.
Fixes: 86a2265e ("qede: add SRIOV support")
Signed-off-by: Rasesh Mody
---
drivers/net/qede/base/ecore_srio
Hi all,
I have an fm10k card with dual 100G ports, I am running a DPDK application that
binds 2 virtual functions to it. I have trouble receiving traffic in my vnfs on
fm10k VFs.
Current analysis:
1. From rdif debugging I see that it doesn't add the port of the VF in
the switching tab
On Wed, Oct 26, 2016 at 04:28:40PM +0100, Bernard Iremonger wrote:
> The folowing changes have been made to allow Data Centre Bridge
> (DCB) configuration when SRIOV is enabled.
>
> Modify ixgbe_check_mq_mode function,
> when SRIOV is enabled, enable mq_mode
> ETH_
> -Original Message-
> From: Iremonger, Bernard
> Sent: Thursday, October 27, 2016 12:10 AM
> To: Wu, Jingjing ; dev at dpdk.org; Shah, Rahul R
> ; Lu, Wenzhuo ;
> Dumitrescu, Cristian
>
> Subject: RE: [PATCH v6 1/2] net/ixgbe: support multiqueue mode VMDq D
The folowing changes have been made to allow Data Centre Bridge
(DCB) configuration when SRIOV is enabled.
Modify ixgbe_check_mq_mode function,
when SRIOV is enabled, enable mq_mode
ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB.
Modify ixgbe_dcb_tx_hw_config function,
replace the struct ixgbe_hw
Hi Jingling,
> > > Subject: [PATCH v6 1/2] net/ixgbe: support multiqueue mode VMDq DCB
> > > with SRIOV
> > >
> > > The folowing changes have been made to allow Data Centre Bridge
> > > (DCB) configuration when SRIOV is enabled.
> > >
&g
Hi Jingjing,
> > Subject: [PATCH v6 1/2] net/ixgbe: support multiqueue mode VMDq DCB
> > with SRIOV
> >
> > The folowing changes have been made to allow Data Centre Bridge
> > (DCB) configuration when SRIOV is enabled.
> >
> > Modify ixgbe_check_m
be: support multiqueue mode VMDq DCB with SRIOV
>
> The folowing changes have been made to allow Data Centre Bridge
> (DCB) configuration when SRIOV is enabled.
>
> Modify ixgbe_check_mq_mode function,
> when SRIOV is enabled, enable mq_mode
> ETH_MQ_RX_VMDQ_DCB and ETH_MQ
The folowing changes have been made to allow Data Centre Bridge
(DCB) configuration when SRIOV is enabled.
Modify ixgbe_check_mq_mode function,
when SRIOV is enabled, enable mq_mode
ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB.
Modify ixgbe_dcb_tx_hw_config function,
replace the struct ixgbe_hw
.
Changes in v2:
rebase to latest master.
Bernard Iremonger (2):
net/ixgbe: support multiqueue mode VMDq DCB with SRIOV
app/test_pmd: fix DCB configuration
app/test-pmd/testpmd.c | 4 ++--
drivers/net/ixgbe/ixgbe_ethdev.c | 11 ++-
drivers/net/ixgbe/ixgbe_rxtx.c | 35
Hi,
> -Original Message-
> From: Iremonger, Bernard
> Sent: Wednesday, October 19, 2016 6:21 PM
> To: dev at dpdk.org; Shah, Rahul R; Lu, Wenzhuo
> Cc: Iremonger, Bernard
> Subject: [PATCH v5 0/2] net/ixgbe: VMDq DCB with SRIOV
>
> Changes in v5:
> fix enabl
Hi,
> -Original Message-
> From: Iremonger, Bernard
> Sent: Wednesday, October 19, 2016 6:21 PM
> To: dev at dpdk.org; Shah, Rahul R; Lu, Wenzhuo
> Cc: Iremonger, Bernard
> Subject: [PATCH v5 1/2] net/ixgbe: support multiqueue mode VMDq DCB with
> SRIOV
>
>
Modify ixgbe_check_mq_mode function,
when SRIOV is enabled, enable mq_mode
ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB.
Modify ixgbe_dcb_tx_hw_config function,
replace the struct ixgbe_hw parameter with a
struct rte_eth_dev parameter and handle SRIOV enabled.
Modify ixgbe_dev_mq_rx_configure
):
net/ixgbe: support multiqueue mode VMDq DCB with SRIOV
app/test_pmd: fix DCB configuration
app/test-pmd/testpmd.c | 4 ++--
drivers/net/ixgbe/ixgbe_ethdev.c | 11 ++-
drivers/net/ixgbe/ixgbe_rxtx.c | 35 ++-
3 files changed, 30 insertions
Hi Wenzhuo,
> > > > Subject: RE: [PATCH v2] net/ixgbe: support multiqueue mode VMDq
> > > > DCB with SRIOV
> > > >
> > > > Hi Wenzhuo,
> > > >
> > > > > > if (hw->mac.type != ixgbe_mac_82598EB) { @@ -33
Hi Bernard,
> -Original Message-
> From: Iremonger, Bernard
> Sent: Tuesday, October 18, 2016 4:58 PM
> To: Lu, Wenzhuo; dev at dpdk.org; Shah, Rahul R
> Subject: RE: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB with
> SRIOV
>
> Hi Wenzhuo,
>
>
Hi Wenzhuo,
> > Subject: RE: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB
> > with SRIOV
> >
> > Hi Wenzhuo,
> >
> > > > if (hw->mac.type != ixgbe_mac_82598EB) { @@ -3339,11 +3340,17
> > > @@
> > > > ixgb
Hi Bernard,
> -Original Message-
> From: Iremonger, Bernard
> Sent: Tuesday, October 18, 2016 12:27 AM
> To: Lu, Wenzhuo; dev at dpdk.org; Shah, Rahul R
> Subject: RE: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB with
> SRIOV
>
> Hi Wenzhuo,
>
Modify ixgbe_check_mq_mode function,
when SRIOV is enabled, enable mq_mode
ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB.
Modify ixgbe_dcb_tx_hw_config function,
replace the struct ixgbe_hw parameter with a
struct rte_eth_dev parameter and handle SRIOV enabled.
Modify ixgbe_dev_mq_rx_configure
Changes in v4:
changes to ixgbe patch following comments.
Changes in v3:
rebase to latest master.
update commit message for ixgbe patch
add testpmd patch.
Changes in v2:
rebase to latest master.
Bernard Iremonger (2):
net/ixgbe: support multiqueue mode VMDq DCB with SRIOV
app/test_pmd: fix
Modify ixgbe_check_mq_mode function,
when SRIOV is enabled, enable mq_mode
ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB.
Modify ixgbe_dcb_tx_hw_config function,
replace the struct ixgbe_hw parameter with a
struct rte_eth_dev parameter and handle SRIOV enabled.
Modify ixgbe_dev_mq_rx_configure
Changes in v3:
rebase to latest master.
update commit message for ixgbe patch
add testpmd patch.
Changes in v2:
rebase to latest master.
Bernard Iremonger (2):
net/ixgbe: support multiqueue mode VMDq DCB with SRIOV
app/test_pmd: fix DCB configuration
app/test-pmd/testpmd.c | 4
Hi Wenzhuo,
> > Subject: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB with
> > SRIOV
> >
> > modify ixgbe_dcb_tx_hw_config function.
> > modify ixgbe_dev_mq_rx_configure function.
> > modify ixgbe_configure_dcb function.
> Would you like to add m
Hi Bernard, Rahul,
> -Original Message-
> From: Iremonger, Bernard
> Sent: Friday, October 14, 2016 9:29 PM
> To: dev at dpdk.org; Shah, Rahul R; Lu, Wenzhuo
> Cc: Iremonger, Bernard
> Subject: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB with
@@ -1977,6 +1977,8 @@ ixgbe_check_mq_mode(struct rte_eth_dev *dev)
/* check multi-queue mode */
switch (dev_conf->rxmode.mq_mode) {
case ETH_MQ_RX_VMDQ_DCB:
+ PMD_INIT_LOG(INFO, "ETH_MQ_RX_VMDQ_DCB mode supported
On 26/08/2016 10:08, Bernard Iremonger wrote:
> modify ixgbe_dcb_tx_hw_config function.
> modify ixgbe_dev_mq_rx_configure function.
> modify ixgbe_configure_dcb function.
>
> Signed-off-by: Rahul R Shah
> Signed-off-by: Bernard Iremonger
> ---
> drivers/net/ixgbe/ixgbe_ethdev.c | 9 -
Hi,
I have having an unique issue to get the VLAN tags upto the VM
instance running ixgbevf pmd. Currently my setup looks like this :
Host running 7.1 RHEL , linux 3.10.0-229.el7.x86_64 with 10G 82599ES NIC cards
with firmware : 0x8838 and ixgbe driver version 4.0.1-k-rh7.1
Gu
(struct rte_eth_dev *dev)
/* check multi-queue mode */
switch (dev_conf->rxmode.mq_mode) {
case ETH_MQ_RX_VMDQ_DCB:
+ PMD_INIT_LOG(INFO, "ETH_MQ_RX_VMDQ_DCB mode supported
in SRIOV");
+
Hi Eli,
On 2016/07/19 20:18, Eli Britstein wrote:
>
>
>> -Original Message-
>> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp]
>> Sent: Tuesday, 19 July, 2016 5:49 AM
>> To: Eli Britstein; dev at dpdk.org
>> Cc: Iremonger, Bernard
>> Subject
: Iremonger, Bernard
> Subject: Re: [dpdk-dev] SRIOV hot unplug
>
>
>
> > -Original Message-
> > From: Declan Doherty [mailto:declan.doherty at intel.com]
> > Sent: Tuesday, 19 July, 2016 5:15 PM
> > To: Eli Britstein; Tetsuya Mukawa; dev at dpdk.org
> >
> -Original Message-
> From: Iremonger, Bernard
> Sent: Tuesday, July 19, 2016 4:09 PM
> To: Mcnamara, John ; dev at dpdk.org
> Cc: Liu, Yong ; Xu, Qian Q ;
> yuanhan.liu at linux.intel.com; Iremonger, Bernard
>
> Subject: [PATCH v5 2/2] doc: add live migr
This patch adds an image of the Live Migration for
virtio and sriov test configuration.
Signed-off-by: Bernard Iremonger
---
doc/guides/howto/img/lm_bond_virtio_sriov.svg | 666 ++
doc/guides/howto/lm_bond_virtio_sriov.rst | 4 +
2 files changed, 670 insertions
On 07/19/2016 12:18 PM, Eli Britstein wrote:
>
>
>> -Original Message-
>> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp]
>> Sent: Tuesday, 19 July, 2016 5:49 AM
>> To: Eli Britstein; dev at dpdk.org
>> Cc: Iremonger, Bernard
>> Subject: Re
> -Original Message-
> From: Declan Doherty [mailto:declan.doherty at intel.com]
> Sent: Tuesday, 19 July, 2016 5:15 PM
> To: Eli Britstein; Tetsuya Mukawa; dev at dpdk.org
> Cc: Iremonger, Bernard
> Subject: Re: [dpdk-dev] SRIOV hot unplug
>
> On 07/19/2016 12:18
Hi John,
> -Original Message-
> From: Mcnamara, John
> Sent: Tuesday, July 19, 2016 3:09 PM
> To: Iremonger, Bernard ; dev at dpdk.org
> Cc: Liu, Yong ; Xu, Qian Q ;
> yuanhan.liu at linux.intel.com
> Subject: RE: [PATCH v4 2/2] doc: add live migrati
> -Original Message-
> From: Iremonger, Bernard
> Sent: Monday, July 18, 2016 11:17 AM
> To: Mcnamara, John ; dev at dpdk.org
> Cc: Liu, Yong ; Xu, Qian Q ;
> yuanhan.liu at linux.intel.com; Iremonger, Bernard
>
> Subject: [PATCH v4 2/2] doc: add live migr
day, 17 July, 2016 11:53 PM
>> To: Eli Britstein; dev at dpdk.org
>> Cc: Iremonger, Bernard
>> Subject: RE: SRIOV hot unplug
>>
>> Hi Eli,
>>
>> The DPDK application in the VM should remove the slave device from the
>> bond device, stop, close
> -Original Message-
> From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp]
> Sent: Tuesday, 19 July, 2016 5:49 AM
> To: Eli Britstein; dev at dpdk.org
> Cc: Iremonger, Bernard
> Subject: Re: [dpdk-dev] SRIOV hot unplug
>
> Hi Eli,
>
> On 2016/07/18 17:4
This patch adds an image of the Live Migration for
virtio and sriov test configuration.
Signed-off-by: Bernard Iremonger
---
doc/guides/howto/lm_bond_virtio_sriov.rst | 4
1 file changed, 4 insertions(+)
diff --git a/doc/guides/howto/lm_bond_virtio_sriov.rst
b/doc/guides/howto
To: Eli Britstein; dev at dpdk.org
> Cc: Iremonger, Bernard
> Subject: RE: SRIOV hot unplug
>
> Hi Eli,
>
> The DPDK application in the VM should remove the slave device from the
> bond device, stop, close and detach the device in the VM before doing "virsh
> detach-d
rg] On Behalf Of Eli Britstein
> Sent: Sunday, July 17, 2016 9:58 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] SRIOV hot unplug
>
> Hello,
>
> A DPDK application with a DPDK bond device, with 2 slaves: one vnic, and
> another is a SRIOV VF connected as a pathrough.
&
Hello,
A DPDK application with a DPDK bond device, with 2 slaves: one vnic, and
another is a SRIOV VF connected as a pathrough.
The bond device is configured as ACTIVE/BACKUP, and the primary is the VF slave.
Now, I do "virsh detach-device" from the host, and the DPDK process in th
Hi ..,
I am trying to find a way to use dpdk in a VM with sriov nic
without using igb_uio.
uio_pci_generic: failed with "No IRQ assigned to device: no support for
interrupts?".
vfio-pci also doesn't work on linux < 4.5 and need dpdk > 16.04.
Is this a deadend for dpdk+
On Mon, Jun 13, 2016 at 05:40:39PM +0200, nirmoy das wrote:
> Hi ..,
>
> I am trying to find a way to use dpdk in a VM with sriov nic
> without using igb_uio.
>
> uio_pci_generic: failed with "No IRQ assigned to device: no support for
> interrupts?".
> vfio-pc
This patch adds following SRIOV features to qede PMD:
- VF configuration
- VF intialization/de-initialization
- VF PF communications channel
- statistics capture and query
Signed-off-by: Harish Patil
Signed-off-by: Rasesh Mody
Signed-off-by: Sony Chacko
---
drivers/net/qede/Makefile
This patch adds following SRIOV features to qede PMD:
- VF configuration
- VF intialization/de-initialization
- VF PF communications channel
- statistics capture and query
Signed-off-by: Harish Patil
Signed-off-by: Rasesh Mody
Signed-off-by: Sony Chacko
---
drivers/net/qede/Makefile
This patch adds following SRIOV features to qede PMD:
- VF configuration
- VF intialization/de-initialization
- VF PF communications channel
- statistics capture and query
Signed-off-by: Harish Patil
Signed-off-by: Rasesh Mody
Signed-off-by: Sony Chacko
---
drivers/net/qede/Makefile
1 - 100 of 184 matches
Mail list logo