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 EXPORT_SYMBOL macro for tcp_tso_autosize function #8

Open
wants to merge 8 commits into
base: v3
Choose a base branch
from

Conversation

ashutoshs25
Copy link

Since the tcp_tso_autosize function is now being used by tcp_bbr1.c, I have added the EXPORT_SYMBOL macro for this function in tcp_output.c. Without this, compiling the v3 kernel after enabling the BBRv1 module in menuconfig, results in a compilation error.

nealcardwell and others added 8 commits July 25, 2023 13:01
- runs a small set of simple tests
  - sets up netem to emulate a configured network scenario
  - runs /usr/bin/netperf and /usr/bin/netserver to generate traffic
  - writes pcaps and ss logs
- analyzes test results
- generates graphs

Usage:
  cd gtests/net/tcp/bbr/nsperf/
  ./configure.sh
  ./run_tests.sh
  ./graph_tests.sh

Thanks for Jason Xing <[email protected]> for an included bug
fix: 0e156e9

Effort: net-test
Change-Id: I38662f554b3c905aa79947a2c52a2ecfe3943f8c
Change-Id: I418eb97552991b29723137392e9a6aebe66f8b82
Change-Id: Iac1ffdd9eb84452eff22d7575b48a805f5f42284
…mation

This commit provides a .patch file that is intended to be applied to
an iproute2 source tree fetched from:
   git://git.kernel.org/pub/scm/network/iproute2/iproute2.git

The patch provides support to allow the "ss" command line tool to
prind the information exported by BBRv3.
…oute feature

This commit provides a .patch file that is intended to be applied to
an iproute2 source tree fetched from:
  git://git.kernel.org/pub/scm/network/iproute2/iproute2.git

The patch provides support to allow a new ecn_low per-route feature.

Change-Id: Ifb7e9a3071ec51f1f08c3e760b9323c380dcc8eb
…fo tcpi_options TCPI_OPT_ECN_LOW bit is set

This commit provides a .patch file that is intended to be applied to
an iproute2 source tree fetched from:
  git://git.kernel.org/pub/scm/network/iproute2/iproute2.git

The patch provides support to show a new ecn_low per-route feature.
Change-Id: I53254e30ada20dae7a4e68d6e6e6a9ebbf356dee
Copy link

google-cla bot commented Nov 9, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants