Re: [RFC PATCH 2/4] net/bonding: move testpmd commands

2022-05-24 Thread Konstantin Ananyev
24/05/2022 11:15, Thomas Monjalon пишет: 24/05/2022 11:40, Konstantin Ananyev: 20/05/2022 07:59, Andrew Rybchenko пишет: On 5/19/22 14:26, Thomas Monjalon wrote: 19/05/2022 09:40, David Marchand: On Thu, May 19, 2022 at 1:25 AM Konstantin Ananyev wrote: 18/05/2022 18:24, David Marchand пише

Re: [RFC PATCH 2/4] net/bonding: move testpmd commands

2022-05-24 Thread Thomas Monjalon
24/05/2022 11:40, Konstantin Ananyev: > 20/05/2022 07:59, Andrew Rybchenko пишет: > > On 5/19/22 14:26, Thomas Monjalon wrote: > >> 19/05/2022 09:40, David Marchand: > >>> On Thu, May 19, 2022 at 1:25 AM Konstantin Ananyev > >>> wrote: > 18/05/2022 18:24, David Marchand пишет: > > On Fri,

Re: [RFC PATCH 2/4] net/bonding: move testpmd commands

2022-05-24 Thread Konstantin Ananyev
20/05/2022 07:59, Andrew Rybchenko пишет: On 5/19/22 14:26, Thomas Monjalon wrote: 19/05/2022 09:40, David Marchand: On Thu, May 19, 2022 at 1:25 AM Konstantin Ananyev wrote: 18/05/2022 18:24, David Marchand пишет: On Fri, May 13, 2022 at 12:10 PM Min Hu (Connor) wrote:     I think net/bo

Re: [RFC PATCH 2/4] net/bonding: move testpmd commands

2022-05-19 Thread Andrew Rybchenko
On 5/19/22 14:26, Thomas Monjalon wrote: 19/05/2022 09:40, David Marchand: On Thu, May 19, 2022 at 1:25 AM Konstantin Ananyev wrote: 18/05/2022 18:24, David Marchand пишет: On Fri, May 13, 2022 at 12:10 PM Min Hu (Connor) wrote: I think net/bonding offer 'API' for APP to use the bondin

Re: [RFC PATCH 2/4] net/bonding: move testpmd commands

2022-05-19 Thread Thomas Monjalon
19/05/2022 09:40, David Marchand: > On Thu, May 19, 2022 at 1:25 AM Konstantin Ananyev > wrote: > > 18/05/2022 18:24, David Marchand пишет: > > > On Fri, May 13, 2022 at 12:10 PM Min Hu (Connor) > > > wrote: > > >> > > >>I think net/bonding offer 'API' for APP to use the bonding. > > >>

Re: [RFC PATCH 2/4] net/bonding: move testpmd commands

2022-05-19 Thread David Marchand
On Thu, May 19, 2022 at 1:25 AM Konstantin Ananyev wrote: > 18/05/2022 18:24, David Marchand пишет: > > On Fri, May 13, 2022 at 12:10 PM Min Hu (Connor) wrote: > >> > >>I think net/bonding offer 'API' for APP to use the bonding. > >> and use the specific PMD as slave device. > >>The

Re: [RFC PATCH 2/4] net/bonding: move testpmd commands

2022-05-18 Thread Konstantin Ananyev
18/05/2022 18:24, David Marchand пишет: On Fri, May 13, 2022 at 12:10 PM Min Hu (Connor) wrote: I think net/bonding offer 'API' for APP to use the bonding. and use the specific PMD as slave device. The software framwork is like: APP ethdev bonding PMD PMD hardwar

Re: [RFC PATCH 2/4] net/bonding: move testpmd commands

2022-05-18 Thread David Marchand
On Fri, May 13, 2022 at 12:10 PM Min Hu (Connor) wrote: > > I think net/bonding offer 'API' for APP to use the bonding. > and use the specific PMD as slave device. > The software framwork is like: >APP >ethdev >bonding PMD >PMD >hardware > > so, I think cmdlines for tes

[RFC PATCH 2/4] net/bonding: move testpmd commands

2022-05-13 Thread David Marchand
Move related specific testpmd commands into this driver directory. While at it, fix checkpatch warnings. Signed-off-by: David Marchand --- app/test-pmd/cmdline.c | 1035 --- app/test-pmd/meson.build |3 - drivers/net/bonding/meson.build