[everflow]: Add Mellanox support due to specific GRE packet format#1077
Merged
stcheng merged 1 commit intosonic-net:masterfrom Aug 21, 2019
Merged
[everflow]: Add Mellanox support due to specific GRE packet format#1077stcheng merged 1 commit intosonic-net:masterfrom
stcheng merged 1 commit intosonic-net:masterfrom
Conversation
Mallnox uses a different GRE protocol 0x8949 and crafts extra information in the packet that we need to take care of specifically. Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Contributor
|
Verified on Mellanox device. |
Contributor
Author
|
@yvolynets-mlnx thanks for the confirmation! |
yxieca
pushed a commit
that referenced
this pull request
Aug 21, 2019
…1077) Mallnox uses a different GRE protocol 0x8949 and crafts extra information in the packet that we need to take care of specifically. Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
) Remove duplicate cisco-8000 functions and call to those functions (sonic-net#1077) Support For CISCO debug-shell in syncd-container (sonic-net#1070) Fix submodule SAI branch name (sonic-net#1031) Signed-off-by: Kevin Wang <shengkaiwang@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…net#5288) - Kernel: [201811] Fix I2C ISMT DMA buffer alignment issue (sonic-net#158)[201811] Fix I2C ISMT DMA buffer alignment issue (sonic-net#158) - utilities: Fix pfcwd stats crash with invalid queue name (sonic-net#1077) - sairedis: [syncd] Fix notification on switch shutdown request (sonic-net#638) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Fix error when running 'show lldp table' or 'show lldp neighbor' through SSH command. (sonic-net#1067) [201911]: Multi asic show interface support (sonic-net#1070) [counterpoll] Add new FC group for port buffer drop counters (sonic-net#1024) [201911] show interface portchannel support for Multi ASIC (sonic-net#1071) Fix a typo in mellanox_buffer_migrator (sonic-net#1090) Fix pfcwd stats crash with invalid queue name (sonic-net#1077) [PFCWD] Fix issue with "pfcwd show stats" command during SONiC init (sonic-net#1018) enable watchdog before running platform specific reboot plugin (sonic-net#1037) Add namespace of the process in the coredump filename. (sonic-net#1091)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mallnox uses a different GRE protocol 0x8949 and crafts extra information
in the packet that we need to take care of specifically.
Signed-off-by: Shu0T1an ChenG shuche@microsoft.com