[PATCH v6 00/14] net/zxdh: add network processor ops

2025-04-05 Thread Bingbin Chen
v6: - Use byte stream to process bar channel return messages and modify some issues to ensure proper functionality. v5: - the VF read/write table function is fixed. v4: - change some tables to const. - use %u instead of %d. - delete cast of ret_zmalloc() return. - resolve code fun

Re: [PATCH v6 00/14] net/zxdh: add network processor ops

2025-03-27 Thread Stephen Hemminger
On Fri, 21 Mar 2025 15:31:46 +0800 Bingbin Chen wrote: > v6: > - Use byte stream to process bar channel return messages > and modify some issues to ensure proper functionality. > > v5: > - the VF read/write table function is fixed. > > v4: > - change some tables to const. > - use %u