mbox series

[ovs-dev,v2,0/2] Improve userspace Tx steering documenation.

Message ID 20220124165830.73060-1-maxime.coquelin@redhat.com
Headers show
Series Improve userspace Tx steering documenation. | expand

Message

Maxime Coquelin Jan. 24, 2022, 4:58 p.m. UTC
This series is a follow-up of "Add missing tx-steering PMD
option." patch. The second patch fixes incorrect statement on
static/dynamic thread-to-txq mapping in thread mode.

Changes in v2:
==============
- Add Documentation patch to fix incorrect statement (Kevin)
- Reword thread mode documentation (Ilya)

Maxime Coquelin (2):
  vswitchd.xml: Add missing tx-steering PMD option.
  Documentation: Fix userspace Tx steering section.

 .../topics/userspace-tx-steering.rst          | 13 ++++++-----
 vswitchd/vswitch.xml                          | 23 +++++++++++++++++++
 2 files changed, 30 insertions(+), 6 deletions(-)

Comments

Ilya Maximets Jan. 31, 2022, 10:49 p.m. UTC | #1
On 1/24/22 17:58, Maxime Coquelin wrote:
> This series is a follow-up of "Add missing tx-steering PMD
> option." patch. The second patch fixes incorrect statement on
> static/dynamic thread-to-txq mapping in thread mode.
> 
> Changes in v2:
> ==============
> - Add Documentation patch to fix incorrect statement (Kevin)
> - Reword thread mode documentation (Ilya)
> 
> Maxime Coquelin (2):
>   vswitchd.xml: Add missing tx-steering PMD option.
>   Documentation: Fix userspace Tx steering section.
> 
>  .../topics/userspace-tx-steering.rst          | 13 ++++++-----
>  vswitchd/vswitch.xml                          | 23 +++++++++++++++++++
>  2 files changed, 30 insertions(+), 6 deletions(-)
> 

Thanks, Maxime and Kevin!

Applied and backported to 2.17.

Best regards, Ilya Maximets.