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

Fix compile issues #85

Merged
merged 17 commits into from
Jul 7, 2023
Merged

Fix compile issues #85

merged 17 commits into from
Jul 7, 2023

Commits on Jun 9, 2023

  1. clean go download

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f3e41b3 View commit details
    Browse the repository at this point in the history
  2. making changes to the go vpp api

    As we upgrade to a never version of vpp (23.02) we are hitting build
    issues due to outdated go api files. This patch fixes this issue.
    
    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    Signed-off-by: Eoghan Russell <eoghan.russell@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7bda577 View commit details
    Browse the repository at this point in the history
  3. updating govpp api 0.7

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6c94c74 View commit details
    Browse the repository at this point in the history
  4. updating go mods

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ea8e9b8 View commit details
    Browse the repository at this point in the history
  5. update static scan tool settings

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5cba966 View commit details
    Browse the repository at this point in the history
  6. adding Dockerfile

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    73f83a6 View commit details
    Browse the repository at this point in the history
  7. update github action

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9fdff5a View commit details
    Browse the repository at this point in the history
  8. updating go test vpp links

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    20864a0 View commit details
    Browse the repository at this point in the history
  9. update github action hadolint

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7d2e525 View commit details
    Browse the repository at this point in the history
  10. go mod tidy & githubtool updates

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    beba4d1 View commit details
    Browse the repository at this point in the history
  11. api updates

    updates flagged by golangci-lint
    
    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9960eae View commit details
    Browse the repository at this point in the history
  12. update addip section to work with new api

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f37a69d View commit details
    Browse the repository at this point in the history
  13. Adding copy command to userspace dockerfile

    when the pod spins up across the cluster it copies the userspace binary
    to the host and then terminates. kubernetes then interacts with this
    binary from the host
    
    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    957c06e View commit details
    Browse the repository at this point in the history
  14. fix find bridge function

    VPP changed default calue for SwIfIndex to 4294967295
    As go was setting this to 0 the bridge was never found
    
    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    bb51497 View commit details
    Browse the repository at this point in the history
  15. tidy vpp memif

    Code was commented out as api had changed, removing comment
    as testing shows this isn't needed
    
    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7d958fb View commit details
    Browse the repository at this point in the history
  16. bump go version

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    89af761 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. increase timeout for github action

    Signed-off-by: John O'Loughlin <john.oloughlin@intel.com>
    johnoloughlin committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3ff5cd3 View commit details
    Browse the repository at this point in the history