Bug 1628811
| Summary: | [RFE] NIC Partitioning - OVS-DPDK setup on a VF | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Karthik Sundaravel <ksundara> | |
| Component: | os-net-config | Assignee: | Karthik Sundaravel <ksundara> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Miguel Angel Nieto <mnietoji> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 16.1 (Train) | CC: | aconole, bfournie, cfontain, cswanson, djuran, fbaudin, fherrman, gregraka, hakhande, hbrock, jamsmith, jslagle, kfida, ksundara, ktraynor, mburns, mnietoji, shrjoshi, spower, supadhya, tvignaud, vchundur | |
| Target Milestone: | z2 | Keywords: | FutureFeature, TestOnly, Triaged | |
| Target Release: | 16.1 (Train on RHEL 8.2) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | os-net-config-8.5.1-2.el7ost | Doc Type: | Enhancement | |
| Doc Text: |
This update adds NIC partitioning support on Intel and Mellanox NICs.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1883318 (view as bug list) | Environment: | ||
| Last Closed: | 2020-10-13 10:53:11 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1883318 | |||
|
Description
Karthik Sundaravel
2018-09-14 05:20:57 UTC
Hi Karthik, its not clear from this bug - are you working on a fix for this and is it planned for a release? Hi Bob, Yes, I am trying to identify the root cause of this and its targeted for OSP15. Thanks Karthik. Reassigned to DFG:NFV, as managed by Karthic from day1. Verified using nic and mellanox cards. Created a vm on top of dpdk network and checked that there is ping. Used puddle RHOS-16.1-RHEL-8-20200930.n.0
- type: ovs_user_bridge
name: br-link0
use_dhcp: false
mtu: 9000
ovs_extra:
- str_replace:
template: set port br-link0 tag=_VLAN_TAG_
params:
_VLAN_TAG_:
get_param: TenantNetworkVlanID
addresses:
- ip_netmask:
get_param: TenantIpSubnet
members:
- type: ovs_dpdk_bond
name: dpdkbond0
mtu: 9000
rx_queue: 1
ovs_extra:
- set port dpdkbond0 bond_mode=active-backup
members:
- type: ovs_dpdk_port
driver: mlx5_core (only for mellanox cards)
name: dpdk0
members:
- type: sriov_vf
device: nic11
vfid: 2
- type: ovs_dpdk_port
driver: mlx5_core (only for mellanox cards)
name: dpdk1
members:
- type: sriov_vf
device: nic12
vfid: 2
According to our records, this should be resolved by os-net-config-11.3.2-0.20200521033427.b34a730.el8ost. This build is available now. |