Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UDP GSO/GRO support #1616

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Add UDP GSO/GRO support

513fce1
Select commit
Loading
Failed to load commit list.
Open

Add UDP GSO/GRO support #1616

Add UDP GSO/GRO support
513fce1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 12, 2023 in 4m 38s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1616 Add UDP GSO/GRO support.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Compiler OS State
1458.1 gcc Linux passed
1458.2 clang Linux passed
1458.3 gcc macOS failed
1458.4 clang macOS failed
1458.5 gcc freebsd failed
1458.6 clang freebsd failed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Xenial), macOS, freebsd
Compiler Versions gcc, clang
Build Configuration
{
  "language": "c",
  "os": [
    "linux",
    "osx",
    "freebsd"
  ],
  "dist": "xenial",
  "compiler": [
    "gcc",
    "clang"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "ImUmX7hcYotHWCDBfOcIvF6H7kkeGqiaUCy7SVPFtgPbz33ttpbRd94E7oxWVmZMLKb+i6+JCujTEWGwGBimzH+DjL0LLWs0ShzXZIUa1UzEPTc4hgV6VAxucYKFg2WrbXgOPWbulkMG1VZ6pX7GlAEGf0qyNqn44F7S2ay9m18="
          }
        ]
      }
    ]
  },
  "script": [
    "./configure && make && make check"
  ]
}