Re: [PATCH v2 1/2] net/bonding: introduce direct link bonding mode

2024-12-12 Thread lihuisong (C)
在 2024/12/13 2:07, Stephen Hemminger 写道: On Fri, 12 Apr 2024 14:27:39 +0200 Kamil Vojanec wrote: This patch adds a new bonding mode: 'direct'. The purpose of this mode is to redirect output packets to the same member port on which they were received. In case the requested port is not among t

Re: [PATCH v2 1/2] net/bonding: introduce direct link bonding mode

2024-07-09 Thread Kamil Vojanec
Hi, I don't find the 'direct' mode in latest Linux. Do you have a plan to do this in Linux No, I was not planning on any Linux kernel contributions. IIUC, the 'direct' mode just to let the packets from one port send out at the same port, right? If it is, why do you introduce this new mode? It

Re: [PATCH v2 1/2] net/bonding: introduce direct link bonding mode

2024-07-09 Thread lihuisong (C)
Hi Kamil, 在 2024/4/12 20:27, Kamil Vojanec 写道: This patch adds a new bonding mode: 'direct'. The purpose of this mode is to redirect output packets to the same member port on which they were received. In case the requested port is not among the member ports, round robin TX mode is used as a fall

Re: [PATCH v2 1/2] net/bonding: introduce direct link bonding mode

2024-07-05 Thread Ferruh Yigit
On 4/12/2024 1:27 PM, Kamil Vojanec wrote: > This patch adds a new bonding mode: 'direct'. The purpose of this mode > is to redirect output packets to the same member port on which they were > received. In case the requested port is not among the member ports, > round robin TX mode is used as a fal

[PATCH v2 1/2] net/bonding: introduce direct link bonding mode

2024-04-12 Thread Kamil Vojanec
This patch adds a new bonding mode: 'direct'. The purpose of this mode is to redirect output packets to the same member port on which they were received. In case the requested port is not among the member ports, round robin TX mode is used as a fallback. Signed-off-by: Kamil Vojanec --- app/test