| Submitter | Jason Wang |
|---|---|
| Date | Sept. 27, 2011, 10:03 a.m. |
| Message ID | <20110927100354.18039.92505.stgit@dhcp-91-7.nay.redhat.com.englab.nay.redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/116566/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Jason Wang <jasowang@redhat.com> Date: Tue, 27 Sep 2011 18:03:55 +0800 > Signed-off-by: Jason Wang <jasowang@redhat.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/Documentation/networking/scaling.txt b/Documentation/networking/scaling.txt index 58fd741..8ce7c30 100644 --- a/Documentation/networking/scaling.txt +++ b/Documentation/networking/scaling.txt @@ -243,7 +243,7 @@ configured. The number of entries in the global flow table is set through: The number of entries in the per-queue flow table are set through: - /sys/class/net/<dev>/queues/tx-<n>/rps_flow_cnt + /sys/class/net/<dev>/queues/rx-<n>/rps_flow_cnt == Suggested Configuration
Signed-off-by: Jason Wang <jasowang@redhat.com> --- Documentation/networking/scaling.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html