Re: [ovs-dev] [PATCH, v4] netdev: Sync'ed and cleaned {get, set}_config().

2023-10-11 Thread Jakob Meng
On 09.10.23 15:27, Ilya Maximets wrote: > On 10/8/23 10:00, Jakob Meng wrote: >> >> On 06.10.23 20:00, Ilya Maximets wrote: >>> On 10/6/23 09:49, Jakob Meng wrote: On 05.10.23 21:08, Ilya Maximets wrote: > On 10/4/23 14:21, jm...@redhat.com wrote: >> diff --git a/tests/pmd.at b/tests/p

Re: [ovs-dev] [PATCH, v4] netdev: Sync'ed and cleaned {get, set}_config().

2023-10-09 Thread Ilya Maximets
On 10/8/23 10:00, Jakob Meng wrote: > > > On 06.10.23 20:00, Ilya Maximets wrote: >> On 10/6/23 09:49, Jakob Meng wrote: >>> On 05.10.23 21:08, Ilya Maximets wrote: On 10/4/23 14:21, jm...@redhat.com wrote: > diff --git a/tests/pmd.at b/tests/pmd.at > index 7bdaca9e7..fb838286b 10064

Re: [ovs-dev] [PATCH, v4] netdev: Sync'ed and cleaned {get, set}_config().

2023-10-08 Thread Jakob Meng
On 06.10.23 20:00, Ilya Maximets wrote: > On 10/6/23 09:49, Jakob Meng wrote: >> On 05.10.23 21:08, Ilya Maximets wrote: >>> On 10/4/23 14:21, jm...@redhat.com wrote: diff --git a/tests/pmd.at b/tests/pmd.at index 7bdaca9e7..fb838286b 100644 --- a/tests/pmd.at +++ b/tests/pmd

Re: [ovs-dev] [PATCH, v4] netdev: Sync'ed and cleaned {get, set}_config().

2023-10-06 Thread Ilya Maximets
On 10/6/23 09:49, Jakob Meng wrote: > On 05.10.23 21:08, Ilya Maximets wrote: >> On 10/4/23 14:21, jm...@redhat.com wrote: >>> diff --git a/tests/pmd.at b/tests/pmd.at >>> index 7bdaca9e7..fb838286b 100644 >>> --- a/tests/pmd.at >>> +++ b/tests/pmd.at >>> @@ -93,11 +93,11 @@ pmd thread numa_id cor

Re: [ovs-dev] [PATCH, v4] netdev: Sync'ed and cleaned {get, set}_config().

2023-10-06 Thread Jakob Meng
On 05.10.23 21:08, Ilya Maximets wrote: > On 10/4/23 14:21, jm...@redhat.com wrote: >> diff --git a/tests/pmd.at b/tests/pmd.at >> index 7bdaca9e7..fb838286b 100644 >> --- a/tests/pmd.at >> +++ b/tests/pmd.at >> @@ -93,11 +93,11 @@ pmd thread numa_id core_id : >>overhead: NOT AVAIL >> ]) >>

Re: [ovs-dev] [PATCH, v4] netdev: Sync'ed and cleaned {get, set}_config().

2023-10-05 Thread Ilya Maximets
On 10/4/23 14:21, jm...@redhat.com wrote: > From: Jakob Meng > > For better usability, the function pairs get_config() and > set_config() for each netdev should be symmetric: Options which are > accepted by set_config() should be returned by get_config() and the > latter should output valid optio

[ovs-dev] [PATCH, v4] netdev: Sync'ed and cleaned {get, set}_config().

2023-10-04 Thread jmeng
From: Jakob Meng For better usability, the function pairs get_config() and set_config() for each netdev should be symmetric: Options which are accepted by set_config() should be returned by get_config() and the latter should output valid options for set_config() only. This patch moves key-value