[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191114034351.162740-1-maowenan@huawei.com>
Date: Thu, 14 Nov 2019 11:43:51 +0800
From: Mao Wenan <maowenan@...wei.com>
To: <ast@...nel.org>, <daniel@...earbox.net>, <kafai@...com>,
<songliubraving@...com>, <yhs@...com>, <andriin@...com>,
<davem@...emloft.net>, <corbet@....net>
CC: <netdev@...r.kernel.org>, <bpf@...r.kernel.org>,
<linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>, Mao Wenan <maowenan@...wei.com>
Subject: [PATCH net] bpf: doc: change right arguments for JIT example code
The example codes for JIT of x86_64, use wrong
arguments to when call function bar().
Signed-off-by: Mao Wenan <maowenan@...wei.com>
---
Documentation/networking/filter.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt
index 319e5e0..c4a328f 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -770,10 +770,10 @@ Some core changes of the new internal format:
callq foo
mov %rax,%r13
mov %rbx,%rdi
- mov $0x2,%esi
- mov $0x3,%edx
- mov $0x4,%ecx
- mov $0x5,%r8d
+ mov $0x6,%esi
+ mov $0x7,%edx
+ mov $0x8,%ecx
+ mov $0x9,%r8d
callq bar
add %r13,%rax
mov -0x228(%rbp),%rbx
--
2.7.4
Powered by blists - more mailing lists