Re: [PATCH net-next v2 07/14] net: ethernet: qualcomm: Initialize PPE queue settings

2025-01-08 Thread Christophe JAILLET
Le 08/01/2025 à 14:47, Luo Jie a écrit : Configure unicast and multicast hardware queues for the PPE ports to enable packet forwarding between the ports. Each PPE port is assigned with a range of queues. The queue ID selection for a packet is decided by the queue base and queue offset that is co

Re: [PATCH net-next v2 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings

2025-01-08 Thread Christophe JAILLET
Le 08/01/2025 à 14:47, Luo Jie a écrit : The PPE scheduler settings determine the priority of scheduling the packet across the different hardware queues per PPE port. Signed-off-by: Luo Jie ... +/* Scheduler configuration for dispatching packet on PPE queues, which + * is different per SoC.

Re: [PATCH net-next v2 03/14] net: ethernet: qualcomm: Add PPE driver for IPQ9574 SoC

2025-01-08 Thread Christophe JAILLET
Le 08/01/2025 à 14:47, Luo Jie a écrit : The PPE (Packet Process Engine) hardware block is available on Qualcomm IPQ SoC that support PPE architecture, such as IPQ9574. The PPE in IPQ9574 includes six integrated ethernet MAC (for 6 PPE ports), buffer management, queue management and scheduler fu

[PATCH] bug-hunting.rst: Fix an example and a typo in a Sphinx tag

2017-10-20 Thread Christophe JAILLET
- Use the same file name in the explanation and in the example (conex.c vs sonixj.c) - Add a missing ':' in a :ref: tag which leads to incorrect Shpinx output - Add some missing ',' and ';' Signed-off-by: Christophe JAILLET --- Documentation/admin-guide/bug-hu