mbox series

[0/3] support using several cards in one host

Message ID 20230609060100.1306648-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series support using several cards in one host |

Message

Chaoyong He June 9, 2023, 6 a.m. UTC
  The former logic does not consider using several cards with flower
firmware in one host, this patch series add the support of this
situation.

Long Wu (3):
  net/nfp: fix control mempool creation failed
  net/nfp: fix representor creation failed
  net/nfp: fix flow hash table creation failed

 drivers/net/nfp/flower/nfp_flower.c             |  6 +++++-
 drivers/net/nfp/flower/nfp_flower_representor.c | 13 ++++++++++---
 drivers/net/nfp/nfp_flow.c                      | 16 +++++++++++++---
 3 files changed, 28 insertions(+), 7 deletions(-)
  

Comments

Ferruh Yigit June 9, 2023, 1:23 p.m. UTC | #1
On 6/9/2023 7:00 AM, Chaoyong He wrote:
> The former logic does not consider using several cards with flower
> firmware in one host, this patch series add the support of this
> situation.
> 
> Long Wu (3):
>   net/nfp: fix control mempool creation failed
>   net/nfp: fix representor creation failed
>   net/nfp: fix flow hash table creation failed
> 

Series applied to dpdk-next-net/main, thanks.