Re: [ovs-dev] [PATCH 1/2] docs: afxdp: Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling.

2024-05-29 Thread Eelco Chaudron


On 28 May 2024, at 17:44, Ilya Maximets wrote:

> On 5/22/24 14:47, Eelco Chaudron wrote:
>>
>>
>> On 21 May 2024, at 17:47, Simon Horman wrote:
>>
>>> On Tue, May 21, 2024 at 08:35:21AM +0200, Eelco Chaudron wrote:


 On 20 May 2024, at 20:13, Simon Horman wrote:

> From: Ville Skyttä 
>
> Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling "EBPF" vs "BPF").
>
> Signed-off-by: Ville Skyttä 
> [simon: added commit meesage]

 I guess this line was a leftover of your merge/tooling?
>>>
>>> It was intentional, but I can drop it.
>>
>> It looked odd, maybe this is more a remark for the -- section, i.e. not part 
>> of the actual commit message?
>
> It's a normal practice to add such remarks to the commit message
> when committer made some noticeable changes to the original patch,
> or if they want to clarify something that wasn't fully explained
> by the original commit message.  I add those sometimes as well.

Ack, learned something today ;)

//Eelco

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH 1/2] docs: afxdp: Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling.

2024-05-28 Thread Ilya Maximets
On 5/22/24 14:47, Eelco Chaudron wrote:
> 
> 
> On 21 May 2024, at 17:47, Simon Horman wrote:
> 
>> On Tue, May 21, 2024 at 08:35:21AM +0200, Eelco Chaudron wrote:
>>>
>>>
>>> On 20 May 2024, at 20:13, Simon Horman wrote:
>>>
 From: Ville Skyttä 

 Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling "EBPF" vs "BPF").

 Signed-off-by: Ville Skyttä 
 [simon: added commit meesage]
>>>
>>> I guess this line was a leftover of your merge/tooling?
>>
>> It was intentional, but I can drop it.
> 
> It looked odd, maybe this is more a remark for the -- section, i.e. not part 
> of the actual commit message?

It's a normal practice to add such remarks to the commit message
when committer made some noticeable changes to the original patch,
or if they want to clarify something that wasn't fully explained
by the original commit message.  I add those sometimes as well.

Best regards, Ilya Maximets.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH 1/2] docs: afxdp: Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling.

2024-05-22 Thread Eelco Chaudron


On 21 May 2024, at 17:47, Simon Horman wrote:

> On Tue, May 21, 2024 at 08:35:21AM +0200, Eelco Chaudron wrote:
>>
>>
>> On 20 May 2024, at 20:13, Simon Horman wrote:
>>
>>> From: Ville Skyttä 
>>>
>>> Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling "EBPF" vs "BPF").
>>>
>>> Signed-off-by: Ville Skyttä 
>>> [simon: added commit meesage]
>>
>> I guess this line was a leftover of your merge/tooling?
>
> It was intentional, but I can drop it.

It looked odd, maybe this is more a remark for the -- section, i.e. not part of 
the actual commit message?

>>
>> The rest looks good.
>>
>> Acked-by: Eelco Chaudron 
>
> Thanks

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH 1/2] docs: afxdp: Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling.

2024-05-21 Thread Simon Horman
On Tue, May 21, 2024 at 08:35:21AM +0200, Eelco Chaudron wrote:
> 
> 
> On 20 May 2024, at 20:13, Simon Horman wrote:
> 
> > From: Ville Skyttä 
> >
> > Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling "EBPF" vs "BPF").
> >
> > Signed-off-by: Ville Skyttä 
> > [simon: added commit meesage]
> 
> I guess this line was a leftover of your merge/tooling?

It was intentional, but I can drop it.

> 
> The rest looks good.
> 
> Acked-by: Eelco Chaudron 

Thanks
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH 1/2] docs: afxdp: Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling.

2024-05-21 Thread Eelco Chaudron


On 20 May 2024, at 20:13, Simon Horman wrote:

> From: Ville Skyttä 
>
> Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling "EBPF" vs "BPF").
>
> Signed-off-by: Ville Skyttä 
> [simon: added commit meesage]

I guess this line was a leftover of your merge/tooling?

The rest looks good.

Acked-by: Eelco Chaudron 


> Signed-off-by: Simon Horman 
> ---
>  Documentation/intro/install/afxdp.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/intro/install/afxdp.rst 
> b/Documentation/intro/install/afxdp.rst
> index 964d9ef5b1d0..7fa8088c6eeb 100644
> --- a/Documentation/intro/install/afxdp.rst
> +++ b/Documentation/intro/install/afxdp.rst
> @@ -103,7 +103,7 @@ vSwitch with AF_XDP will require the following:
>
>* CONFIG_BPF_JIT=y (Performance)
>
> -  * CONFIG_HAVE_BPF_JIT=y (Performance)
> +  * CONFIG_HAVE_EBPF_JIT=y (Performance)
>
>* CONFIG_XDP_SOCKETS_DIAG=y (Debugging)
>
>
> -- 
> 2.43.0
>
> ___
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH 1/2] docs: afxdp: Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling.

2024-05-20 Thread 0-day Robot
Bleep bloop.  Greetings 'Simon Horman', I am a robot and I have tried out your 
patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
WARNING: Unexpected sign-offs from developers who are not authors or co-authors 
or committers: Simon Horman 
Lines checked: 31, Warnings: 1, Errors: 0


Please check this out.  If you feel there has been an error, please email 
acon...@redhat.com

Thanks,
0-day Robot
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH 1/2] docs: afxdp: Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling.

2024-05-20 Thread 'Simon Horman'
From: Ville Skyttä 

Fix CONFIG_HAVE_EBPF_JIT Kconfig option spelling "EBPF" vs "BPF").

Signed-off-by: Ville Skyttä 
[simon: added commit meesage]
Signed-off-by: Simon Horman 
---
 Documentation/intro/install/afxdp.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/intro/install/afxdp.rst 
b/Documentation/intro/install/afxdp.rst
index 964d9ef5b1d0..7fa8088c6eeb 100644
--- a/Documentation/intro/install/afxdp.rst
+++ b/Documentation/intro/install/afxdp.rst
@@ -103,7 +103,7 @@ vSwitch with AF_XDP will require the following:
 
   * CONFIG_BPF_JIT=y (Performance)
 
-  * CONFIG_HAVE_BPF_JIT=y (Performance)
+  * CONFIG_HAVE_EBPF_JIT=y (Performance)
 
   * CONFIG_XDP_SOCKETS_DIAG=y (Debugging)
 

-- 
2.43.0

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev