RE: [Patch v6 15/18] net/mana: add function to send packets

2022-09-02 Thread Long Li
> Subject: Re: [Patch v6 15/18] net/mana: add function to send packets > > On 2022/8/31 6:51, lon...@linuxonhyperv.com wrote: > > From: Long Li > > > > With all the TX queues created, MANA can send packets over those queues. > > > > Signed-off-by: Long Li

[Patch v6 15/18] net/mana: add function to send packets

2022-08-30 Thread longli
From: Long Li With all the TX queues created, MANA can send packets over those queues. Signed-off-by: Long Li --- Change log: v2: Rename all camel cases. doc/guides/nics/features/mana.ini | 1 + drivers/net/mana/mana.c | 1 + drivers/net/mana/mana.h | 65 dri