[dpdk-dev] [PATCH] net/ice: fix wrong interrupt vector overwritten

2020-03-14 Thread Qi Zhang
ice_vsi_queues_bind_intr is shared by data rx queue and fdir rx queue's interrupt binding. while when configure a fdir queue, it is possible that a data path Rx queue 0's vector number be recorded in intr_handle->intr_vec be overwritten by the fdir queue's vector number, this may cause interrupt Rx

[dpdk-dev] [PATCH] net/ice: fix wrong interrupt vector overwritten

2020-03-14 Thread Qi Zhang
ice_vsi_queues_bind_intr is shared by data rx queue and fdir rx queue's interrupt binding. while when configure a fdir queue, it is possible that a data path Rx queue 0's vector number be recorded in intr_handle->intr_vec be overwritten by the fdir queue's vector number, this may cause interrupt Rx

Re: [dpdk-dev] [PATCH 0/7] add switch filter support for intel DCF

2020-03-14 Thread Zhang, Qi Z
> -Original Message- > From: Stillwell Jr, Paul M > Sent: Saturday, March 14, 2020 12:13 AM > To: wei.zh...@intel.com <"Wei Zhao"@dpdk.org>; dev@dpdk.org > Cc: Zhang, Qi Z ; Ye, Xiaolong > Subject: RE: [dpdk-dev] [PATCH 0/7] add switch filter support for intel DCF > > This patch set i

Re: [dpdk-dev] [PATCH v2 0/7] add Intel DCF PMD support

2020-03-14 Thread Zhang, Qi Z
Hi Paul: > -Original Message- > From: Stillwell Jr, Paul M > Sent: Saturday, March 14, 2020 12:19 AM > To: Wang, Haiyue ; dev@dpdk.org; Ye, Xiaolong > ; Zhang, Qi Z ; Yang, Qiming > ; Xing, Beilei > Cc: Zhao1, Wei ; Wang, Haiyue > > Subject: RE: [dpdk-dev] [PATCH v2 0/7] add Intel DCF P

Re: [dpdk-dev] [PATCH v1 1/3] net/axgbe: support for rxq and txq info API

2020-03-14 Thread Kumar, Ravi1
[AMD Public Use] For series, Acked-by: Ravi Kumar >From: Amaranath Somalapuram > >Adding API for axgbe_rxq_info_get, axgbe_txq_info_get > >Signed-off-by: Amaranath Somalapuram >--- > drivers/net/axgbe/axgbe_ethdev.c | 30 ++ > 1 file changed, 30 insertions(+) > >di

[dpdk-dev] [PATCH v1 1/1] net/hinic: alloc IO memory with socketid

2020-03-14 Thread Xiaoyun wang
This patch makes IO memory allocation with socketid, the txq or rxq descriptor and IO resource can be allocated with socketid that passed by queue setup ops, which can improve performance for cross-numa scene. Cc: sta...@dpdk.org Signed-off-by: Xiaoyun wang --- drivers/net/hinic/base/hinic_compa

[dpdk-dev] [PATCH v1 0/1] alloc IO memory with socketid

2020-03-14 Thread Xiaoyun wang
This patch optimize the memory allocation, alloc IO memory with socketid. Xiaoyun wang (1): net/hinic: alloc IO memory with socketid drivers/net/hinic/base/hinic_compat.h | 17 -- drivers/net/hinic/base/hinic_pmd_api_cmd.c | 7 +++--- drivers/net/hinic/base/hinic_pmd_cmdq.c