Re: [Patch v4 15/17] net/mana: add function to send packets

2022-08-24 Thread Thomas Monjalon
22/08/2022 17:09, Ferruh Yigit: > On 7/9/2022 12:49 AM, lon...@linuxonhyperv.com wrote: > > + for (uint16_t seg_idx = 0; seg_idx < m_pkt->nb_segs; > > seg_idx++) { > > This is C99 feature and we tend to not use it BUT, > > Thomas, David, > > In the past there were c89/c90/ansi cod

Re: [Patch v4 15/17] net/mana: add function to send packets

2022-08-22 Thread Ferruh Yigit
On 7/9/2022 12:49 AM, lon...@linuxonhyperv.com wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. From: Long Li With all the TX queues created, MANA can send packe

[Patch v4 15/17] net/mana: add function to send packets

2022-07-08 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