mbox series

[ovs-dev,v8,0/3] netdev: Sync and clean {get, set}_config() callbacks.

Message ID 20231113085347.11450-1-jmeng@redhat.com
Headers show
Series netdev: Sync and clean {get, set}_config() callbacks. | expand

Message

Jakob Meng Nov. 13, 2023, 8:53 a.m. UTC
From: Jakob Meng <code@jakobmeng.de>

This patch series incorporates Ilya's comments for v7 and has been rebased to master:
* fixed afxdp status descriptions in vswitchd/vswitch.xml
* be consistent with rx/Rx/RX/tx/Tx/TX in vswitchd/vswitch.xml

Jakob Meng (3):
  netdev-dummy: Sync and clean {get,set}_config() callbacks.
  netdev-afxdp: Sync and clean {get,set}_config() callbacks.
  netdev-dpdk: Sync and clean {get,set}_config() callbacks.

 Documentation/intro/install/afxdp.rst |  12 +--
 Documentation/topics/dpdk/phy.rst     |   4 +-
 NEWS                                  |   7 ++
 lib/netdev-afxdp.c                    |  21 ++++-
 lib/netdev-afxdp.h                    |   1 +
 lib/netdev-dpdk.c                     | 113 ++++++++++++++++++--------
 lib/netdev-dummy.c                    |  19 ++++-
 lib/netdev-linux-private.h            |   1 +
 lib/netdev-linux.c                    |   4 +-
 tests/pmd.at                          |  26 +++---
 tests/system-dpdk.at                  |  64 +++++++++------
 vswitchd/vswitch.xml                  |  25 +++++-
 12 files changed, 209 insertions(+), 88 deletions(-)

--
2.39.2

Comments

Kevin Traynor Nov. 14, 2023, 11:17 a.m. UTC | #1
On 13/11/2023 08:53, jmeng@redhat.com wrote:
> From: Jakob Meng <code@jakobmeng.de>
> 
> This patch series incorporates Ilya's comments for v7 and has been rebased to master:
> * fixed afxdp status descriptions in vswitchd/vswitch.xml
> * be consistent with rx/Rx/RX/tx/Tx/TX in vswitchd/vswitch.xml
> 
> Jakob Meng (3):
>    netdev-dummy: Sync and clean {get,set}_config() callbacks.
>    netdev-afxdp: Sync and clean {get,set}_config() callbacks.
>    netdev-dpdk: Sync and clean {get,set}_config() callbacks.
> 
>   Documentation/intro/install/afxdp.rst |  12 +--
>   Documentation/topics/dpdk/phy.rst     |   4 +-
>   NEWS                                  |   7 ++
>   lib/netdev-afxdp.c                    |  21 ++++-
>   lib/netdev-afxdp.h                    |   1 +
>   lib/netdev-dpdk.c                     | 113 ++++++++++++++++++--------
>   lib/netdev-dummy.c                    |  19 ++++-
>   lib/netdev-linux-private.h            |   1 +
>   lib/netdev-linux.c                    |   4 +-
>   tests/pmd.at                          |  26 +++---
>   tests/system-dpdk.at                  |  64 +++++++++------
>   vswitchd/vswitch.xml                  |  25 +++++-
>   12 files changed, 209 insertions(+), 88 deletions(-)
> 
> --
> 2.39.2
> 

Ilya's documentation comments from v7 were resolved in v8.

Added Robin's RvB from earlier version to relevant patches.

Applied. Thanks Jakob, Robin, Ilya and others who had comments on early 
versions.
Jakob Meng Nov. 14, 2023, 11:40 a.m. UTC | #2
On 14.11.23 12:17, Kevin Traynor wrote:
> On 13/11/2023 08:53, jmeng@redhat.com wrote:
>> From: Jakob Meng <code@jakobmeng.de>
>>
>> This patch series incorporates Ilya's comments for v7 and has been rebased to master:
>> * fixed afxdp status descriptions in vswitchd/vswitch.xml
>> * be consistent with rx/Rx/RX/tx/Tx/TX in vswitchd/vswitch.xml
>>
>> Jakob Meng (3):
>>    netdev-dummy: Sync and clean {get,set}_config() callbacks.
>>    netdev-afxdp: Sync and clean {get,set}_config() callbacks.
>>    netdev-dpdk: Sync and clean {get,set}_config() callbacks.
>>
>>   Documentation/intro/install/afxdp.rst |  12 +--
>>   Documentation/topics/dpdk/phy.rst     |   4 +-
>>   NEWS                                  |   7 ++
>>   lib/netdev-afxdp.c                    |  21 ++++-
>>   lib/netdev-afxdp.h                    |   1 +
>>   lib/netdev-dpdk.c                     | 113 ++++++++++++++++++--------
>>   lib/netdev-dummy.c                    |  19 ++++-
>>   lib/netdev-linux-private.h            |   1 +
>>   lib/netdev-linux.c                    |   4 +-
>>   tests/pmd.at                          |  26 +++---
>>   tests/system-dpdk.at                  |  64 +++++++++------
>>   vswitchd/vswitch.xml                  |  25 +++++-
>>   12 files changed, 209 insertions(+), 88 deletions(-)
>>
>> -- 
>> 2.39.2
>>
>
> Ilya's documentation comments from v7 were resolved in v8.
>
> Added Robin's RvB from earlier version to relevant patches.
>
> Applied. Thanks Jakob, Robin, Ilya and others who had comments on early versions.
>

Thank you so much 🥳