RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1446363 - add remcsumrx and remcsumtx for vxlan
Summary: add remcsumrx and remcsumtx for vxlan
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: iproute
Version: 7.3
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Phil Sutter
QA Contact: Jaroslav Aster
URL:
Whiteboard:
Depends On:
Blocks: 1323132
TreeView+ depends on / blocked
 
Reported: 2017-04-27 18:12 UTC by Jan Tluka
Modified: 2017-06-16 14:17 UTC (History)
5 users (show)

Fixed In Version: iproute-3.10.0-83.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-16 14:17:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Tluka 2017-04-27 18:12:47 UTC
Description of problem:

RHEL7 kernel supports remote checksum offload for vxlan tunnels (RCO). However iproute does not provide vxlan options to enable this feature.

Following commit added this upstream:

commit 35f59d862fc9dec1e4af675c5ce776ba44be7eb7
Author: Tom Herbert <tom>
Date:   Fri Nov 27 10:23:43 2015 -0800

    vxlan: Add support for remote checksum offload


Version-Release number of selected component (if applicable):
iproute-3.10.0-82.el7.x86_64

How reproducible:


Steps to Reproduce:

ip link add name vxlan0 type vxlan id 42 group 239.1.1.1 dev eth0 \
        udpcsum remcsumtx remcsumrx

Actual results:

vxlan: unknown command "remcsumtx"?


Expected results:

iproute configures vxlan succesfully
Additional info:

Comment 1 Jan Tluka 2017-04-27 18:27:12 UTC
This is the expected output (using upstream iproute):

# ./ip/ip link add name vxlan0 type vxlan id 42 group 239.1.1.1 dev p7p1 udpcsum remcsumtx remcsumrx
vxlan: destination port not specified
Will use Linux kernel default (non-standard value)
Use 'dstport 4789' to get the IANA assigned value
Use 'dstport 0' to get default and quiet this message

# ./ip/ip -d link show dev vxlan0
10: vxlan0: <BROADCAST,MULTICAST> mtu 1450 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 3e:c4:31:41:93:d9 brd ff:ff:ff:ff:ff:ff promiscuity 0 
    vxlan id 42 group 239.1.1.1 dev p7p1 srcport 0 0 dstport 8472 ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx remcsumtx remcsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535

Comment 4 Jiri Benc 2017-06-08 17:45:02 UTC
I filed bug 1459975 to remove this.


Note You need to log in before you can comment on or make changes to this bug.