Skip to content

Commit aab5f98

Browse files
sukhman-sukhmeta-codesync[bot]
authored andcommitted
Fix links in Example.md (#254)
Summary: In the file `Example.md`, 2 links (RSS, IRQ affinity ("pinning")) were not working. Updated the links to point to the correct endpoint. Pull Request resolved: #254 Reviewed By: nikhildl12 Differential Revision: D86210991 Pulled By: avasylev fbshipit-source-id: 05c883698bc0cfd110ba1e0bb5e3639dcea9c00e
1 parent 0e64495 commit aab5f98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EXAMPLE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ optimization - you can omit this step, by specifying that all CPUs are using for
6363
(for example: on 4 CPU server just specify -forwarding_cores="0,1,2,3" flag)
6464

6565
If you want to use memory optimization here is an example that illustrates how to achieve this:
66-
You need to be familiar with [RSS](https://github.com/torvalds/linux/blob/master/Documentation/networking/scaling.txt)
67-
and how [IRQ affinity ("pinning")](https://github.com/torvalds/linux/blob/master/Documentation/IRQ-affinity.txt) works.
66+
You need to be familiar with [RSS](https://github.com/torvalds/linux/blob/master/Documentation/networking/scaling.rst)
67+
and how [IRQ affinity ("pinning")](https://github.com/torvalds/linux/blob/master/Documentation/core-api/irq/irq-affinity.rst) works.
6868

6969
To get a list of how many rx queues are currently configured for your interface you can run this command:
7070

0 commit comments

Comments
 (0)