RE: [PATCH v2 2/7] net/hns3: replace fp ops config function

2023-11-02 Thread Konstantin Ananyev
@oktetlabs.ru; > kalesh-anakkur.pura...@broadcom.com; honnappa.nagaraha...@arm.com > Subject: [PATCH v2 2/7] net/hns3: replace fp ops config function > > This patch replace hns3_eth_dev_fp_ops_config() with > rte_eth_fp_ops_setup(). > > Cc: sta...@dpdk.org > > Sig

Re: [PATCH v2 2/7] net/hns3: replace fp ops config function

2023-10-31 Thread lihuisong (C)
lgtm, Acked-by: Huisong Li 在 2023/10/20 18:07, Chengwen Feng 写道: This patch replace hns3_eth_dev_fp_ops_config() with rte_eth_fp_ops_setup(). Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng Acked-by: Dongdong Liu --- drivers/net/hns3/hns3_rxtx.c | 21 +++-- 1 file change

[PATCH v2 2/7] net/hns3: replace fp ops config function

2023-10-20 Thread Chengwen Feng
This patch replace hns3_eth_dev_fp_ops_config() with rte_eth_fp_ops_setup(). Cc: sta...@dpdk.org Signed-off-by: Chengwen Feng Acked-by: Dongdong Liu --- drivers/net/hns3/hns3_rxtx.c | 21 +++-- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/drivers/net/hns3/hns3