mbox series

[v1,0/2] support two or more aeqs for chip

Message ID cover.1604454739.git.zhouguoyang@huawei.com (mailing list archive)
Headers
Series support two or more aeqs for chip |

Message

Guoyang Zhou Nov. 4, 2020, 2:03 a.m. UTC
  This patch fixes can support two or more aeqs from chip 
config file and also support four aeqs before, and fix log
info for pf command channel when something is error.

--
v1:
  - support two or more aeqs for chip
  - fix log info for pf command channel when something is error

Guoyang Zhou (2):
  net/hinic/base: support two or more aeqs for chip
  net/hinic/base: fix log info for PF command channel

 drivers/net/hinic/base/hinic_pmd_eqs.c  |  8 ++---
 drivers/net/hinic/base/hinic_pmd_eqs.h  |  4 +++
 drivers/net/hinic/base/hinic_pmd_mbox.c | 60 ++++++++++++++++++++++++++++-----
 drivers/net/hinic/base/hinic_pmd_mbox.h |  5 +--
 drivers/net/hinic/base/hinic_pmd_mgmt.c |  4 ++-
 5 files changed, 63 insertions(+), 18 deletions(-)
  

Comments

Ferruh Yigit Nov. 4, 2020, 2:10 p.m. UTC | #1
On 11/4/2020 2:03 AM, Guoyang Zhou wrote:
> This patch fixes can support two or more aeqs from chip
> config file and also support four aeqs before, and fix log
> info for pf command channel when something is error.
> 
> --
> v1:
>    - support two or more aeqs for chip
>    - fix log info for pf command channel when something is error
> 
> Guoyang Zhou (2):
>    net/hinic/base: support two or more aeqs for chip
>    net/hinic/base: fix log info for PF command channel
> 
Series applied to dpdk-next-net/main, thanks.