RE: [PATCH v6 4/8] net/rnp: add mbx basic api feature

2023-09-06 Thread 11
e: [PATCH v6 4/8] net/rnp: add mbx basic api feature > > On 9/1/2023 3:30 AM, Wenbo Cao wrote: > > mbx base code is for communicate with the firmware > > > > I assume mbx is mailbox, can you please use full name in the patch title and > commit log. > Yes, mbx is mailb

Re: [PATCH v6 4/8] net/rnp: add mbx basic api feature

2023-09-05 Thread Ferruh Yigit
On 9/1/2023 3:30 AM, Wenbo Cao wrote: > mbx base code is for communicate with the firmware > I assume mbx is mailbox, can you please use full name in the patch title and commit log. How the parties get notified about new messages, is the interrupt support enabled or polling, can you please elabo

[PATCH v6 4/8] net/rnp: add mbx basic api feature

2023-08-31 Thread Wenbo Cao
mbx base code is for communicate with the firmware Signed-off-by: Wenbo Cao Suggested-by: Stephen Hemminger --- drivers/net/rnp/base/rnp_api.c | 23 ++ drivers/net/rnp/base/rnp_api.h | 7 + drivers/net/rnp/base/rnp_cfg.h | 7 + drivers/net/rnp/base/rnp_dma_regs.h | 73