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

Compile OK with DPDK-23.11.0 #336

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

Commits on Jun 12, 2024

  1. Compile OK for DPDK-23.11.0.

    Some features are disabled temporarily, and may cause
    things not to work. Disabled features are:
    - checksum offloads in DPDK NICs (e.g., TCP/UDP/IP)
    - primary/secondary process check in DPDK.
    yasuhironet committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ab63b4f View commit details
    Browse the repository at this point in the history
  2. fix .gitignore.

    yasuhironet committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8608d15 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    f4ba46d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. debugging dpdk/epwget.

    yasuhironet committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    26fda65 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. tcp syn is sent out!

    yasuhironet committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f2c9b4c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    e593823 View commit details
    Browse the repository at this point in the history
  2. previous fix was breaking the arp implementation.

    this commit fixes it and now epwget works by itself.
    yasuhironet committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4fe70ca View commit details
    Browse the repository at this point in the history
  3. fix buffer pointer/size malfunctioning.

    epwget correctly started to work.
    yasuhironet committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    70dc938 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. README.md update.

    yasuhironet committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    eb85870 View commit details
    Browse the repository at this point in the history
  2. README.md update.

    yasuhironet committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    34c2c34 View commit details
    Browse the repository at this point in the history
  3. fix README.md.

    yasuhironet committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1b7d41d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    8c9ff73 View commit details
    Browse the repository at this point in the history
  2. additional stats.

    yasuhironet committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    22b7cb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fix epwget: it was incorrectly break'ing the processing session

    before all file contents is written to the output file.
    yasuhironet committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    26b4880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e70a01 View commit details
    Browse the repository at this point in the history